well i forgot about this configuration : to obtain a static mode with dynamic features (stop loss for example).
You can put 4 Limits using the 4.8 options
- Added Limit Option : "When Limit Is Applied Adequate Price To Limit". With this option limit won't stop order creation/recreation but will set price = limit
So you can set
Never Buy over 0.1/Never Buy Under 0.1
Never Sell Over 0.15/Never Sell Under 0.15
Create this limit checking the Adequate Price to limit option. (And don't forget to update the full CAT parameters pressing the general UPDATE BUTTON)
Then every price calculated will be set to 0.1 for BUY and 0.15 For Sell.
Now you can also set your stop loss :
Stop loss works for Pong orders, so if your algorithm is Buy -> Sell you must set a Sell All, if is a Sell -> Buy you must set a buy all, otherwise if you have ping-pong in both ways you must set 2 Stop Loss
- Use the second option : Buy/Sell all if % Spread Between Reference And Market Price is < -5%
This should works, let me know