justhooked01
justhooked01
Friends

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

justhooked01
Registered at MQL5.community
justhooked01
Added topic Build 226 - Order stack and iTime() issues
This is where the problem occurs for iTime()..it used to work just fine.    chartTime      = iTime(currPair,PERIOD_M1,0); Here's the code stub where the Open Order stack is disappearing...    //
justhooked01
Added topic Parabolic SAR inconsistency?
Once a SAR is calculated for a given period is it allowed to change? It's my understanding that the SAR for "tomorrow" is calculated using data from "today". If this is true, then shouldn't SAR remain constant once it is
justhooked01
Added topic Why are EXTERN input parameters not allowed to be changed?
I have two EAs which have very similar functionality . When EA#1 is active it's input parameters allow for change if <F7> is pressed. When EA#2 is active it's input parameters never show up to allow for changing. Any thoughts on why this might