Watch how to download trading robots for free
Find us on Telegram!
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

Blau_Trend_Momentum - indicator for MetaTrader 5

Views:
2851
Rating:
(11)
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

Blau_Stochastic_Index Blau_Stochastic_Index

William Blau Stochastic Indicator

Blau_SM Blau_SM

William Blau Stochastic Momentum.

Blau_TS_Stochastic Blau_TS_Stochastic

William Blau Stochastic.

Blau_TSI Blau_TSI

William Blau True Strength Index.