Topics
Replies
PanagiotisCharalampous
13 Jan 2020, 11:55
Hi byfamous,
We plan to introduce it in v3.8 but we do not have an ETA yet.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jan 2020, 10:31
Hi VFX Scalping,
No this does not happen in cMirror because cMirror does not follow an equity to equity copying logic.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jan 2020, 10:26
Hi annaicmarkets,
We have explained to you what happens and it is clearly mentioned in the EULA you accepted before using the service.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jan 2020, 09:39
Hi VFX Scalping,
There is no problem to be solved. This is by design and described in the EULA you have accepted before starting to use the product. In the future, we will allow strategy providers to receive their fees in separate accounts so that they can avoid this behavior. But for now this is how it works.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jan 2020, 09:24
Hi VFX Scalping,
When the equity of the strategy provider changes due to deposits/withdrawals then the followers positions are readjusted accordingly to reflect the change in equity to equity ratio.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jan 2020, 09:21
Hi VFX Scalping,
We are talking about the same thing. I explained to you above what happens. We did not write off anything. Positions were partially closed. The closing could also be profitable depending on the state of the position at the moment this happens.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jan 2020, 09:10
Hi annaicmarkets,
Your strategy provider had deposits therefore the equity to equity ratio changed causing an automatic position closing to restore the equity to equity ratio.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jan 2020, 09:07
Hi VFX Scalping,
An amount was deposited to your strategy account increasing your equity. Since your followers equity remained the same, a portion of your followers positions had to be closed automatically so that the equity to equity ratio is restored.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jan 2020, 09:02
( Updated at: 21 Dec 2023, 09:21 )
Hi DrEvil,
cTrader Copy functions are not available via an API. However if you want to advertise your strategy on your website, you can get a link and embeddable code. See below
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jan 2020, 08:57
Hi DrEvil,
Yes this is possible. cTrader Copy copies all the trades of the strategy providing account no matter how they are generated.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jan 2020, 08:55
Hi VFX Scalping,
This explains what happened. Your equity changed therefore the equity to equity ratio was adjusted.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jan 2020, 08:53
Hi scott.dc,
We cannot reproduce such a behavior. Can you record a video demonstrating the steps you are following to reproduce it and send it to us?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jan 2020, 08:50
Hi Terzys,
You cannot reference indicators without source code in cBots therefore you will not be able to backtest them.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jan 2020, 08:48
Hi firemyst,
This is by design. The form does not display the parameter value as modified during execution. It shows only the default value.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jan 2020, 08:46
Hi benicmwhittaker,
You can try Visual Studio Community.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jan 2020, 08:41
RE: RE:
Hi VFX Scalping,
Did you receive any fees at that moment?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jan 2020, 08:39
Hi all,
See my explanation here.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jan 2020, 08:36
Hi,
You are declaring your indicators as MovingAverage type but then you are initializing them as EmaOffset type
private MovingAverage slowMa;
private MovingAverage fastMa;
fastMa = Indicators.GetIndicator<EmaOffset>(SourceSeries, FastPeriods, FPOffset);
slowMa = Indicators.GetIndicator<EmaOffset>(SourceSeries, SlowPeriods, SPOffset);
You should be declaring them as follows
private EmaOffset slowMa;
private EmaOffset fastMa;
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jan 2020, 08:30
Hi annaicmarkets,
Automatic position closing might occur when the equity to equity ratio changes because of transactions (deposits/withdrawals) on the strategy providing account. This is explicitly described in our EULA Section 11.1.I.D
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jan 2020, 14:04
Hi A.R.
Any chance you have steps to reproduce this behavior?
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous