I'm trying to get the lowest PRICE in a certain time period and then enter if it crosses below that lowest PRICE.
I'm not sure which part I'm getting wrong.
1) I set that IF the current time period is the right one then my Lowbar double = LowestBar(close, in 12 bars)
2) IF my LowBar double = the currentBar(close) then my LowPrice double = current Low[0] bar.
3) IF the close crosses below the LowPrice then enter short.
thanks

Comment