Topics
Replies
PanagiotisCharalampous
06 Sep 2018, 15:03
Hi beneditobvn,
Is it possible to rearrange the order of the tags of your messages as in our documentation examples i.e. the tags in the login message should be sent in the following order
8=FIX.4.4|9=126|35=A|49=theBroker.12345|56=CSERVER|34=1|52=20170117- 08:03:04|57=TRADE|50=any_string|98=0|108=30|141=Y|553=12345|554=passw0rd!|10=131|
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Sep 2018, 13:58
Hi Sasha,
Can you explain why it doesn't work? What does it do and what did you expect it to do?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Sep 2018, 11:30
Hi Sasha,
Yes correct.
alidarvish64@yahoo.com I have deleted your posts, please create a new thread for your issue
@PanagiotisCharalampous
PanagiotisCharalampous
06 Sep 2018, 11:25
Hi,
Here it is https://ctrader.com/api/reference/positions/count and https://ctrader.com/api/reference/position/entrytime.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Sep 2018, 10:43
Hi Carlos,
You can check if Positions.Count < 5 before proceeding to executing an order.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Sep 2018, 10:09
( Updated at: 23 Jan 2024, 13:14 )
Hi Waxy,
We post changes regarding major updates in [What's New]. Changes for minor updates are not usually posted.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Sep 2018, 16:29
Hi carlosdrcunha,
It seems that you have a condition for this in the code
if (cBotPositions.Length >= 1) return;
but you do not add a label when executing an order.
ExecuteMarketOrder(TradeType.Buy, Symbol, Volume);
If you add the label, you will probably solve your problem.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Sep 2018, 15:53
Hi alidarvish64@yahoo.com,
Thanks for posting in our forum. Could you please create a new thread for this issue since it does not seem to be related with the original post?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Sep 2018, 14:22
Hi jt.mechanical,
The new mobile applications are not just an update of the previous ones but brand new applications written from scratch. Most of the missing features will be gradually added to the new applications as well.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Sep 2018, 14:19
Hi Sasha,
In the code sample above, whenever the if statement is true, then you have a new candle.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Sep 2018, 12:09
Hi carlosdrcunha,
Can you share your cBot code and explain to us what would you expect the cBot to do?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Sep 2018, 12:02
Hi beneditobvn,
Thanks for reporting this behavior. I will forward it to the product team to investigate.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Sep 2018, 11:31
Hi Kevin,
1) Note that the commission is calculated on millions traded based on the currency on which the commission is charged i.e. if the commission is in AUD but you trade EUR, the volume traded will need to be converted from EUR to AUD in order to estimate the traded volume and then the commission will be calculated on that.
2) Also note that the commission is reported in Position.Commissions in deposit currency. Therefore if your balance is not in the base currency of the symbol traded then the commission is different and you need to make the relevant conversions.
Please tell be the deposit currency and the symbol you trade and I will explain to you how commission is calculated.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Sep 2018, 17:05
RE:
Panagiotis Charalampous said:
Hi,
We asked for a video but you did not provide it yet. Unfortunately we cannot determine the problem if we do not have enough information. Would you be available for a TeamViewer session with one of our QA engineers for further investigation?
Best Regards,
Panagiotis
Hi procumulative@gmail.com,
We have asked for additional information but we never received it. See above. We never said the problem was fixed since we never got the necessary information to investigate it.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Sep 2018, 16:42
Hi Kevin,
You can use the Position.Commissions property.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Sep 2018, 09:59
Hi Vitore,
There is no ETA for release yet but we are in the final stages of beta testing so it should be soon.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Sep 2018, 09:53
Dear kikky.ua,
The fee will be calculated based on the volume of the mirrored deals i.e. 5000 USD. Leverage has nothing to do with this.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
03 Sep 2018, 16:42
Hi GammaQuant,
Definitely this year.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
03 Sep 2018, 12:46
Hi BeardPower,
Regarding Renko charts I know that we have delayed them for too long but hopefully the feature should be released with the next update. With regard to the rest of your suggestions, I would suggest to use our UserVoice so that we can keep track of them and manage based on the demand of the community.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Sep 2018, 16:16
Hi swingfish,
It seems that you are running that part only for the last day because of the following statement
Best Regards,
Panagiotis
@PanagiotisCharalampous