kai197
kai197
Friends

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

kai197
Added topic What is the difference between the function iHigh and iHighest?
As stated in the title, I'm wondering what's the different and when to use iHigh and iHighest? Thank you. 
kai197
Added topic Coding FIbonacci in a Specific Time Range
Hi, i'm currently coding a strategy which requires a Fibonacci in a specific time range. Let say, the Fibonacci levels has to be drawn based on 1 month highest and lowest point.          int fibHigh = iHighest( NULL
kai197
Registered at MQL5.community
kai197
Added topic What is all these #define means?
Dear All, I'm very new to mql4, may I know what is all these means? #define SIGNAL_NONE 0 #define SIGNAL_BUY   1 #define SIGNAL_SELL  2 #define SIGNAL_CLOSEBUY 3 #define SIGNAL_CLOSESELL 4  Thank you