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

Fishing - MetaTrader 4용 expert

조회수:
39033
평가:
(56)
게시됨:
2016.10.27 13:33
cm_fishing.mq4 (28.04 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The Expert Advisor opens positions after the price passes the specified distance: 1 step up - sells, 1 step down - buys. That way it creates a grid, which can be closed manually using the EA buttons or placed at the expert's disposal by pressing the automated trading button.

Pressing the 'X buy' button closes all buy positions. Pressing the 'X sell' button closes all sell positions. Pressing the 'X all' button closes all positions opened by the EA. If the corresponding 'auto' buttons are pressed, the closure is performed automatically once the specified profit is reached. The profit is specified in the edit box (to the left of the 'auto' button).

The following settings allow to specify the lot size and step of the corresponding buy and sell directions. There is no need to go to the main parameters, all parameters can be adjusted directly in the trading window and they are stored in the global variables. This way all the parameters and pressed buttons are automatically restored after a restart.

This is a semi-automatic EA, therefore it should be tested only in visualization mode. Optimization is not required for this EA.

The operation principle is not complicated. Look for the suitable profit in either direction and press the button. After that, wait for the profit of the other direction to reach the desired result... After some practice in the strategy tester, it is possible to obtain such picture and start real trading.

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/15957

SAW_system_1 SAW_system_1

The SAW_system_1 Expert Advisor places pending orders on the basis of the volatility for the last N days.

RAD - Rapid Application Development library RAD - Rapid Application Development library

Rapid Application Development library.

Modified assistant for selecting the manual strategy Modified assistant for selecting the manual strategy

The indicator is designed for testing manual strategies and for practicing working according to the strategy. It provides operation reports presented as a table, chart, and additionally saves templates with and without the markup.

Binary Option open trade Binary Option open trade

The script is designed for opening trades on binary options via the MetaTrader 4 terminal, if your broker supports this feature.