Topics
Replies
PanagiotisCharalampous
09 Sep 2020, 07:56
Hi heliodorstar,
Can you please send us some screenshots of the issue so that we can check?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Sep 2020, 12:49
Hi Christian,
You should create your own structures that will host the information and have fields that your determine the type of the tick. Then just merge all information in one list and sort it by timestamp.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Sep 2020, 11:43
Hi Christian,
You can't so if you need to distinguish them, it would be better to request them separately.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Sep 2020, 10:17
Hi xabbu,
Yes I would recommend this approach.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Sep 2020, 10:14
Hi xabbu,
On indicator 1.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Sep 2020, 09:55
Hi xabbu,
Just use an IndicatorDataSeries to store your values.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Sep 2020, 09:52
Hi Takis,
We cannot reproduce such a behavior. Can you please provide steps to reproduce?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Sep 2020, 09:28
Hi xabbu,
1) You have to change indicator #1
2) Just call _newIndicator.Calculate(index);
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Sep 2020, 08:02
Hi xabbu,
The indicator's Calculate() method is only called when an IndicatorDataSeries accessed by external code. In your case this does not happen, hence the Calculate() method is never actually executed. You have two options a) use IndicatorDataSeries instead of a normal variable b) call Calculate() method manually.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Sep 2020, 07:55
Hi RodMar,
We do not have specific plans to remove backwards compatibility but you are advised to check your code on every cTrader update.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Sep 2020, 07:53
Hi Tommy2019,
Please report this issue in the relevant section. This is for suggestions and the post will be deleted soon.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Sep 2020, 13:56
Hi xabbu,
No there is no such option at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Sep 2020, 11:17
Hi nord0n,
This probably happened due to equity to equity readjustment due to deposits/withdrawals taking place in your strategy provider's account. You can read more about such cases here.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Sep 2020, 11:11
Hi xabbu,
Your problem is here
protected override void OnBar()
{
Positions.Closed += OnPositionsClosed;
On each bar you add a new event handler on the event. This is why the method is executed multiple times. You should do this only once in the OnStart() method
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Sep 2020, 10:20
Hi nord0n,
Can you please provide better images as well as links to the strategies?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Sep 2020, 09:48
Hi Damian,
Please use the Suggestions section for your suggestions.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Sep 2020, 09:44
Hi Adlin,
The fix to this issue will be released soon.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Sep 2020, 09:32
Hi mpistorius,
It seems there is a general issue with AMD processors. We are currently investigating this.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Sep 2020, 08:46
Hi TheUnnamed,
There is a limit of followers a strategy can have from each broker. This number of followers is dependent on the follower's broker infrastructure.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
09 Sep 2020, 11:56
Hi heliodorstar,
If you notice, the problem is in 3.7. The dash-dotted line was available twice. This has been fixed in 3.8.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous