Replies

desmaster236
25 Apr 2023, 18:32

RE: Limiting events report while backtesting

PanagiotisCharalampous said:

Hi Sameh,

Unfortunately there is nothing you can do about this at the moment. I have forwarded this issue to the product team for further investigation.

Best Regards,

Panagiotis 

Join us on Telegram

Hi Panagiotis,

There are too many events log while backtesting for a mid period of time (1 year) and it causes ctrader to be very slow.

Did the product team add any thing to limit showing events or logs.

Regards


@desmaster236

desmaster236
13 Nov 2022, 11:20

RE: RE: RE: Access Custom Indicator outputs

amusleh said:

desmaster236 said:

Hi Dear Panagiotis,

I have the same problem, Accessing custom indicator outputs within a cBot.

while i have used some outputs in my indicator.

please help me why i haven't access to my indicator outputs from my cBot.

Regards.

Hi,

You can use custom indicators on your cBot, you have to reference it then you will be able to create an instance of it inside your cBot and access it's public members.

Please follow this guide: https://help.ctrader.com/ctrader-automate/guides/indicators#referencing-custom-indicators

Thanks amusleh,

it was solved.

Regards


@desmaster236

desmaster236
27 Feb 2022, 18:54

RE: Access Custom Indicator outputs

PanagiotisCharalampous said:

Hi indra,

To add an IndicatorDataSeries you can use the syntax below

        [Output("Range ADR", Color = Colors.Lime, Thickness = 1)]
        public IndicatorDataSeries Range_ADR { get; set; }

However from what I see you cannot just add it and use it on the existing indicator as there are a lot of changes that need to take place. It would be better to rewrite it from scratch. If you need assistance, you can consider contacting a Consultant.

Best Regards,

Panagiotis

Hi Dear Panagiotis,

I have the same problem, Accessing custom indicator outputs within a cBot.

while i have used some outputs in my indicator.

please help me why i haven't access to my indicator outputs from my cBot.

Regards.


@desmaster236