Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 4783
- Rating:
- 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

Indicator Swing Shift

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