Error 43. Variable stops are not supported in Rotational and Raw Trading modes

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