[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: REQUEST FOR CODING HELP



PureBytes Links

Trading Reference Links


Off the top of my head...

If Time = 1030 and C > BollingerBand(C, 13, 2) then Buy High stop;





I want to create a system that buys on a stop above the first hour's breakout:

1st hour closes above the 13 hour Bollinger band. (Condition1 simple enough)

buy any bar during the day that trades through that first hour's high.(how do I freeze the high of the first hour as a stop entry for the remainder of
the day?)