Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 3282
- Rating:
- Published:
- 2018.06.16 10:00
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The William Blau Trend Momentum indicator shows the William Blau trend momentum.
It has one input parameter:
- Period - calculation period.
Calculations:
Trend Momentum[i] = (H - L)
where:
H = High[i] - High[i+Period], If (H<0) H=0, L = Low[i+Period] - Low[i], If (L<0) L=0
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20514