Harry Wright / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
Harry Wright
Added topic Why is my function returning 0?
Hi there guys, Stuck with this - my swing finding function seems to be returning 0 while inside the loop, but when I set an Alert at the if statements that define variable F they return a value (so I know it works). It's the value is turning to 0 as
Harry Wright
Added topic Why is my while loop not working?
Hi guys, I'm trying to identify 5-candle fractal sweeps as part of my EA but I'm just getting on the strategy tester - any ideas? void OnTick () { static bool findSwing = true ; static bool findSweep = false ;
Harry Wright
Added topic Candle colour array - why won't it work?
Hi guys, I'm relatively new the world of MQL4 and can't seem to wrap my head around why my array won't work. It just simply isn't alerting me to the colour of the specified candle! Any ideas why this won't work? void OnStart () { int
: