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:
- 7412
- Rating:
- Published:
- 2018.12.28 13:10
- Updated:
- 2019.01.17 11:29
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Oscillating indiator POGO displays the mean bar size over a given period.
It has two adjustable parameters:
- Period - calculation period
- Method - calculation method
Calculations:
POGO = AvgRAW
where:
RAW = Open - Close
AvgRAW = MA(RAW, Period, Method)
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22694

Indicator Simple slope

Indicator Sylvain Vervoort rainbow moving average

A multisymbol EA. Its working algorithm is perceptron, i.e., a simple neural network). It uses indicator iAC (Acceleration/Deceleration, Accelerator/Decelerator Oscillator, AC).

Indicator MA of CCI