I am trying to use applystop in a LONG ONLY system to enter next bar on open and exit intraday at calculated price (absolute price, not loss relative to buyprice)
Using line below with parameters as shown: ApplyStop( stopTypeTrailing, stopModePoint, support,1,True,0 ); where "support" is an array of calculated values Other settings per help file (scenario 1): ActivateStopsImmediately turned ON ExitAtStop = 1 Trade delays set to one (all of them) Trade price set to open (all of them) Exits simply do not trigger as expected. Thank for any help Ara
