BIP == 0: (5 Minute) Entry
BIP == 1: (1 Minute) Exit
When I enter a trade on the 5 min (BIP==0) and exit on the 1 min (BIP==1), do I need to specify BarsInProgressIndex with EnterLong()? For example, are both statements below appropriate?
EnterLong(1, “”, “”)
EnterLong(“”, “”)
If the instrument is the same on all timeframe’s, does BarsInProgressIndex need to be specified on EnterLong()?
Thanks

Comment