Parabolic SAR Modification - page 5

 

No more problem, Mladen

I have closed and reopen my account and now it works.

Sorry and thanks.

 

Hello mladen,

Is there any option to add arrows at every reversal?

I tried several psar indicators (also the one with histo & mtf & arrows), but the outcome is slightly different. I think the difference could be in the calculation (Precision). Thats why i love this one so i can change it. Thanks in advance!

Liza.

Attached is the indicator.parabolic_sar_color_and_alerts_v1.21.mq4

 
Liza:
Hello mladen,

Is there any option to add arrows at every reversal?

I tried several psar indicators (also the one with histo & mtf & arrows), but the outcome is slightly different. I think the difference could be in the calculation (Precision). Thats why i love this one so i can change it. Thanks in advance!

Liza.

Attached is the indicator.parabolic_sar_color_and_alerts_v1.21.mq4

Liza

The difference comes from the fact that the built in metatrader SAR has errors in it (see this post for an explanation https://www.mql5.com/en/forum/177358/page5 ) . If you are looking for 100% accuracy, better to use corrected SAR

 
mladen:
Jo

This is what I get :

When I use this example indicator :

#property indicator_chart_window

int init()

{

return(0);

}

int start()

{

datetime TradeTime = TimeCurrent();

Alert(Symbol()," Change "+TimeToStr(TradeTime,TIME_DATE|TIME_SECONDS));

return(0);

}

My build is build 670

Where is it possible to download this indicator?

Or is it an elite indicator?

 

Thanks mladen for the quick help!

So, i won't refuse the error and avoid making mistakes and will use the corrected SAR then.

 
thefxpros:
Where is it possible to download this indicator? Or is it an elite indicator?

thefxpros

The one on chart is this one : Forex TSD - forex forum - Download ema variation + filter 2.mq4

 

SAR modification by Alexander Gettinger

super_sar.mq4

Files: