forexgenuine
forexgenuine
Friends

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

forexgenuine
Added topic How to refersh an indicator only when a period has just finished ?
Sorry if this question is basic but I'm newbie. All source code I saw seems to refresh indicator for every tick , whereas I want to do so only when a period is just finished so how to do so
forexgenuine
Added topic Is it possible to add a symbol that doesn't already exist and programmatically ?
Some brokers do not support all pair currencies, is it possible to add missing ones to load historical datas within metatrader and possibly programmatically
forexgenuine
Added topic Why my tick export indicator doesn't work ?
My indicator below only creates a blank file: //+------------------------------------------------------------------+
forexgenuine
Added topic Is it possible to draw indicator beyond current bar time ?
I'd like to know if it is possible to project an indicator by drawing it into the future beyond current bar time, for example to simulate moving average crossing
forexgenuine
Added topic Why does my script still exports YEAR 1970
I have put a condition on year int year = TimeYear(Time[i]);        if (year > 1970 ) still it doesn't take into account, do you see why ? Full source below
forexgenuine
Added topic Why nobody answers in this forum ?
Did someone see my question here ? https://www.mql5.com/en/forum/128278 Thanks
forexgenuine
Added topic If local history is empty (not loaded), function returns 0. what does it mean ?
Hi, I made a script which uses Open[i] and now I want to replace with iOpen(symbol,period,i) but it returns 0. I don't understand the help which says: If local history is empty (not loaded), function returns 0. what does it mean ? Thanks
12