
Topics
Replies
PanagiotisCharalampous
18 Mar 2019, 12:05
Please download it and check if the behavior you reported is still reproduced or has been fixed. This version will be pushed to brokers soon. If the problem is fixed there, there is no reason to investigate further.
@PanagiotisCharalampous
PanagiotisCharalampous
18 Mar 2019, 11:58
Hi Andrii,
Yes you can download cTrader Beta version from https://spotware.com/beta/
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Mar 2019, 11:52
RE:
komposter said:
Another issue with renko chart.
I've launched cTrader, started my bot... but chart didn't draw new bars till restart!
I've recorded the video — https://youtu.be/1gD1KNniXDQ
Hi Andrii,
We will have a look at this. Can you reproduce this issue on Spotware cTrader Beta as well?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Mar 2019, 11:24
Hi hmozahem,
I am still expecting from you an email for a TeamViewer connection. We need to connect to your computer to inspect the issue.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Mar 2019, 11:20
Hi Erik,
Since there are may components and references in this cBot, please send me the compressed solution folder at community@spotware.com.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Mar 2019, 10:58
Hi fxwisdom1@gmail.com,
The order will go to our datacenter in London.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Mar 2019, 10:53
Hi a.fernandez.martinez,
Can you explain what are you trying to do in the following lines of code?
int marketSeriesCloseLength = MarketSeries.Close.Count; for (int i = marketSeriesCloseLength - 1; i >= 1; i--) {
Since the length of each timeframe is different, you will get different results. It is also not clear to me what are you trying to achieve here therefore I cannot advise futher.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Mar 2019, 10:41
Hi Ton,
If you can isolate the steps to reproduce this issue, please let me know to check it.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Mar 2019, 10:39
( Updated at: 21 Dec 2023, 09:21 )
Hi a.fernandez.martinez,
You cannot draw indicators from a cBot. However there are several objects you can draw. See below
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Mar 2019, 10:16
( Updated at: 21 Dec 2023, 09:21 )
Hi ycomp,
Subaccounts appear under the main account in cTrader Copy. See image below
cTrader Copy section is only available to brokers that offer the service. Who is your broker?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Mar 2019, 17:52
Hi ycomp,
Copied positions are only visible in cTrader Copy section. To see them you need to select the subaccount that is copying the strategy. If you still cannot see the copied positions, please send us some screenshots of both the strategy page and the subaccount page to investigate further.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Mar 2019, 16:09
However you could implement a solution without a timer. You can record the starting time and check in OnTick if 24 hours elapsed since the cBot started.
@PanagiotisCharalampous
PanagiotisCharalampous
15 Mar 2019, 16:07
Hi Lukas,
There is no such option at the moment.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Mar 2019, 14:58
Hi Mikro,
This is not supported at the moment. Is it not possible to replace the python script with C# code?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Mar 2019, 14:55
Hi tgjobscv,
Can you please try a clean installation and let us know if it resolves the problem?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Mar 2019, 14:48
Hi dmn,
For fast actions, you can always use Ctrl+C to enable/disable crosshair without having to go back to the line tools.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Mar 2019, 11:06
Hi Adrian,
Brokers are still using v3.3. So you can use a broker's cTrader.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Mar 2019, 10:47
Ηi a.fernandez.martinez,
It is possible but you need to program your function properly to avoid NullReference exceptions.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Mar 2019, 10:15
( Updated at: 21 Dec 2023, 09:21 )
Hi Nasser,
Yes it is, see below
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Mar 2019, 12:08
Hi Lukas,
Thanks for your suggestions, we have forwarded them to the product team. v3.5 will be released to the brokers as soon as we feel is stable enough to be moved to production environments.
Best Regards,
Panagiotis
@PanagiotisCharalampous