7.09
22.11.2023
Liquidations are now sent to the statistics service
Sell price slider no longer takes into account leverage on futures
Auto scale mode has been changed - now it is calculated by 3h delta and recalculated when the chart is centred (in particular, by CTRL+arrow hotkey).
Scale of 1% has been changed to 20%
The 4th leverage added to the leverage selector
New parameter to modify stopLoss depending on deltas: StopLossModifier
The calculation of modified stop is written to the log in the form of
StopLoss adjusted [-1.00% - (10.00*0.98=9.75%) => -10.75% ] - stop from the strategy, modifier coefficient, final stop level.
Added MaxModifier parameter: the calculated sum of all modifiers is not greater than the specified value. Calculation of the total modifier is made by the formula
Min(MaxModifier, Sum[Pn * Dn]) where Pn - modifier specified in the strategy, Dn - current delta. If 0, the parameter is not taken into account
Fixes: bug on Binance futures that led to log records "No need to modify the order."; bug on Huobi related to limitation of max. order size;
bug of order cancellation in case of simultaneous strike detection on 2 markets.
Removed the ability to enter your IP in connection methods