Topics
Replies
PanagiotisCharalampous
29 Oct 2019, 08:33
Hi radoslawkupisek,
You can consider saving your data in a csv file and read them again on cBot start up. There are a lot of useful resources on the internet on how to do that like this one.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
29 Oct 2019, 08:28
Hi Siyabonga,
Thanks for posting in our forum. Please use the Suggestions section to post your suggestions.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
29 Oct 2019, 08:26
Hi radoslawkupisek,
One way to check if the position is open or closed is to check if it is included in the Positions collection. If yes, it is still open else it is closed.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
29 Oct 2019, 08:14
Hi lisabeaney,
They will be included in your cBot. However other users will not be able to modify and build the cBot.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
25 Oct 2019, 16:25
Hi bienve.pf,
I would suggest to anybody using cTrader Copy to familiarize themselves with the Terms and Conditions first. What you are desccribing is coverend in section 11.1.I.E.1. Quoting below
E. The exception to the above rules is the situation where according to the equity to equity ratio, your position size would be below the minimum allowed trade size or above the maximum allowed trade size, those exceptions are;
- If your position size is calculated to be below the minimum size allowed by your broker, it will be opened, but rounded up to the nearest minimum volume step allowed.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
25 Oct 2019, 15:29
Hi RayAdam,
IndicatorDataSeries can only be used as an output of an indicator. Try creating an indicator instead.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
25 Oct 2019, 10:50
Hi sifneosfx,
We are aware of this issue and we will fix it.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
25 Oct 2019, 10:47
Hi Luvolwethu,
Thanks for posting in our forum. You can find some here.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
25 Oct 2019, 10:39
Hi Peter,
No this is not possible. This is the fundamental copying logic of cTrader Copy.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
25 Oct 2019, 09:23
Hi Vivek,
Can you please send us your settings file to community@spotware.com? You can find it in C:\Users\User\AppData\Roaming\FxPro-cTrader\Settings. An immediate fix would be to delete your settngs file but you will lose all the local settings for this broker.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
25 Oct 2019, 08:36
Hi FireMyst,
Yoo should set the position to null after the position is closed.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
25 Oct 2019, 08:11
Hi Alex,
Thanks for posting in our forum. We have this forum for chatting with other traders. There are also several independent community chats on Telelegram and Discord, you can have a look.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
25 Oct 2019, 08:08
Hi Vivek,
Can you please send us some troubleshooting information when this happens (Ctrl+Alt+Shift+T). Paste the link to the discussion in the text box as well.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
25 Oct 2019, 08:05
Hi wefald,
If you want your cBot to run on the same timezone, there is nothing you need to change.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Oct 2019, 16:36
Hi ildaryakupov,
Please use Suggestions section to post suggestions.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Oct 2019, 15:56
Hi bishbashbosh,
Thanks for reporting this. We prefer if you can send us the settings file and any custom cBots/Indicators running when this behavior is observed.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Oct 2019, 11:46
Hi Peter,
We had a look at this issue. The position closed in profit by the strategy provider has been closed on your subaccount as well. Subsequent partial closings of the positions are related balance operations on the strategy provider's and followers accounts which cause equity to equity ratio changes and balance recalculation of the followers positions. In other words, when fees are withdrawn from your account and deposited to your stategy provider's account. then some positions on your account need to close so that the equity to equity ratio is restored.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Oct 2019, 10:19
Hi Mars,
Unfortunately custom indicators are not available for cTrader Web.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Oct 2019, 08:29
Hi Peter,
To investigate this issue we will need more information. Please provide us with the following
- Strategy Name
- Your broker
- The trading account you used to follow the strategy
- The Position Id that has not been closed yet
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
29 Oct 2019, 08:51
Hi buccinator,
Your values do not match because you are printing the close value of the current bar which will probably change when the bar closes. See below how you should have implemented this test
Best Regards,
Panagiotis
@PanagiotisCharalampous