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
Indicateurs

Deviation Rate BIAS MT5 - indicateur pour MetaTrader 5

Vues:
9947
Note:
(12)
Publié:
2020.12.04 05:41
BIAS.mq5 (7.66 KB) afficher
MQL5 Freelance Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Use the average price to calculate the divergence rate. When the divergence rate is high, the market price may pull back. It is often used in stock trading indicators.


PHOTO


paramater


AverageRangeLines_v1.6 AverageRangeLines_v1.6

ADR,AWR,AMR,Draws Average Range Lines

strategy - behavioral design pattern strategy - behavioral design pattern

define a family of algorithms, encapsulate each one, and make them interchangeable. strategy lets the algorithm vary independently from clients that use it

Print Closed Position Print Closed Position

Print info about a closed position by its position ticket or identifier.

template method - behavioral design pattern template method - behavioral design pattern

define the skeleton of an algorithm in an operation, deferring some steps to subclasses. template method lets subclasses redefine certain steps of an algorithm without changing the algorithm's structure