Assista a como baixar robôs de negociação gratuitos
Encontre-nos em Telegram!
Participe de nossa página de fãs
Script interessante?
Coloque um link para ele, e permita que outras pessoas também o avaliem
Você gostou do script?
Avalie seu funcionamento no terminal MetaTrader 5
Experts

Averaging By Signal - expert para MetaTrader 4

Visualizações:
8380
Avaliação:
(38)
Publicado:
2021.04.21 10:50
Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para Freelance

This EA is made with an example of crossing MA as an entry signal.
This EA was created for the purpose of learning MQL4 code.

Every order that is opened will use a different magicnumber according to each pair. You can see how this EA manages different magicnumber.

The ManageOrders() function will set the opening of new orders and averaging according to signal or without signal based only on the minimum distance between layers.

The setTPSLMarti() function can set TP for 1 position or multiple orders at the same TP price.

The setTrailingStop() function is used to set the trailing stop at 1 position of the initial order.


for information and group sharing, please join t.me/codeMQL

    RSI levels rendered on price as bands RSI levels rendered on price as bands

    RSI levels rendered on price as bands

    Reverse MACD Reverse MACD

    Give the return zone of the MACD Zero Lag

    RSI levels rendered on price as bands V2. This updated version now mirrors the same RSI level inputs. RSI levels rendered on price as bands V2. This updated version now mirrors the same RSI level inputs.

    RSI levels rendered on price as bands V2. This updated version now mirrors the same RSI level inputs. The RSI 70 level line is blue The RSI 50 level line is gray The RSI 30 level line is red Length and Levels are adjustable

    Scalper Assistant v1.0 Scalper Assistant v1.0

    When you scalp manually, a simple EA could be an assistant to set StopLoss / TakeProfit for each trade you open.