Re: Moving Average indicators for MT4
//@version=5 indicator("Hull Moving Average", overlay=true, shorttitle="HMA") // Input parameters timeFrame = input.timeframe("", title="Time Frame") HMAPeriod = input.int(28, minval=2, title="HMA Period") HMASpeed = input.float(3.0, title="HMA Speed") colorUp = input.color(color.blue, title ...
- Forum: MT4 Indicators
- Topic: Moving Average indicators for MT4
- Replies: 3815
- Views: 3028874
- Sat Dec 21, 2024 7:35 pm
- Jump to post