
Topics
Replies
PanagiotisCharalampous
22 May 2020, 08:04
Hi Yuval,
Try something like the below
foreach (var obj in Chart.Objects)
{
if (obj is ChartVerticalLine)
{
// Do something
}
}
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 May 2020, 08:00
Hi destroyerbells,
You need to provide more information regarding this like broker, symbol, volume, available margin etc. Probably your margin is not sufficient.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 May 2020, 07:58
Hi destroyerbells,
We have a Telegram group for faster and easier communication. Join us!
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 May 2020, 07:55
Hi Tj11,
There is no such hotkey at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 May 2020, 14:44
Hi christophertega2580,
A mobile version for cTrader Copy has not been developed yet.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 May 2020, 14:41
Hi Yuval,
There is no built in feature for this but you can program your cBot not to execute before a certain date and time.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 May 2020, 14:03
Hi Yuval,
You have to set IsInteractive property to true.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 May 2020, 14:01
Hi Yuval.
You can use GetIndexByTime() to get the index of the bar.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 May 2020, 12:36
Hi Jan,
The example you posted does not show the order message, just the cancel message. Tag 41 needs to be tag 11 of your order message.
I also tried to send tag11 as tag41 but it is not working either.
Please provide the sequence of messages where you tried this.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 May 2020, 12:09
Hi Jan,
You are passing a wrong ID in tag 47. In Tag 47 you should assign the client order ID (from your order FIX message seems to be 0048402), not the order ID.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 May 2020, 11:40
Hi Yuval,
There is no such option at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 May 2020, 11:17
Hi Jan,
The order id in cTrader is different to the one you you are trying to cancel via FIX. In cTrader the order ID is 74625817 but you are trying to cancel an order with an ID 74469463
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 May 2020, 08:43
Hi Vamsi,
Moving averages have a Result property which is a DataSeries that contains the values of the indicator. You will need to add these values individually e.g.
maCalc = (ma2.Result.LastValue + ma5.Result.LastValue + ma10.Result.LastValue) / 3;
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 May 2020, 08:38
Hi yassero,
This is a phone setting not an app setting. All Android notifications play a sound if your phone is not silent. Check your phone settings.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 May 2020, 08:34
Hi Jan,
Can you please post a screenshot showing the account, the order and the order id in cTrader?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 May 2020, 16:06
Ηι sylowuk,
After discussing this with the team, the high watermark is preserved after you stop and start following again the strategy therefore the strategy provider cannot abuse the system.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 May 2020, 15:31
Ηι sylowuk,
It is common sense that when a service is stopped that the fees will be realized. There is no reason to withhold any fees. However I understand your concerns and I will discuss them with the product team.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 May 2020, 15:09
Ηι sylowuk,
The exact terms of how commissions are charged are described in our EULA. Quoting from there
Performance fee is paid as percentage of realized and unrealized profits generated by the Strategy. It is charged at the end of calculation period, one month. It is also charged at the moment you remove funds or stop copying the strategy.
When the strategy provider stops providing the strategy then consequently you stop copying the strategy and fees need to be paid. Nobody forces you to follow the strategy again. If you think the strategy provider is cheating then do not follow him again.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 May 2020, 14:47
Ηι sylowuk,
If a strategy is stopped then all fees are realized and withdrawn from the followers accounts. However if the strategy is restarted then you will have to follow it again, starting the process from the beginning.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 May 2020, 08:05
Hi Yuval,
No there is no corresponding event.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous