版本 5.0
2024.09.04
添加了由虚拟利润和虚拟损失参数运行的虚拟交易功能 - 仅可在虚拟订单处于活动状态时使用。添加了新参数,虚拟损失。EA 仅在发生一定数量的虚拟损失后才打开订单。可以通过将虚拟损失设置为零来取消。
添加了新的损失恢复功能 - 与参数恢复因子相关联(如果设置为零,则此功能被禁用)。恢复因子设置越高 = 损失恢复越慢。损失恢复通过增加手数来实现(总体损失越大 = 手数越大)。
版本 4.9
2023.06.05
Added new parameter , NegativeTrailAfter , if set to zero and NegativeTrailing is set to true , the negative trailing will start with a negative distance of the value of TrailigStop . If NegativeTrailAfter is set above zero and NegativeTrailing is set to true , the negative trailing will start only after the price reached a certain profit in points (set by the NegativeTrailAfter parameter ) trailing value in points will be the TrailigStop value.
版本 4.8
2023.06.05
Removed unused parameter : N_TrailingStop .
版本 4.7
2023.06.05
Added option for Trailing Stop : NegativeTrailing . If set to true , the trailstop will measure the distance from the entry point to the opposite direction of the trade . If set to false , the trailstop will measure the distance from the current price to entry point .
版本 4.6
2023.05.27
Added new function : VirtualTakeProfit .
版本 4.5
2023.05.16
Modified the Reduce CPU function so that if any open orders are present , the EA will run and manage the open trades with normal speed ( CPU rqeuests per second are not lowered) .
版本 4.4
2023.05.16
Implemented function for reducing CPU usage during pausing pending orders and option for displaying the CPU requests (executions) per second made by the EA .
If the Reduce CPU parameter is set to true , then the EA will make only one request (execution) per second .
If this function is used in parallel with multiple open orders , Safety Stop , Daily Goal and Max Daily Loss functions might be delayed up to one second , or missed entirely if the Daily Goal or Max Daily Loss show up very briefly (under one second) .
版本 4.3
2023.03.12
Added option for opening only one order at a time for both pending and virtual orders . For pending orders , if one order is activated , the other one is canceled , if using virtual pending orders , if one order is active , the other one will not be opened if the options are set to "true" .
Corrected the "Daily Profit" function .
版本 4.2
2023.03.02
Added option for canceling both pending orders if UseDistance to Cancel is true and resuming operation timer that can be set in seconds .
Added option for canceling pending orders if spread is higher than the preset value . Operation will resume normally if the spread goes lower than the preset value .
版本 4.1
2023.02.20
Added possibility to cancel the pending orders if the price moves too much in a short period of time .
New parameters :
UseDistanceToCancel : true/false
ApproachDistance : distance from the pending order to current price in points which enables the closing of the pending order
JumpDistance : distance between the pending order price and the reference price (high or low of the 1 minute candle /candles defined in the next parameter)
JumpTimeMinutes : defines the number of the passed 1 minute candles from which the JumpDistance is calculated (takes into account the High (for SellStop/BuyLimit orders) or Low (for BuyStop/SellLimit orders) of the candle)
版本 4.0
2022.11.14
添加了新参数:“PassUpStochLevel”和“PassDownStochLevel”。这些参数的值决定了挂起/虚拟订单、更改或启动时随机指标的值。
例如,如果“PassUpStochLevel”设置为 70,并且智能交易以“正常操作”模式运行,则仅当随机指标值高于 70 时,SellStop 订单才会更改或启动。
如果“PassDownStochLevel”设置为 35,在“正常操作”模式下,仅当随机值低于 35 时,BuyStop 订单才会更改或启动。
预设值和原始值都是设置为 50 的参数。
更正:- 如果账户余额很低,trailstop/breakeven/virtualstop 不工作;
- 货币盈亏在自动手数模式下不按预期工作(在自动手数模式下,货币盈亏成为因素,它们与手数有关,因此我们不需要不断调整盈亏参数如果手数自动增加)。
版本 3.9
2022.07.03
Added Daily Goal , Profit / Loss function - if set to "true" , the EA stops trading for the day if the profit or loss is reached for that day .
版本 3.8
2022.04.14
为自动手数管理添加了新参数:保持较高手数参数,保留 EA 使用的最高手数,以维持输赢比例。
添加新参数:New Candle Execution:如果设置为 true,EA 仅在新蜡烛打开时运行,如果使用虚拟订单且价格仅触及交易线,则可能会跳过打开订单,然后在当前蜡烛关闭之前反转,也 帮助更快的优化可能性。
新增功能:按账户余额百分比安全止损。
改进图表注释,修正小错误。
删除了最大滑点参数。
删除了美国经纪商使用的 FIFO 参数,无法正常运行。
版本 3.7
2020.10.11
Fixed possible error in the BreakEven function .
版本 3.6
2020.10.11
Corrected Bug in BreakEven function .
版本 3.5
2020.09.08
Modified new order open from , open by Bar to , open by Bar Time .
版本 3.4
2020.07.23
Added posibility to use accumulation of orders at the same level (present only in version 2.7 ).
版本 3.3
2020.07.22
Corrected Pause Pending Orders not working properly with Reverse Strategy se to true on SellLimit orders , corrected Resuming From Pause function , in previous version the spread check was made per bar , current version , the spread check is made on tick .Added aditional checks for trailstop and breakeven functions in order to avoid possible errors .
版本 3.2
2020.06.22
Fixed comment section on chart , Server and date apearing and dissapearing .
版本 3.1
2020.06.16
Modified the "Delete Pending Orders Outside Time Interval" into "Pause Pending Orders" , which can be applied at midnight or only on weekend , for avoiding price gaps and larger spreads .
Working time settings become Optimizable .
Improved information displayed on chart .
版本 3.0
2020.05.26
Fixed BreakEven function .
版本 2.9
2020.05.11
Fixed possible error regarding TrailStop function .
版本 2.8
2020.05.01
Corrected max long and max short function , not working properly with pending orders ,corrected trailstop-trailstep function .
版本 2.7
2020.03.12
Added new parameters , maximum orders allowed to be opened , long or short . Added new feature , compliance with FIFO rules for US brokers .
版本 2.6
2020.03.04
Corrected Trailstop and Breakeven functions not working for short positions if HardStop is set to zero .
版本 2.5
2020.02.17
Added posibility to cancell TP , SL , Virtual Stop by setting them to 0 .
版本 2.4
2020.02.17
Modified internal condition for placing virtual trade levels (create virtual trade level only if a trade is not active) .
版本 2.3
2020.02.16
Corrected virtual trade levels not resetting , if orders are not present because of high spread.
版本 2.2
2020.02.16
Added new parameters : Stochastic period , Virtual pending orders (true/false) , Max Spread Allowed (for market orders) , Max Slippage Allowed (applies only for dealing desk brokers) .
版本 2.1
2020.02.14
Added new parameter : "Custom Comment"" .
版本 2.0
2020.01.01
Optimized code for faster processing , added new parameter "Delete_Pending" outside the time interval .
版本 1.9
2019.11.28
Added new parameter : "Trail_Step".
版本 1.8
2019.09.15
Added working time for sending and deleting orders .
版本 1.7
2019.09.09
Added new parameter , Start Trail After .
版本 1.6
2019.09.02
Corrected placing pending orders at the same levels and not changing pending orders if the trading level has changed .
Corrected profit target function to calculate the entire profit .
版本 1.5
2019.08.23
Fixed order comments.
版本 1.4
2019.08.22
Added new parameters : Positive and negative profit target .
版本 1.3
2019.08.21
Removed the print from the log for using lower than minimum or higher than maximum lot size.
版本 1.2
2019.08.20
Added new parameter to allow for strategy reversal .
版本 1.1
2019.08.19
Modified code to delete pending orders only if the level is different .
i realy like it.