iZero / Publications
Forum
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 without the labels getting in the way). I've coded
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
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 experience in AI (and indeed Forex) so I was
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) { if(OrdersTotal() <= maxTrades) { ticket =