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
Indicators

Deviation Rate BIAS MT5 - indicator for MetaTrader 5

Views:
9666
Rating:
(12)
Published:
2020.12.04 05:41
BIAS.mq5 (7.66 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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