Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 8320
- Valutazioni:
- Pubblicato:
- 2024.07.15 05:39
- Aggiornato:
- 2024.10.17 15:55
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
MA modified DPO facilitate controlling all parameters of MA (MA period , MA mode , MA applied price) to change required MA curve to horizontal line and can easily used as support or resistance level
Calculation:
DPO = close - MA (mode, price, DPO_period)
Where :
- DPO - DPO indicator value
- close - close price of bar;
- mode - applied method to calculate MA (SMA, EMA, SMMA, LWMA)
- price - applied price to calculate MA
- DPO_period - period applied to calculate MA.
MT5 version available at https://www.mql5.com/en/code/50822

Linear Regression Value (metatrader 4 version)

This EA is a demonstration of how you can implement your own Hedging strategy with the help of the include file.

This code can detect if its a friday of the first week of the month. It is usually to detect days with NFP. Sone trader dont want to trade at that day. Maybe this code can help some one who need it

The Trend Strength Index indicator measures strength of current trend.