Can someone please code this QT Paintbar code to an Amibrroker indicator. thanks
Here are the QT codes: ------------------------------------------------------- if Bar High>bar high[7] and bar low<bar low[30] and bar low<bar low[60] and bar low<bar low[1] and bar high>sma set color to Red if Bar High>bar high[30] and Bar High>bar high[60] and bar low<bar low[7] and bar high>bar high[1] and bar low<sma set color to Blue
