Hi, I have a simple question about BUY and SELL variables: if a trade is entered and BUY=1 for all the days in the trade, on the sale day does BUY change to 0 and SELL change to 1?
What happens to the days after SELL if no buy is triggered? Eg: Monday = Nothing (Buy=0; Sell=0) Tues = Buy (Buy=1; Sell=0) Weds = In trade (Buy=1; Sell=0) Thurs = In trade (Buy=1; Sell=0) Friday = Sell (Buy=0; Sell=1) Sat = Nothing (Buy=0; Sell=0) Is this correct? Thanks - alex
