iZero
iZero
Friends

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

iZero
Added topic Strategy Tester Disappeared
It's gone off the face of my platform. I've tried taking all the charts and toolbars off and putting them back on, reinstalling, deleting profile files, everything I can think of. Any other ideas
iZero
Added topic Intelligence?
So I was trying to build what you could call a rather primitive price-predictive NN but hit a brick wall so I tried a simpler direction-predictive NN and this is what happened. I'm actually quite excited by these results but because I don't have much
iZero
Added topic Cross-Currency Strength
So we know that some currencies correlate (or are negatively correlative) to some degree and can be used to confirm or predict movements. This indicator basically puts it all on one scale (from -1 to 1, I put the max to 1.2 so you can see the graphs
iZero
Registered at MQL5.community
iZero
Added topic Won't open trades
Basically I've got this as the main part of the code: int start() { bool flag = true; int DoW = DayOfWeek(); if(TimeCurrent() == StrToTime("00:05") || TimeCurrent() == StrToTime("05:45") && DoW > 1 && DoW < 6) flag = false; if(flag == false) {