Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

Indicatore basato su 2 MA - sistema esperto per MetaTrader 5

Visualizzazioni:
60
Valutazioni:
(4)
Pubblicato:
2025.06.02 11:52
Freelance MQL5 Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Buona giornata a tutti)

E' la prima volta che pubblico il mio codice sul forum!!!


L'EA si basa su 2 indicatori MA. Se non si incrociano per un certo periodo e c'è un pullback rispetto al movimento principale, viene aperta la prima operazione delle 3. Le altre operazioni vengono aperte quando si muovono nella nostra direzione o contro di noi di un passo a seconda dell'ATR. Dopo il set di tutte e tre le operazioni quando si muovono nella nostra direzione lavorerà in trailing. Quando si muove contro di noi, l'EA chiude al di sotto o al di sopra (a seconda del tipo di operazioni) un numero di operazioni alla distanza del passo della griglia.


Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/57157

Onesto ZigZag Onesto ZigZag

L'indicatore mostra i top sovrascritti ("rotti") dello ZigZag standard.

Heiken Ashi based EA Heiken Ashi based EA

L'Expert Advisor si basa sull'indicatore Heiken Ashi.

Supertrend Supertrend

Un indicatore SuperTrend che traccia la direzione del trend utilizzando la volatilità ATR per creare livelli di supporto/resistenza dinamici per MetaTrader 5.

Show Positions on Custom Chart (or standard chart) for MT5 Show Positions on Custom Chart (or standard chart) for MT5

This indicator is a utility that shows labelled trade levels on any chart. If you want to replace your native trade levels on a native chart, then turn off "Show trade levels" in your F8 Chart Properties and attach this indicator. If you want to show trade levels on a Custom Chart (where native trade levels cannot be shown), then simply attach this indicator. BaseSymbol - specify the Symbol from which the trade level data will be pulled--handy for unique Custom Symbols. TextBarsBack - specify the number of bars back in history from the current bar where the level labels will be drawn. Note: Although magic number is referenced in the code, it is not presently included in the trade lines. If you're running multiple EA's on the same Symbol, you can edit the code to show magic numbers and then run multiple instances of the indicator on one chart. You can also edit the font sizes and text spacing in the object properties as needed for different display resolutions.