Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Facebook!
und werden Sie Mitglied unserer Fangruppe
Interessantes Skript?
Veröffentliche einen Link auf das Skript, damit die anderen ihn auch nutzen können
Hat Ihnen das Skript gefallen?
Bewerten Sie es im Terminal MetaTrader 5
Expert Advisors

Averaging By Signal - Experte für den MetaTrader 4

Ansichten:
8383
Rating:
(38)
Veröffentlicht:
2021.04.21 10:50
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum 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.