8 October 2012 #41 S Superboot Joined 29 January 2010 Posts 83 Reactions 0 Hi Bailey55, On the surface your code looks ok. Here is a slice directly from one of my systems - where: ShortEMAEnter= 1; LongEMAEnter = 15; XAO = Foreign("XAO","CLOSE"); MarketBullishEnter = EMA(XAO,ShortEMAEnter) > EMA(XAO,LongEMAEnter); Buy = MarketBullishEnter AND..... Maybe switch off your other buy conditions and just check to ensure the XAO condition is working correctly. Good luck
Hi Bailey55, On the surface your code looks ok. Here is a slice directly from one of my systems - where: ShortEMAEnter= 1; LongEMAEnter = 15; XAO = Foreign("XAO","CLOSE"); MarketBullishEnter = EMA(XAO,ShortEMAEnter) > EMA(XAO,LongEMAEnter); Buy = MarketBullishEnter AND..... Maybe switch off your other buy conditions and just check to ensure the XAO condition is working correctly. Good luck
22 March 2013 #42 B Bailey55 Joined 2 October 2012 Posts 4 Reactions 0 Thank you for your response Superboot. Sorry for not responding sooner, won't bore you with the details but have been seriously off task for a while. regards Bailey55
Thank you for your response Superboot. Sorry for not responding sooner, won't bore you with the details but have been seriously off task for a while. regards Bailey55