Forum

Having periodic problems with my codes at times ,the code below doesnt work correctly, can someone help me out i am trying to detect if a candle is bearish or not

Having periodic problems with my codes at times ,the code below doesnt work correctly, can someone help me out i am trying to detect if a candle is bearish or not Code: bool isBearish( int index) { if (tradingTimePrices[index].open<tradingTimePrices[index].close) return true ; return