Sürüm 5.0
2024.09.04
Sanal Kar ve Sanal Kayıp parametreleri tarafından çalıştırılan sanal ticaret işlevleri eklendi - yalnızca sanal emirler etkin olduğunda kullanılabilir. Yeni parametre eklendi, Sanal Kayıplar. EA yalnızca belirli sayıda sanal kayıp meydana geldikten sonra emirleri açar. Sanal Kayıplar sıfıra ayarlanarak iptal edilebilir.
Kayıp kurtarma için yeni işlev eklendi - Kurtarma Faktörü parametresiyle bağlantılı (sıfıra ayarlanırsa, bu işlev devre dışı bırakılır). Kurtarma Faktörü ayarı ne kadar yüksekse = daha yavaş kayıp kurtarma. Kayıp kurtarma, lot boyutunu artırarak çalışır (daha yüksek genel kayıp = daha yüksek lot boyutu).
Sürüm 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.
Sürüm 4.8
2023.06.05
Removed unused parameter : N_TrailingStop .
Sürüm 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 .
Sürüm 4.6
2023.05.27
Added new function : VirtualTakeProfit .
Sürüm 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) .
Sürüm 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) .
Sürüm 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 .
Sürüm 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 .
Sürüm 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)
Sürüm 4.0
2022.11.14
Yeni parametreler eklendi: "PassUpStochLevel" ve "PassDownStochLevel". Bu parametrelerin değerleri, bekleyen/sanal emirlerin hangi Stokastik değerinde değişeceğini veya başlatılacağını belirler.
Örneğin "PassUpStochLevel" 70 olarak ayarlanmışsa ve uzman "Normal İşlem" modunda çalışıyorsa, SellStop sırası yalnızca Stokastik değer 70'in üzerindeyse değişecek veya başlatılacaktır.
Eğer "PassDownStochLevel" 35 olarak ayarlanırsa, "Normal Çalışma" modunda BuyStop sırası sadece Stokastik değer 35'in altındaysa değişecek veya başlayacaktır.
Ön ayarlar ve orijinal değerlerin ikisi de 50'ye ayarlanmış parametrelerdir.
Düzeltildi: - hesap bakiyesi çok düşükse iz bırakma/başabaş/sanal durdurma çalışmıyor;
- otomatik lot modunda para birimindeki kar veya zarar beklendiği gibi çalışmıyor (otomatik lot modunda para birimindeki kar ve zarar faktörler haline gelir ve bunlar lot büyüklüğü ile ilişkilidir, bu nedenle kar ve zarar parametrelerini sürekli olarak ayarlamamız gerekmez parti büyüklüğü otomatik olarak artırılırsa).
Sürüm 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 .
Sürüm 3.8
2022.04.14
Otomatik Lot yönetimine yeni parametre eklendi: Yüksek Lot Tut parametresi, kazançlar ve kayıplar arasındaki oranı korumak için EA tarafından kullanılan en yüksek lotu tutar.
Yeni parametre eklendi: Yeni Mum Yürütme: true olarak ayarlanırsa, uzman yalnızca yeni mum açıldığında çalışır, gerçek emirler kullanılırsa açılış emirlerini atlayabilir ve fiyat sadece ticaret çizgilerine dokunur, ardından mevcut mum kapanmadan önce tersine döner. daha hızlı optimizasyon olasılığına yardımcı olur.
Yeni fonksiyon eklendi: Hesap bakiyesinin yüzdesi ile Güvenlik Durdurma.
Geliştirilmiş grafik yorumu, düzeltilmiş küçük hatalar.
Maksimum Kayma parametresi kaldırıldı.
ABD brokerleri tarafından kullanılan FIFO parametresi kaldırıldı, düzgün çalışmıyor.
Sürüm 3.7
2020.10.11
Fixed possible error in the BreakEven function .
Sürüm 3.6
2020.10.11
Corrected Bug in BreakEven function .
Sürüm 3.5
2020.09.08
Modified new order open from , open by Bar to , open by Bar Time .
Sürüm 3.4
2020.07.23
Added posibility to use accumulation of orders at the same level (present only in version 2.7 ).
Sürüm 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 .
Sürüm 3.2
2020.06.22
Fixed comment section on chart , Server and date apearing and dissapearing .
Sürüm 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 .
Sürüm 3.0
2020.05.26
Fixed BreakEven function .
Sürüm 2.9
2020.05.11
Fixed possible error regarding TrailStop function .
Sürüm 2.8
2020.05.01
Corrected max long and max short function , not working properly with pending orders ,corrected trailstop-trailstep function .
Sürüm 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 .
Sürüm 2.6
2020.03.04
Corrected Trailstop and Breakeven functions not working for short positions if HardStop is set to zero .
Sürüm 2.5
2020.02.17
Added posibility to cancell TP , SL , Virtual Stop by setting them to 0 .
Sürüm 2.4
2020.02.17
Modified internal condition for placing virtual trade levels (create virtual trade level only if a trade is not active) .
Sürüm 2.3
2020.02.16
Corrected virtual trade levels not resetting , if orders are not present because of high spread.
Sürüm 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) .
Sürüm 2.1
2020.02.14
Added new parameter : "Custom Comment"" .
Sürüm 2.0
2020.01.01
Optimized code for faster processing , added new parameter "Delete_Pending" outside the time interval .
Sürüm 1.9
2019.11.28
Added new parameter : "Trail_Step".
Sürüm 1.8
2019.09.15
Added working time for sending and deleting orders .
Sürüm 1.7
2019.09.09
Added new parameter , Start Trail After .
Sürüm 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 .
Sürüm 1.5
2019.08.23
Fixed order comments.
Sürüm 1.4
2019.08.22
Added new parameters : Positive and negative profit target .
Sürüm 1.3
2019.08.21
Removed the print from the log for using lower than minimum or higher than maximum lot size.
Sürüm 1.2
2019.08.20
Added new parameter to allow for strategy reversal .
Sürüm 1.1
2019.08.19
Modified code to delete pending orders only if the level is different .
i realy like it.