Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
POB - indicator for MetaTrader 5
- Views:
- 3606
- Rating:
- Published:
- 2018.06.06 12:58
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The Point of Balance indicator.
It is calculated by the following formula:
BL =(MinH+MaxH)/2, BR =(MinL+MaxL)/2, POB =(BL+BR)/2,
where
- MinH, MaxH - is the maximum and minimum of HIGH prices over the period;
- MinL, MaxL - is the maximum and minimum of LOW prices over the period.
The indicator has one input parameter:
- Period - indicator calculation period.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20320
DSP
Detrended Synthetic Price (DSP) Oscillator
Customizable_Awesome_OscillatorThe Awesome Oscillator (AO) indicator with configurable parameters.