
Topics
Replies
PanagiotisCharalampous
22 Jun 2020, 15:33
Hi glikoz,
Change
MarketDepth = 0;
to
MarketDepth = 1;
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jun 2020, 15:30
Hi thuyetdz,
See below
protected override void OnBar()
{
foreach (var order in PendingOrders)
{
order.Cancel();
}
}
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jun 2020, 14:03
Hi 0000wj,
The equity chart includes only the deposits made by the strategy provider. The deposits in the summary section include all deposits made to the account (trader deposits,commissions, fees etc.). This is the reason for this discrepancy.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jun 2020, 12:23
Hi James,
There is no option at the moment. You can use the Suggestions section in case you want to suggest this feature.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jun 2020, 11:54
Hi Luca,
Yes correct.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jun 2020, 11:50
Hi Luca,
You are not printing the last bar but the bar before. To get the last bar you need to use Last(0).
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jun 2020, 11:33
Hi Luca,
It seems correct to me.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jun 2020, 09:40
Hi Ali,
We have checked your demo account and there are 22 rejected opening deals due to not enough funds. Please make sure your demo account has enough funds to follow the strategy.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jun 2020, 08:47
Hi hao.han,
Candles are constructed using Bid prices. If you are looking for the Ask prices you can use GetTicks() method.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jun 2020, 08:34
Hi iucpxleps,
You can modify the condition as follows
(!UseRsiEnter|| rsi.Result.Last(1) > 25)
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jun 2020, 08:27
Hi sunblessfuture,
Can you reproduce this behavior using our example application? If yes, can you please share the exact message you are sending and the exact time it was sent?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jun 2020, 08:24
Dear Ismail,
Thanks for your suggestion. Please use the Suggestions section to post your suggestions.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jun 2020, 08:20
Hi tgjobscv,
You can use third party applications like trade copier to achieve this.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jun 2020, 08:18
Hi iacopoeste,
This option was never available for cTrader Copy, it was only present in cMirror. cTrader Copy works on an equity to equity basis and the investment of the follower is always proportional to the investment of the strategy provider. You can read more here.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Jun 2020, 15:34
Hi jiroo,
This option is not available yet.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Jun 2020, 15:07
Hi Miguel,
We checked your information and it seems that you have some horizontal lines and fibos on the chart which are causing this issue. Can you please delete them and check again?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Jun 2020, 14:23
Hi all,
Can you please send us troubleshooting information when this happens so that we can check? While in cTrader, press Ctrl+Alt+Shift+T, paste the link to this thread inside the text box and press Submit.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Jun 2020, 14:21
Hi glikoz,
Contact me at connect@spotware.com with your application id and I will check.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Jun 2020, 11:56
Hi glikoz,
Open API streams spot prices over TCP connections. Check our examples to find out how it works.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jun 2020, 16:09
Hi Timo,
Which timeframe do you use for backtesting? Can you share your code so that we can reproduce what you see?
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous