Oleksii Alipa / 个人资料
- 信息
|
5+ 年
经验
|
5
产品
|
3
演示版
|
|
0
工作
|
0
信号
|
0
订阅者
|
The EA monitors positions for selected pairs, sets a break-even level and moves a trailing stop. When the trade is "n" points of profit (parameter dist_BEP), the stop loss is moved to the break-even point (the level of the trade opening price) plus the specified distance in points (parameter BEP) The EA checks all available (or filtered) trades for break-even and moves stop-loss levels if necessary. The EA also checks all available (or filtered) trades for trailing stop conditions and, if
腳本關閉獲利超過5點的所有頭寸。 檢查所有對的所有未平倉頭寸(您可以在任何圖表上運行它)。 終端必須啟用“算法交易”模式。 如果有許多需要快速平倉的未平倉頭寸則非常有效。 該腳本不會替換尾隨止損或顧問。 腳本在啟動時會檢查所有未完成的交易,並關閉符合條件的交易(利潤超過5個點)。 為了隨後平倉新的獲利頭寸,您需要從頭開始運行腳本。 1.3版中的更改: 1.-腳本平倉,從較大的利潤開始到較小的利潤(以點為單位)。 2.-您可以選擇平倉頭寸的利潤大小(默認值為5點)。 一對平倉的版本-https://www.mql5.com/zh/market/product/56270 mt5版本-https://www.mql5.com/en/market/product/56272
The script closes all positions for which the profit is more than 5 pips. Works only on an open pair (on an open chart). The terminal must have the "Algo trading" mode enabled. Effective if there are many open positions that need to be closed quickly. The script does not replace trailing stop or advisor. The script checks all open deals and closes those that meet the condition (profit is more than 5 pips) once at the time of launch. For the subsequent closing of new profitable positions


