- Search Metals Mine
- MacMG replied Aug 20, 2023
As you can see above , it will definitely not make you billionaire "OverNight". Mac.
Simple H1 GBPUSD EA
- MacMG replied Aug 20, 2023
End this EA, if used on "LIVE" account by you, would be used "ONLY" on your "OWN RISK"!!! image Mac.
Simple H1 GBPUSD EA
- MacMG replied Jun 18, 2023
Hi pewebly, Do you do coding? MQL4 or 5, or do you like testing/optimizing EA's? Mac.
Simple H1 GBPUSD EA
- MacMG replied Mar 24, 2023
Well, what is significant profit for you? Significant lot size make usually the rest.
Mac.Simple H1 GBPUSD EA
- MacMG replied Mar 24, 2023
Thanks for sharing test result. Was this test for OverNight..EA? What was your setting? Any optimization parameters? M15 or H1 is best timeframe. Mac.
Simple H1 GBPUSD EA
- MacMG replied Mar 14, 2023
You need to use _2023 version. OverNight_EAv9a_2023 post#9879 or 9884. SimpleH1_GBPUSD_EAv9_2023 post#9885. camvcvooV5_2023 post#9911, or Tokyo_GBPUSD_v17a post#1.
Mac.Simple H1 GBPUSD EA
- MacMG replied Mar 14, 2023
To those trades still interesting to learn MQ4 coding, please enjoy. file Or even more. url Good luck. Mac.
Simple H1 GBPUSD EA
- MacMG replied Mar 14, 2023
4/ “Update;” EA code update informations. #property copyright "Mac" //---- extern string Broker_acc = " acc: "; extern string UpDate = "UpDate: 20.02.2023. 8:40"; extern int iMagicN = 0; extern int EndYear = 2023; extern int EndMonth = 12; extern ...
Simple H1 GBPUSD EA
- MacMG replied Mar 14, 2023
3/ EA_valid; EA_valid =" Yes "; if(TimeYear(TimeCurrent()) <= EndYear) {//2 if(TimeMonth(TimeCurrent()) <= EndMonth ) {//3 if(TimeDay(TimeCurrent()) <= EndDay) {//4 IsEA_valid=true; } else {//4 EA_valid=" NO_EndDay "; IsEA_valid=false; } } else {//3 ...
Simple H1 GBPUSD EA
- MacMG replied Mar 14, 2023
2/ "maxDrawDown;" if(iTotalOrders != 0) {//2 double profitLoss; profitLoss = AccountBalance()-AccountEquity(); if(profitLoss > maxDrawDown) {//3 maxDrawDown = profitLoss; } else {maxDrawDown = maxDrawDown;} This will help you in simple way to asses ...
Simple H1 GBPUSD EA
- MacMG replied Mar 14, 2023
Hi. As I previously mention, on this tread we have four working EA’s and all required extensive optimization to be reasonably effective and profitable. Optimization process on MT4 platform however, appears to me quite tricky. Very similar ...
Simple H1 GBPUSD EA
- MacMG replied Mar 10, 2023
Hi h1307. Can you rewrite, let's say OverNight v9 EA in MQL5 and share with us mq5 file? Just thinking!
Mac.Simple H1 GBPUSD EA
- MacMG replied Mar 9, 2023
And that is the good reason, why you should try to learn MT5 programming.
. Mac.Simple H1 GBPUSD EA
- MacMG replied Mar 5, 2023
Dear Traders. So, for now, we have four EA's working with access to mq4 file to three of them. When they have been introduced back in 2010, they proved to be quite effective according to market weather on that point of time. Non of them perfect and ...
Simple H1 GBPUSD EA
- MacMG replied Mar 4, 2023
Hi h1307, Have you read post#1 ? There is everything you need to know about this EA's. You are even warm welcome to optimize one of them.
Mac.Simple H1 GBPUSD EA
- MacMG replied Mar 3, 2023
To get more sense, read my post#9861 and post#9865, please. Have good day.
Mac.Simple H1 GBPUSD EA