バージョン 5.0
2024.09.04
仮想利益と仮想損失のパラメータによって実行される仮想取引機能を追加しました。仮想注文がアクティブな場合にのみ使用できます。新しいパラメータ、仮想損失を追加しました。EA は、一定数の仮想損失が発生した後にのみ注文を開きます。仮想損失をゼロに設定することでキャンセルできます。
損失回復のための新しい機能を追加しました。パラメータ Recovery Factor にリンクされています (ゼロに設定すると、この機能は無効になります)。Recovery Factor の設定が高いほど、損失回復が遅くなります。損失回復はロット サイズを増やすことで機能します (全体的な損失が大きいほど、ロット サイズが大きくなります)。
バージョン 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が使用する最高のロットを維持します。
追加された新しいパラメータ:新しいろうそくの実行:trueに設定されている場合、エキスパートは新しいろうそくが開いたときにのみ実行されます。また、現在のろうそくが閉じられる前に、仮想注文が使用され、価格がトレードラインにのみ触れる場合は、開始注文をスキップできます。 より高速な最適化の可能性を支援します。
新しい機能が追加されました:アカウント残高のパーセントによる安全停止。
チャートコメントの改善、マイナーバグの修正。
MaxSlippageパラメータを削除しました。
米国のブローカーが使用していた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.