Occurs on attempt to use variable amount in ApplyStop() function when using rotational trading backtester mode or in one of Raw modes (such as backtestRegularRaw or backtestRegularRawMulti). Example:
EnableRotationalTrading();
ApplyStop( stopTypeLoss, stopModePoint, H-L ); //
variable stop amount not supported in rotational mode