GRID Upgrade III

MQL4 指标 专家

工作已完成

执行时间26 天
客户反馈
Very good!

指定

Create a setting with name "divisor"


Today the revert calculation is perfect, however it repeats lots in case keeps going to same direction after the reversion.


With the new function DIVISOR, when it reverts will calculate the lot as it is today, but the next lots in same direction will not repeat and the will decrease by the DIVISOR.


Example


Martingale 2.0


Divisor 4.0


#001  buy 0.10


#002  buy 0.10


revert


#003 sell 0.2


#004 sell 0.05 (= 0.2/4)


#005 sell 0.01 (= 0.05/4)


then will repeat minimum lot until reverts. (not initial lot, but minimum lot because will decrease until minimum)


revert


#006 buy 0.92 (= total lots 0.46 x martingale)




2- In case it reaches a stop loss.


Create a RECOVERY SL setting. This will be a factor to be multiplied as below.


read the LOT of the hit sl order.


lot x sl = X 


open order immediatelly in the same grid level, respecting the trend.


new lot = X / (GRID LEVEL x RECOVERY SL)


All lots must be closed as per money management from previous version.

反馈

1
开发者 1
等级
(94)
项目
130
9%
仲裁
8
25% / 38%
逾期
28
22%
工作中
2
开发者 2
等级
(6)
项目
6
67%
仲裁
0
逾期
0
空闲
3
开发者 3
等级
(574)
项目
945
47%
仲裁
309
58% / 27%
逾期
125
13%
空闲
4
开发者 4
等级
(2645)
项目
3362
68%
仲裁
77
48% / 14%
逾期
342
10%
空闲
发布者: 1 代码
5
开发者 5
等级
(885)
项目
1410
67%
仲裁
123
32% / 41%
逾期
218
15%
空闲
发布者: 1 代码
6
开发者 6
等级
(204)
项目
326
43%
仲裁
34
32% / 29%
逾期
83
25%
空闲
7
开发者 7
等级
(219)
项目
370
42%
仲裁
145
17% / 41%
逾期
124
34%
空闲
发布者: 38 代码
相似订单
1️⃣ OVERVIEW Platform: MetaQuotes MetaTrader 5 Language: MQL5 Timeframe: H1 (hard-coded default, but parameterized) Default Symbol: EURUSD (must support any symbol) Execution Mode: Market Execution 2️⃣ CORE PHILOSOPHY System optimized for: Capturing expansion after pullback Maximizing R multiple Allowing volatility-based scaling Accepting moderate-to-high drawdown No: Martingale Grid Hedging 3️⃣ INPUT PARAMETERS 🔹

项目信息

预算
80+ USD
截止日期
 1  20 天