Topics
Replies
PanagiotisCharalampous
10 May 2021, 08:19
Hi amml,
You are using a lot of periods in your indicators. Averaging 1000 periods on every tick would take some time. If you really need to use so many periods and the performance is critical to you, you could consider implementing your own custom indicators, which would be optimized for performance.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 May 2021, 10:31
Hi ctid4064603,
Check the SetBarColor() method.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 May 2021, 10:25
Hi ctid4064603,
Daily candles open on Sunday at 21:00 UTC and formed every 24 hours. The convention is the same for all platforms.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 May 2021, 10:21
Hi ctid4064603,
As explained above, Daily candles open on Sunday at 21:00 UTC.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 May 2021, 08:11
Hi there,
Renko backtesting is not available at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 May 2021, 12:22
Hi Jobauma,
Assuming that you need at least 1000 bars for your indicator to be calculated correctly, you can do the below in the Initialize() method
protected override void Initialize()
{
// Initialize and create nested indicators
if (Bars.Count < 1000)
Bars.LoadMoreHistory();
}
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 May 2021, 08:15
Dear rocco9929,
Can you please send us a screenshot of this message?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 May 2021, 08:09
Hi Jobauma,
This is a normal behavior. If you need more bars for your indicator to be calculated, just use LoadMoreHistory() method.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2021, 09:13
Hi my_love52,
If your graphics cars is an Intel Iris, then this is a drivers bug. You can read more about it here.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2021, 09:10
Hi TradingOne
- What happens if a follower of a strategy stops following a strategy due to losses in that strategy but restarts following the same strategy later in a few weeks / months? What happens to the high-water mark here?
For strategies that are stopped restarted, the previous watermark is preserved
- Some strategy providers have many followers but restart their strategy completely new after a failure or total losses. They sometimes come back with the same name and/or same strategy name. In this case, does the high-water mark disappear / reset for them and the followers? That would be a bit unfair for followers if they were able to return each time with a new strategy without the high-water mark.
If it is a new strategy, then there is a new high watermark as well. There is nothing relating the old strategy and the new one.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2021, 09:06
Hi anhnguyenbp,
You are only charged if the absolute profit surpasses the previous absolute loss e.g. in the first case, if you lost $2000 and then made $1200, you won't be charged performance fees. Same logic applies for the second case as well.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2021, 08:48
Hi there,
You can find this information in the main menu and in the positions tab.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2021, 08:46
( Updated at: 21 Dec 2023, 09:22 )
Hi bassmasterftw,
You can change your stop loss in the Create/Modify Order form. See below.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2021, 08:41
Hi notzen,
Please send me an email at pc@spotware.com from the email address that owns these accounts and I will delete them for you.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
29 Apr 2021, 14:38
Hi TradingLink,
Your functionality is very cool, maybe you would like to share it in our Partners Posts section and in our Telegram Group.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
29 Apr 2021, 14:35
Hi michael00,
The backend shows that the leverage for account 1192115 is 1:30 and this is the reason for the issues you experienced. Unfortunately I cannot help you further with this, you need to talk to your broker.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
29 Apr 2021, 09:23
Hi trander002,
Thanks for the suggestion. We will have a look at this.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
29 Apr 2021, 08:17
Hi pap64,
There is no support email, if you cannot post this information here, please send it to my personal, pc@spotware.com.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
29 Apr 2021, 08:15
Hi ctraderftmo+115,
It is the default workspace for cTrader Desktop. You shouldn't worry.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
10 May 2021, 08:39 ( Updated at: 21 Dec 2023, 09:22 )
Hi romerolr1497,
Your question is not very clear. You can backtest your cBot on any timeframe you wish, see below
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous