Replies

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 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Aug 2020, 07:44

Hi vldmarton,

Please provide us with the following

  1. Broker
  2. Optimization cBot parameters
  3. Dates
  4. Selected Backtesting parameters

So that we can reproduce the issue.

Best Regards,

Panagiotis 

Join us on Telegram

 


@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 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
26 Aug 2020, 15:11

Hi Sam,

But you already do this above

_retra = Indicators.GetIndicator<Sample61.retracement>(Source);

Best Regards,

Panagiotis 

Join us on Telegram


@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 

Join us on Telegram


@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 

Join us on Telegram

 


@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 

Join us on Telegram


@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 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
26 Aug 2020, 11:45

Hi narzantaria,

You can access all this information using the Bars property.

Best Regards,

Panagiotis 

Join us on Telegram

 


@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 

Join us on Telegram

 


@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 

Join us on Telegram

 


@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 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
25 Aug 2020, 16:20

Hi tomtr27,

We cannot remove a feature because one trader doesn't like it. If you do not like the stop out method, you can always use a stop loss to exit from a position.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
25 Aug 2020, 16:18

RE: "copying not started"

ctid2376293 said:

"please chek why positions not opens in my account"

Hi ctid2376293,

You are posting in an irrelevant thread. Please create a new thread for your issue.

 Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
25 Aug 2020, 16:03

Hi tomtr27,

Stop out type is controlled by the broker. It is the broker's choice what kind of stop out you will have.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
25 Aug 2020, 14:27

Hi xabbu,

You are passing wrong parameters in the indicator. Here is the correct way to initialize it

 _sma = Indicators.GetIndicator<SampleSMA>(MarketData.GetBars(TimeFrame.Daily).ClosePrices, 14);

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
25 Aug 2020, 12:47

Hi xabbu,

Can you please explain to us what do you mean that it does not work? Also can you provide the indicator code so that we can reproduce what you are seeing?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
25 Aug 2020, 12:45

Hi fang0092,

Just check the TimeFrame property.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
25 Aug 2020, 10:26

Hi thorb77,

No there is no such API. If you need advanced protection, you will need to program it yourself.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
25 Aug 2020, 10:00

Hi patrock333,

There are several ways you could achieve this like writing on a file or using pipes. You should select the best approach based on your own needs.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous