Are the values created by ApplyStop available for plotting? Example: LossPercent = 3 * ATR( 14 ) / Close * 100;
ApplyStop( stopTypeLoss, stopModePercent, LossPercent, 1, volatile = False, ReEntryDelay = 1 ) ; Is the value genarated by ApplyStop accessible? Tx ara
