Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Telegram!
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

Scalper Assistant v1.0 - Experte für den MetaTrader 4

Ansichten:
18408
Rating:
(29)
Veröffentlicht:
2021.04.22 15:10
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance

Scalping is one of the most popular strategies in the world that most traders have tried at least once. Because a scalper usually trades more than 10 trades a day, setting Stop Loss and Take Profit for each can be a bit boring. If your strategy is to trade on several financial instruments and Break Even as well, managing all these orders will be boring and often accompanied by mistakes. In addition, if you trade in lower Time-Frames and over several currency pairs, there may be a rapid price move just as you leave your desk for a cup of tea, and you miss the Break Even opportunity. However, the possibility of a quick price return and turning a profitable trade into a loss will not be far from the mind.

Using this expert, you can easily determine the amount of Stop Loss and Take Profit. Immediately after you open a trade, the expert automatically sets the initial values and if the price moves enough in the desired direction, the trade will be Risked-Free or Break-Even.

All input values are in POINT(Not PiP).

extern double WhenToMoveToBE ////  You determine how many points the price should be away from the order entry point, so that the EA will Break-Even the order.

extern double BEAmount /// You set the distance of the Stop Loss to the entry point.

    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

    Averaging By Signal Averaging By Signal

    This EA was created for learning purposes and can be developed for trading purposes.

    Dual StopLoss, Hidden and Regular together Dual StopLoss, Hidden and Regular together

    What if we could have two Stop Loss instead of one?

    RSI stop and reverse indicator RSI stop and reverse indicator

    This RSI stop and reverse indicator makes use of RSI on price v2 code. If required the RSI level bands can be hidden.