버전 5.0
2024.09.04
가상 이익 및 가상 손실 매개변수로 실행되는 가상 거래 기능 추가 - 가상 주문이 활성화된 경우에만 사용 가능. 새로운 매개변수인 가상 손실 추가. EA는 특정 수의 가상 손실이 발생한 후에만 주문을 엽니다. 가상 손실을 0으로 설정하여 취소할 수 있습니다.
손실 복구를 위한 새로운 기능 추가 - 매개변수 복구 계수와 연결됨(0으로 설정하면 이 기능이 비활성화됨). 복구 계수 설정이 높을수록 손실 복구가 느립니다. 손실 복구는 로트 크기를 늘려서 작동합니다(전체 손실이 높을수록 로트 크기가 높아짐).
버전 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 으로 설정되고 전문가가 "Normal Operation" 모드에서 실행되는 경우 SellStop 주문은 Stochastic 값이 70 이상인 경우에만 변경되거나 시작됩니다.
"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로 설정하면 전문가는 새 양초가 열릴 때만 실행되고, 가상 주문이 사용되고 가격만 거래 라인에 닿으면 시작 주문을 건너뛸 수 있습니다. 그런 다음 현재 양초가 닫히기 전에 취소합니다. 더 빠른 최적화 가능성을 돕습니다.
새로운 기능 추가: 계정 잔액의 백분율로 안전 정지.
차트 주석 개선, 사소한 버그 수정.
Max Slippage 매개변수를 제거했습니다.
미국 브로커가 사용하는 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.