Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 6112
- Valutazioni:
- Pubblicato:
- 2018.10.25 18:17
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Murreys Math Oscillator is a market direction oscillator with Murray levels.
The indicator has three input parameters:
- Period - calculation period
- Multiplier - multiplier for adjusting levels to the current state of the oscillator chart
- Show levels - display Murray levels (Yes/No)
Calculation:
MMO = 2.0 * (Close-Mid)/Range
where:
Mid = Min+Multiplier * Range * 4.0 Range = Max-Min Min,Max - the lowest and the highest prices in the Period range
When the oscillator reaches the next Murray level, the column color changes to the one corresponding to that level.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/22361

Market Direction Indicator

The Expert Advisor sets pending Buy limit and Stop limit orders.