
Topics
Replies
PanagiotisCharalampous
02 Jul 2020, 08:42
Hi m25687423,
It seems you missed the news.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Jul 2020, 08:40
Hi noppanon,
You can't, they need to be two separate indicators.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Jul 2020, 08:36
Hi irmscher9,
No but this is just a UI feature. You can all the information you need in the History section.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Jul 2020, 16:39
Hi Ilia,
Yes you can. Check visual backtesting.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Jul 2020, 16:02
Hi rgasch,
There is no API call for this. You will need to convert the relevant amount to base asset units. You need to calculate the rate between your account currency and your symbol's base asset. Here a trader tried to do it for calculating the required margin but it is a good starting point.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Jul 2020, 15:39
Hi ctrader001,
Can you please post some screenshots or a video that will allow us to visualize the problem and reproduce it?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Jul 2020, 15:32
Hi qcwojt,
There is no such option at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Jul 2020, 15:30
RE: RE:
Hi Delphima,
I want to know the code below return RSI value based on last bar, but depend on which moment in the bar. Is it open price or high/close/low?
This value is calculated using the final bar values after the bar closes.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Jul 2020, 14:34
Hi Delphima,
The method has the same function for indicator data series as well. You code has a logical mistake though. It prints the last value when a bar is created but then compares this value with the value the indicator when the bar closed. The value of the indicator can change in the meanwhile.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Jul 2020, 14:18
( Updated at: 01 Jul 2020, 14:53 )
Hi ctrader001,
This section is only for suggestions. Please report this issue in the relevant section of the forum. This post will be deleted soon.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Jul 2020, 14:05
Hi Gareth,
I cannot reach you over email, it seems there is an issue with your email address.
I had no issues signing in using the example application and your credentials.
Here are the messages
8=FIX.4.4 9=120 35=A 49=icmarkets.1044783 56=CSERVER 57=TRADE 50=TRADE 34=1 52=20200701-10:59:19 98=0 108=30 553=1044783 554=xxx 10=093
8=FIX.4.4 9=97 35=A 34=1 49=CSERVER 50=TRADE 52=20200701-10:59:19.580 56=icmarkets.1044783 57=TRADE 98=0 108=30 10=171
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Jul 2020, 12:21
( Updated at: 23 Jan 2024, 13:14 )
Hi hhollstein,
There is a [known issue] which will be fixed.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Jul 2020, 09:14
Hi,
1) We could not reproduce any issues signing in to trade sessions. If still have trouble logging in to the TRADE session please send me the credentials you use together with your password at community@spotware.com and I will investigate further.
2) If you subscribe to top of the book values (264=1) you will not get sizes. Sizes are only returned for depth subscriptions. Regarding
"Your API states that we could."
I am not sure where is this stated. Our example messages show clearly that tag 271 is not returned for spot subscription. Can you please point it to us so that we can correct it?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Jul 2020, 08:43
Hi rgasch,
You assume that this part of the code is taking as input a value in USD and converts it into Lots
var lots = Symbol.VolumeInUnitsToQuantity(amt);
But this is wrong. VolumeInUnitsToQuantity() takes as input units of the traded symbol and returns the relevant Lot Size. Units always represent units of the base asset. So when you are trading SP5000 you are inputting 10000 contracts of this index and you are receiving as a return 10000 lots since 1 contract = 1 Lot. It works on some FX pairs by luck since the account's currency coincides with the base asset e.g. USD and USDJPY or EUR and EURUSD.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Jul 2020, 08:31
Hi Delphima,
Last(x) uses x as a backwards index counter. Last(1) will return the value for the previous bar, Last(2) for two bars before etc.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
30 Jun 2020, 14:14
Hi Vadivelan,
Check here how to place stop orders in a cBot.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
30 Jun 2020, 10:10
( Updated at: 21 Dec 2023, 09:22 )
Hi,
1) I cannot confirm your credentials. It is you that has to do this e.g. I do not know your password and if you are using the correct one.
2) The FIX Specification found in the help site is the latest.
3) I have recommended twice to use our FIX API example but I cannot understand if you do. If you use our example together with correct credentials, you should not have a problem signing in and seeing the messages exchanged.
4) If you use our FIX API example to send a Depth Market Data Request you will see that both tag 270 and 271 are returned.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
30 Jun 2020, 09:48
Hi Vadivelan,
What kind of order (market, stop, limit) and at which price do you want to place it?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
30 Jun 2020, 09:21
Hi sdstrading85,
This view is available in tick, renko and range charts.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Jul 2020, 08:50
Hi Delphima,
Try the below
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous