Replies

makhzen
03 Jan 2024, 17:28

RE: M1 Data Optimization accuracy

PanagiotisCharalampous said: 

Hi there,

If your strategy's logic is based on tick data information e.g. uses take profit or stop loss, then you need to use tick data to get accurate results. Bar data should only be used if your strategy opens and closes positions on every bar.

Best regards,

Panagiotis

Yes my stategy is only based on Bar close, ohh you mean the take profit/stop loss are tick based, if i use close/open bar as tp/sl the result will be accurate, it's obvious now thank you for your help


@makhzen

makhzen
14 Jul 2022, 12:50 ( Updated at: 21 Dec 2023, 09:22 )

RE: RE:

makhzen said:

PanagiotisCharalampous said:

Hi makhzen,

Did you check your logs? Do you get any errors?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook

Hello Panagiotis ,

 

I restarted ctrader yesterday i forgot to check the log...but since yesterday i have this (from 

 

 

Maybe the problem is about the SL/TP based on ATR ? 

Thank you,

Makhzen

 

i think error come from here i changed

            var StopLoss = (MarketSeries.Close.Last(1) + (_averageTrueRange.Result.Last(1) / Symbol.PipSize * ATRfactor));
 

by

            var StopLoss = (MarketSeries.Close.Last(1) + (_averageTrueRange.Result.Last(1) / (Symbol.TickSize / Symbol.PipSize * Math.Pow(10, Symbol.Digits) * ATRfactor)));

 

You think it can be the source of the problem ?

 

Thank you


@makhzen

makhzen
14 Jul 2022, 12:41

RE:

PanagiotisCharalampous said:

Hi makhzen,

Did you check your logs? Do you get any errors?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook

Hello Panagiotis ,

 

I restarted ctrader yesterday i forgot to check the log...but since yesterday i have this (from 

 

 

Maybe the problem is about the SL/TP based on ATR ? 

Thank you,

Makhzen


@makhzen

makhzen
13 Jul 2022, 01:30

How it's possible to scam ? they have only performance fees


@makhzen

makhzen
23 Dec 2020, 13:44

RE:

PanagiotisCharalampous said:

Hi makhzen,

What kind of support do you need?

Best Regards,

Panagiotis 

Join us on Telegram

Hello i want to know if this kind of provider methods are legal for you ?

They are not worried ? 

Thanks


 

 


@makhzen