
Topics
Replies
PanagiotisCharalampous
27 Aug 2020, 15:18
Hi Raminkus,
You provided the same link three times. To add a screenshot, just copy and paste an image directly into the text box.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Aug 2020, 14:54
Hi Raminkus,
What activity do you expect? Did the strategy provides open any new positions that were not copied to your subaccount? Can you provide some screenshots showing this?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Aug 2020, 14:14
Hi Raminkus,
You remove the funds after you stop following the strategy.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Aug 2020, 14:09
Hi Raminkus,
Did you remove the funds from the subaccount after you stopped copying?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Aug 2020, 11:23
Hi mlcillia,
Why do you declare these variables as class variables and not declare them inside the method?
public double sumx = 0, sumx2 = 0, sumy = 0, sumxy = 0;
public double m, b;
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Aug 2020, 09:13
Hi vldmarton,
Can you tell me the symbol as well?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Aug 2020, 07:48
Hi Pcube,
Is your chart linked to the Active Symbol Panel symbol? Can you send us a video demonstrating the problem?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Aug 2020, 07:46
Hi Sam,
How about your indicator's Class name? It's named NewIndicator and not 61.8retracement.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Aug 2020, 07:44
Hi vldmarton,
Please provide us with the following
- Broker
- Optimization cBot parameters
- Dates
- Selected Backtesting parameters
So that we can reproduce the issue.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Aug 2020, 15:36
Hi Sam,
In general your code does not make much sense.
You are declaring this
private 61.retracement _retra;
But then you are calling an indicator of another type
_retra = Indicators.GetIndicator<Sample61.retracement>(Source);
Finally the class for the indicator you posted is something else
public class NewIndicator : Indicator
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Aug 2020, 15:11
Hi Sam,
But you already do this above
_retra = Indicators.GetIndicator<Sample61.retracement>(Source);
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Aug 2020, 14:50
Hi Sam,
I am not sure what kind of an example do you need. Can you please explain?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Aug 2020, 14:33
Hi Vadivelan,
You need to share the cBot code. We do not know what does this code line do.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Aug 2020, 14:31
Hi Sam,
It seems this indicator is using another indicator (ZigZagAndFiboLevels). Did you download this indicator?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Aug 2020, 14:12
( Updated at: 21 Dec 2023, 09:22 )
Hi Sam,
Thanks but you did not reply to my question :) Did you try to build the indicator? Does it compile without problems?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Aug 2020, 11:45
Hi narzantaria,
You can access all this information using the Bars property.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Aug 2020, 10:14
Hi Jürgen,
If you are looking for a subaccount statement, then it is not possible to download it from cTrader Copy. You will need to ask your broker it provide it to you.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Aug 2020, 08:13
( Updated at: 21 Dec 2023, 09:22 )
Hi matrach,
Autochartist has been moved to the Active Symbol Panel to the right
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Aug 2020, 08:07
Hi Sam,
Did you build the indicator before referencing it? Does it build without problems?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Aug 2020, 15:19
Hi Daniel,
Try this one instead.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous