Assista a como baixar robôs de negociação gratuitos
Encontre-nos em Facebook!
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

Scalper Assistant v1.0 - expert para MetaTrader 4

Visualizações:
18369
Avaliação:
(29)
Publicado:
2021.04.22 15:10
Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para 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.