Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

SAR_Oscillator - indicator for MetaTrader 5

Views:
4114
Rating:
(9)
Published:
2018.07.13 16:02
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Parabolic SAR made as an oscillator.

It has three configurable parameters:

  • SAR step - step of Parabolic SAR
  • SAR maximum - maximum Parabolic SAR
  • Smoothing Period - smoothing period

Calculations:

SARH = SMA(CloseSAR, Smoothing Period)

where:

CloseSAR = Close - SAR SAR - Parabolic SAR(SAR step, SAR maximum)


Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21329

Power Power

An indicator of bull/bear power.

III2 III2

Indicator Intraday Intensity Index 2

Swing_Shift Swing_Shift

Indicator Swing Shift

MartingailExpert MartingailExpert

The EA uses Martingale. Initial entry by indicator iStochastic (Stochastic Oscillator).