거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

Scalper Assistant v1.0 - MetaTrader 4용 expert

조회수:
18406
평가:
(29)
게시됨:
2021.04.22 15:10
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.