Topics
Replies
PanagiotisCharalampous
23 Feb 2021, 08:36
Hi quantumtrading,
We do not have an ETA at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Feb 2021, 16:19
Hi ChannelTrader,
See an example below
double _minEquity;
protected override void OnStart()
{
_minEquity = Account.Equity;
}
protected override void OnTick()
{
if (Account.Equity < _minEquity)
_minEquity = Account.Equity;
}
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Feb 2021, 15:06
Hi rarebreedinvestments,
This feature will become available in a future update of cTrader Copy.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Feb 2021, 13:42
Hi prosteel1,
The explanation is that while for time based candles both bid and ask ticks are considered for Tick Volume, for tick based candles only bid ticks are considered. This is a necessary convention to avoid empty candles or tick volume that does not match the candle size.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Feb 2021, 13:05
Hi prosteel1,
There is an explanation but better do the robot to make sure we are talking about the same thing :)
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Feb 2021, 13:00
Hi TrueMaharlikan,
We have announced a new way fees will be deposited from now and on. Quoting from our announcement below
"After a Fee is charged from a Copy Account, the funds are immediately deposited to the Strategy Provider’s Account. This feature allows the Strategy Providers to receive funds immediately without waiting until the end of the day."
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Feb 2021, 09:25
Hi Marko,
The email I provided is community@spotware.com, not support@spotware.com.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Feb 2021, 08:27
Hi Chartist,
Yes your statistics should remain the same.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Feb 2021, 08:22
Hi firemyst,
You can create a custom enum and then a method that would return the respective data source.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Feb 2021, 08:18
Hi Ear,
You can use Stop() method to stop a cBot.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Feb 2021, 08:15
Hi Marko,
I did not ask you to write your email address here but send me an email from the email address that owns this account. You can contact me at community@spotware.com.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Feb 2021, 08:14
Hi jackhpfilerrowson,
You should use Bars.LowPrices.Last(1).
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Feb 2021, 08:12
Hi jayteasuk,
Spot prices are streamed directly from liquidity providers. When a liquidity provider sends a new spot price, we display it.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Feb 2021, 08:05
Hi pauledokpolo83,
Thanks for posting your suggestions. All of them are on our backlog for future updates.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Feb 2021, 08:04
Hi samuel.jus.cornelio,
How do we reproduce the problem? Where do we need to backtest this and what parameters shall we use?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Feb 2021, 08:02
Hi JeanPaul,
I am not sure what do you mean. Can you not save the parameters in the GetFitness() method?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Feb 2021, 07:59
Hi emmanuel.schaer,
Unfortunately we do not have a C++ example at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Feb 2021, 15:59
Hi samuel.jus.cornelio,
Please provide the complete source code and steps to reproduce the problem.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Feb 2021, 15:55
Hi emmanuel.schaer,
Can you reproduce this problem using FIX API Sample?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Feb 2021, 08:39
Hi 22hxh3deutschland1,
At first glance, it seems like a price feed issue. You need to report it to your broker first.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous