Hi, Please help with the following: I would like to enterlong only if my current position is 0 and exit long only after entering long. The first decision is to use flip(buy,sell). I have this exitlong: Applystop(stopTypeLoss,stopModePercent,stop_loss/100,1,False,0) (1 means exit intrabar) so if it the only condition for simplicity how to put it into flip as I dont have sell condition.
