Sürüm 4.22
2022.12.23
Some security updates
Sürüm 4.2
2022.06.04
WHAT IS NEW IN V4.2:
- TRIED THE BEST TO AVOID RUNTIME ERRORS BY FIXING ALGORITHMS (APIs) TO BE SOLID MORE THAN LAST VERSION(S).
- ALGORITHMS WERE FULLY RE-OPTIMIZED BY TESTING EVERYTHING AND ALL PARAMETERS IN THE EA TO INSURE EA WILL WORK FINE WITH ANY SYMBOL, ANY MARKET, ANY BROKER, AND ANY CHANCE.
- RATHER THAN SHARES ONLY, ALGORITHMS RE-BUILT TO BE WORKING IN ALL PAIRS SUCH AS FOREX, OIL, METALS, CRYPTOS... ETC WITH NO RUNTIME ERRORS.
Sürüm 4.1
2022.05.31
What is new in V4.1:
- Some updates in strategy to increase profits and minimize the drawdown & risks.
- Some modifications in the algorithms to improve the EA performance.
- Added new parameter "Popup": (true/false) to allow or disable alerts (messages) popup.
- Added the option "No Stops" in the parameter (Trailing Stops Type): Might be selected when you don't want any trailing stops..
Sürüm 4.0
2022.05.24
1- Added new parameter "DD% Closing Type" with three options as following list:
1-1: No DD Close: This will do nothing if selected.
1-2: Partially Close Position(s): When account equity equal (or greater than) the previously given DD (Max. Allowed DD% Trades)
the EA will partially close from the opened position a value which is equal to the Broker Minimum Lot Size.
1-3: Fully Close Position(s): Similar of the condition above, if this option is selected then ALL the opened position(s) will be closed.
2- Added new parameter, "Stop And Reverse":
2-1: If true: EA will close all opposite opened trades when reverse signal detected.
EXAMPLE: *A number of Long (Buy) trades are opened. *You given the "Stop And Reverse" true selection.
*When the EA detect the sell signal then all opened Long (Buy) trade(s) will be closed whatever the P/L is.
2-2: If false: Then nothing will be closed even if reverse signal is detected by the EA.
3- Fixed some errors to improve the performance.
Added some martengale options/parameters as below:
4- Use Martengale: (true/false)
5- Total Martengale: This is how many positions you plan to open.
6- Distance: This will let the EA determine the new price(s) where to open new order(s).
7- Multiplier: This will be for increasing lot size for the new martengale covering position.
EXAMPLE1: *Symbol is GBPUSD. *While parameter "Use Martengale" is true. *Let's say the "Total Martengale" is 2.
*You selected a distance of 100 pips. *Let's say "Multiplier" is 2.
*if you have a Buy/Long GBPUSD initial position with 0.10 lot size in price of 1.2900
*then another Buy/Long GBPUSD positon will be placed after the given distance in 1.2800 with doubled lot size (0.20)
*if the price of GBPUSD still going down then another Buy/Long position will be opened in 1.2700 with lot size of 0.40
*then no more martengale position(s) will be opened becasue 3 positions (as you planned in parameters) were opened successfully.
EXAMPLE2:
-Symbol is AAPL (Apple Inc.)
-Buy Position is opened in price 150
-Use Martengale = True
-Total Martengale = 3
-Distance = 1
-Multiplier = 3
Then the following 4 orders will be opened in case price of the AAPL stock market going down:
1st position: Buy AAPL price=150 lot=1.5
2nd position: Buy AAPL price=149 lot=4.5 (1.5 X 3)
3rd position: Buy AAPL price=148 lot=13.5 (4.5 X 3)
AND FINAL 4TH POSTION WILL BE OPENED IN CASE PRICE GONE TO 147 AS BELOW:
4th position: Buy AAPL price=147 lot=40.5 (13.5 X 3).
Sürüm 3.1
2022.05.19
What is new in V3.1:
- Some updates in strategy to minimize the drawdown & risks.
Sürüm 3.0
2022.05.14
What is new in V3.0:
--------------------------------------------------
1- Smart TP which let the Expert Adviser determine the TP through the current market conditions.
2- Added new parameter: "Use Filter With MAs".
True: Will use this inbedded custom indicator with MAs.
False: will not use it.
3- Two parameters added *Mobile:(Push Notifications) & **Email (Push Notifications):
True: Message will be sent to your mobile and/or email for any EA trade/close and any detected error.
False: Will not send any Message and/or Email.
Algorithms fixed regarding the Broker Minimum and Maximum lot size by adding two new parameters below:
4- Added New Parameter: Allow Min Lot Coverage (True/False):
True: Will replace the lot size to the lowest accepted symbol/broker lot size
in case the current lot size is lower than minimum allowed size.
False: Will not open a trade as the lot size is lower than allowed.
Example: Broker lowest allowed lot size is 0.01, Lot type is NOT manual, your next trade lot size is 0.009 (or 0.003),
Option True will open the 0.01 lot size as it is the lowest allowed size.
But option False will not open any trade.
5- Added New Parameter: Divide Max Lot Coverage (True/False):
True: In case if next trade lot size is greater then symbol/broker size,
This option might divide the next trade for more positions (trades) untill total of these lot sizes equal planned lot size.
False: Will open only the Maximum allowed lot size.
Example: Lot Type is NOT manual, Broker max. lot size for a selected symbol is 300, the EA calculated the next trade lot size to be 600,
Then if True EA will open two trades each trade has 300 lot size. else (if false) only one trade with lot size of 300 only.
6- Trade comment will be placed with a push notification to the user contains (Magic No., Long/Short from EA Name, EA Version, Symbol & TF... etc)
7- A comment on the chart to show you the Broker Min Allowed Lot, Broker Max Allowed Lot & Broker Stop Out Mode, Stop Out Level and more...
8- Some important algorithms corrected to increase performance and avoid bugs.
9- Added New Parameter: (Days To Trade) While 1st Digit is Monday, 2nd Tuesday, 3rd Wednesday & 4th Thursday.
So, We have 4 Fields from Mon to Thur, Writing 0: EA will not open trades in this day(s), 1: EA will open trades in this day(s).
EXAMPLE1: 0001 = While the number 1 is available only in the 4th digit, EA will open trade(s) ONLY in Thursday(s), then no trades in Mon, Tue and Wed.
EXAMPLE2: 1111 = EA will open trade(s) in Mon, Tue, Wed & Thur.
EXAMPLE3: 1010 = EA will open trade(s) ONLY in Monday(s) and Wednesday(s) while no trade(s) in 0 valued digits (Tue & Thur)..