Aira MJ
Aira MJ
Aira MJ
Aira MJ
Hey! Have any of you heard of this platform? https://es.mydigitrade.com/
Aira MJ
Added topic Requotes in Backtest. How to solve them?
Hi, I am getting requotes in backtest when backtesting from 2019, getting the EA into some trouble for making the right actions. I have tried m.symbol.RefreshRates but it makes no difference, even before closing each order. I do not think in real it
Aira MJ
Aira MJ
December and January with new strategy... I certainly would not mind it to work like that all year round... hahaha
Hakimi Bin Abdul Jabar
Hakimi Bin Abdul Jabar 2021.04.20
which published code EA is this Aira MJ?
Aira MJ
Aira MJ
Very close to perfection... I still need to add some options. The key is in how you translate your strategy to the EA. The expert just does what it is told to do. The image corresponds to 1 month GBPUSD: December 2020
Aira MJ
Added topic Code for releasing orders
Hi,  I am trying to code a way to release orders, but it is not working. Does anybody know the logic? //+------------------------------------------------------------------+ //| Profit
Aira MJ
Aira MJ
What is the best profit percent per month? Is this a fair result for 3 months?
David Diez
David Diez 2021.02.11
Would be nice for 10x deposit.
Aira MJ
Added topic If an account was banned, can a new one be opened?
Hi, I would like to know if the same person can open a new account after having a first one banned? Not just for buying or asking, but also for selling. Best regards
Aira MJ
Published code Candle Pattern EA /test
This is a simple EA test code I made for adapting Candlepatterns.mqh
Aira MJ
Added topic Can I share a Demo EA?
Hi, Can I attach an EA only for Demo, compiled. I mean, share it, with the intention of people testing it? 
Aira MJ
Added topic Making a Multi-Symbol function
Hi, I am trying to code a Multi- Symbol function and I need some help with it.  I have given the pairs an option like this one: input bool        Trade_Pair1   = 0 ; // Trade input ENUM_SYMBOLS  
Aira MJ
Added topic CopyHigh and CopyLow for Breakouts. CopyLow DOES NOT seem to work.
double Maxima_Candle[];        CopyHigh ( Symbol (),TimeFrame2, 1 ,Shift2,Maxima_Candle);        int position_max= ArrayMaximum (Maxima_Candle);        double
Aira MJ
Added topic Tell the EA to close orders if in profit for a certain time
Hi, I am looking at my trades and, although the EA is doing quite well I have seen that it might be a good idea to exit some trades after some time. Due not having reached TP, it might get stuck in flat movements, so I would like to know if I can
Aira MJ
Added topic EA not opening orders after changing profile
Hi, Does anybody know why might the EA not be opening any orders after I changed the account? I am backtesting so I do not want to restart the MT4 platform and VPS again, I did it once, but it has not opened any trades in a whole week. Best regards
Aira MJ
Published code MarketsMaster EA
Expert Advisor in MQL4 with 4 signals based on 6 Indicators. Works at any stock. If anybody wants to translate it to MQL5, it would be great. I still do not know MQL5. If you do, please, let me know.
Aira MJ
Aira MJ
If you want to test my new EA, you are more than invited to:
https://powerioea.wixsite.com/powerioea/try-demo

Settings explained at: https://www.youtube.com/watch?v=CgS1DwHf8t8&t=5s
Aira MJ
Aira MJ 2020.09.12
It just came out of the oven so I cannot tell you the perfect settings yet. Though, I have thought we could discover them together through a CONTEST and you can win 1 of the 9 Free Licenses that will be given as prize. Does it sound good to you? ​ *Contest Bases are found at a PDF inside the Demo folders
Aira MJ
Aira MJ
Hi, you can test a Free Demo for my new expert Power IO EA until October: https://powerioea.wixsite.com/powerioea

Please, feel free to write any feedback about the EA. There will be a Contest for a Free License soon. I will let you know.
shazia123
shazia123 2020.10.13
i want chek this ea plz guide me for instal
Aira MJ
Added topic EA suddenly not opening orders
Hi, I am coding an EA and I have generated like 4 versions. I created the last and now none are working. The EA has been working for 2 weeks and suddenly it does not open trades. Any ideas? A friend has a copy and it still is working
Aira MJ
Added topic Pip Distance and Martingale
It is giving me some Invalid LotSize 4051, any ideas why and what could I correct? I want to calculate the distance from one signal until the other one. Lets say the signals are very good but 'who is without a flaw'? Then, I want to calculate the
Aira MJ
Added topic EA not to open a trade at bar it has closed a trade
Hi, I guess this is an easy common question: How can I tell the EA to not open a trade in a bar where it has closed a trade at void OnTick? It is opening with if(CountTrades()<1) but I cannot add if(IsNewCandle()), as it does not open trades
Aira MJ
Added topic Optimizing Code of Expert for Good Performance
I have coded a robot but my knowledge of coding is limited so, obviously, I have added the functions I need but I see these are not working right. I am constantly modifying the code LIVE adding /if and /while according to what I am seeing in the
12