Amirfakhredin Ghanbari
Amirfakhredin Ghanbari
Friends

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

Amirfakhredin Ghanbari
Added topic Confusing heiken ashi buffer numbers!
hi guys, i saw 2 different heiken ashi buffer numbers   for 4 candle values while googling around  how is that even possible! and which one is correct and how can i find correct buffer numbers from heiken ashi or other indicators?.... tnX
Amirfakhredin Ghanbari
Added topic all moving averages color grayed out!
hi guys i got bit weird issue with my MT4 recently, no matter what color i chose, all of my Moving averages turn Gray! wondering beside reinstalling the MT4 is there anyway to fix this or why its happened in first place
Amirfakhredin Ghanbari
Added topic MT5 version 2772 crash on portable mode
hi guys  i know its irrelevant to MQL5 but i cant use terminal.exe /portable mode on version 2772 is there any fix for this issue? the main reason i use this is to keep data folder same as installation folder not somewhere deep in appdata under
Amirfakhredin Ghanbari
Added topic is it possible to find EPS in MT5 by coding
hey guys just wondering if is there a way to calculate or find or read EPS "Earning Per Share" from MT5 or coding it with MQL5 or i have to manually find it in stocks info platform i appreciate your insights  tnX
Amirfakhredin Ghanbari
Added topic Search for Multiple items without loop StringFind
Hi Guys just wondering like C or Python is there anyway find multiple items in String with StringFind or some other function to find more than 1 item in string in MQL? i can do it with loop & array but it take system overhead so if anyone knows
Amirfakhredin Ghanbari
Added topic CopyBuffer Limitation!
hi guys i tried to make system to back test my theory however when i try CoppyBuffer seems Maximum number it work is 35 ! so wondering if there is any workaround this limitation?! since i want whole year buffer eb examined oh btw its not for iCustom
Amirfakhredin Ghanbari
Added topic input variable considered as constant!
Hi guys recently something changed? i was busy with stuff recently i tried to code but no matter what i use as input variable automatically turn to constant ! what should i do now! input int yolo= 0 ; void OnTick ()   {   
Amirfakhredin Ghanbari
Added topic SetFocus on specific Chart
Hi Guys, wondering if is there any function to set focus on specific chart? i wrote a script to open charts with ChartOpen (MySymbol, PERIOD_D1 ); however whatever chart i run script from keep the focus not the newly opened charts, so for example if
Amirfakhredin Ghanbari
Added topic Improving MQL editor idea
hi, just saying  MetaQuotes  adding editor functionality like Visual studio or android studio to collapse & expand functions, it would make it easier to work with long coding now its just like reading massive text! Collapse expand make
Amirfakhredin Ghanbari
Added topic getting Last Closed Order in MQL5
hi guys i just want to know whats the ticket of last closed order i wrote this just want to know if this way is correct or not and one more thing why tickets are different  in terminal than actual reports or in mql5! tnX for help in advance void
Amirfakhredin Ghanbari
Added topic OrdersTotal return 0
Hi guy before you all yelling @ me to search i did that i always used OrdersTotal to get Opened Orders! "of course not pending ones" but on V2398 when i try to get that i always get 0 returns i checked with older version it works just fine! tried
Amirfakhredin Ghanbari
Added topic AMA EMA Crossover sluggish
got new issue! sorry to keep asking for help but this one is just simply weird! MA crossover wrote million times by everyone here... here is my code but instead of MA crossover i use EMA & AMA cross over i tested as usual work very quick with MA
Amirfakhredin Ghanbari
Added topic Why iClose is so slow!
Hey guys just got weird issue well i solved other way i wanted to collected all pairs Close price on end of each day i used iClose ( _Symbol , _Period , 1 ); i used SymbolInfoDouble   and MqlRates instead query finished quickly! wondering is
Amirfakhredin Ghanbari
Added topic FileOpen with absolute path?!
hi guys, wondering is there anyway to use fileopen with absolute path?! as far as i see in help document any sort of path result with error even if it means same subfolder as using file w.o absolute address i tried with local address & network
Amirfakhredin Ghanbari
Added topic Force Refreshing Chart
Hi Guys, Got odd issue with my indicator, i have to manually on chart right click and press "Refresh Button" to make my items showing correctly on screen! i tried ChartRedraw(0); didn't help is there any way to actually call that Refresh event i use
Amirfakhredin Ghanbari
Added topic market type detection indicator
Hi guys, is there any indicator "mathematical formula" to check market change from trend to range market or even worse choppy market?! i tried RSI/Stochastic but not very good result is there better way for this?! i can use new math functions with
Amirfakhredin Ghanbari
Added topic iFractals MQL5
god i hate MQL5 everything is complicated compare to MQL4 anyway guys i tried the sample of ifractals here is the code    double fractal_up[],fractal_down[]; //--- for collecting fractal data    handle_fractal = iFractals (
Amirfakhredin Ghanbari
Added topic MACD signal buffer odd result!
hi guys seems i dont get the correct answer out of copybuffer for some reason can anyone shed a light on this plz double MACD_Array[]; double MACD_SIGNAL_Array[]; ArraySetAsSeries (MACD_Array, true ); ArraySetAsSeries (MACD_SIGNAL_Array, true ); int
Amirfakhredin Ghanbari
Added topic Why most Math Function doenst work in long doubles?!
since Spread removed from MQL5 and helpfile mentioned this method double Spread=Ask-Bid; but when i try to trim it from something like this 2020.02.07 22:05:02.297 Calling_Functions (EURUSD,M1) 2.999999999997449e-10 with NormalizeDouble it only
Amirfakhredin Ghanbari
Added topic how to stop MQL5 to draw Indicators in Strategy tester?
hi guys, i got an issue with MQL5 why it draw indicators i use in logic of my EA on strategy tester ! "work normally in actual chart doesnt draw anything there, just in strategy tester" make it a mess hard to read the chart and analysis anyway to
12