Jie Li / Profil
- Informations
|
7+ années
expérience
|
3
produits
|
1
versions de démo
|
|
0
offres d’emploi
|
1
signaux
|
0
les abonnés
|
用于频繁交易者的远程风控策略,一天分7个时段,然后每个时段限制单个品种的开单量。挂载哪个品种就只管理那个品种。 extern string TradingStartTime1="23:00:00"; extern string TradingEndTime1="02:00:00"; extern string TradingStartTime2="02:00:01";extern string TradingEndTime2="05:00:00"; extern string TradingStartTime3="05:00:01"; extern string TradingEndTime3="08:00:00"; extern string TradingStartTime4="08:00:01"; extern string TradingEndTime4="11:00:00"; extern string TradingStartTime5="11:00:01"; extern string TradingEndTime5="14:00:00"; extern string
用于远程风控,针对手动交易不严格执行的交易者,进行强制管理。 允许交易品种="XAUUSD,BTCUSD";//只能品种(逗号隔开) 禁止加仓, // 不允许任何加仓 允许同方向加仓, // 允许同方向加仓允许双向加仓 // 允许双向加仓 允许加仓时同品同向最大订单数量=2; // 允许加仓时,同品同向最大订单数量单品浮亏大于余额百分比清仓=22.0;//单品浮亏>余额_%清仓 每小时=0, 每半小时=1 时间单位 开仓时间单位=1; // 单品开仓限次的时间单位 extern int 每个时间单位最大开仓次数=1; // 单品每个时间单位最大开仓次数 extern string 同时满足以下的不计次=""; // 提示:同时满足以下的不计次 extern int 持仓时间小于N秒的不计=600;//~~持仓时间<秒 input double 单笔亏损小于余额百分的不计=2.5;//~~单笔平仓亏<余额_% extern string 分批平仓会参与计算=""; // 提示:分批平仓会作为开仓2次计算
Trend M5 EA, this EA is designed for intraday trend trading of XAUUSD or GOLD on the M5 timeframe and needs to be attached to the M5 chart. Note: It is essential to communicate with the platform in advance, as setting the trading time is crucial. In a sideways market, profits are usually not significant, and there may be consecutive losses (this is the maximum drawdown, which needs to be tested beforehand). Trending markets are more prolonged and volatile. You can set the risk amount ratio for


