Watch how to download trading robots for free
Find us on Facebook!
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
Views:
3347
Rating:
(10)
Published:
2018.06.06 12:58
POB.mq5 (13.5 KB) view
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 DSP

Detrended Synthetic Price (DSP) Oscillator

Customizable_Awesome_Oscillator Customizable_Awesome_Oscillator

The Awesome Oscillator (AO) indicator with configurable parameters.

TDI TDI

The Trend Detection Index.

Trend_Percentage Trend_Percentage

Trend_Percentage - the ratio of bulls and bears.