M. Amir
M. Amir
Friends

Add friends via their profile or user search and you will be able to see if they are online

M. Amir
Added topic Non USD pair like EURGPB/AUDNZD take long time taken to complete a test/optimization why is that?
Anyone experience had similar experience? My optimization use Every tick based on real tick. Is it only my problem or is because of something else
M. Amir
Added topic how to use _point for multicurrency expert advisor?
Hi, usually I use _point for calculating my risk and lot sizing here's an example:    //initialize Scaling Lot    double balance = AccountInfoDouble ( ACCOUNT_BALANCE ); //get account balance    double percentlot =
M. Amir
Added topic Why profit factor have different color?
Hi Experts, quick question why after optimizing parameter profit factor have different color
M. Amir
Added topic Backtest advice from experts inquiry
Hi Experts, My Strategy focus only High Volatility time. For the past 2 months I had go through trial and error and manage to create 4 EA that have good performance. 2 of them is currently forward tested 1 month and still have good performance. My
M. Amir
Added topic Strategy Tester Slippage Inquiry
Hi Experts, Does the mt5 strategy tester simulator included the slippage during high impact news
M. Amir
Added topic Stop Loss to Breakeven code verification
Hi Experts, The open position stop loss is not modified for some reason. Am I doing it wrong? Here is my current breakeven code.    //Runner Breakeven    if ( PositionsTotal ()== 1 )   {    ulong
M. Amir
Added topic How to find mean value for array?
Hi Experts, There is this function called MathMean() and does not work for some reason. Do I need to include library for it? M. Amir
M. Amir
Added topic How to prevent multiple pending order at a time?
Hi, experts New to mql5 scripting here. I come across this issue where pending order keep on activated because I cannot seem to stop it using OrdersTotal() function. The script should be, pending order can only open 1 at a time. It would be nice to
M. Amir
Registered at MQL5.community