when i have a multitimeframe strategy. can i do stops like this
exitOrder=ExitLongStop(Lows[MINUTE5][1],entryOrder.FromEntrySignal);
there seems to be many signatures for this exitlongstop and want to make sure that i use the correct signature.
my strategy just keeps a stop on prev bar low on 5 minute for longs

Comment