無料でロボットをダウンロードする方法を見る
Twitter上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
エキスパート

Averaging By Signal - MetaTrader 4のためのエキスパート

ビュー:
8427
評価:
(38)
パブリッシュ済み:
2021.04.21 10:50
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

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.