Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
6822
Note:
(13)
Publié:
2018.12.28 13:10
Mise à jour:
2019.01.17 11:29
POGO.mq5 (7.58 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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)

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/22694

Simple_Slope Simple_Slope

Indicator Simple slope

Sylvain_Vervoort_rainbow_moving_average Sylvain_Vervoort_rainbow_moving_average

Indicator Sylvain Vervoort rainbow moving average

Peceptron_Mult Peceptron_Mult

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

MA_Of_CCI MA_Of_CCI

Indicator MA of CCI