6.87
24.02.2023
New strategy parameter FastStopLoss: faster stop on trades ("crosses"). Stops will react to spikes.
Added additional hourly volume with fast update by trades (on the chart in the upper left corner, next to Vd1m. HVolFast column in the report)
MaxHourlyVolFast, MinHourlyVolFast filters added to strategy filters. By default 0 - do not check.
Leverage management functionality: auto-adjustment of leverages according to the required max. position (Market Table, the "Manage Leverage" button),
The "Auto Isolated" option (switch to isolated margin after listing)
Telegram command "AutoLevConfig" so send the leverage config to bots
A new set of icons has been added (Settings - Interface)
Sorting the markets table by position limit, by coin name
Huobi: HUSD pairs replaced with USDD
When you press CTRL, the pencil button displays the current tool
The free memory warning algorithm has been changed. Memory information is logged every 15 minutes
Manual report cleaning (The "Manage Data" button in reports). Cleaning of the report of old records reduces the memory occupied by the bot.
Fixes: trategies with non-zero BuyDelay check the balance after the BuyDelay time has expired (i.e. just before the order is placed);
Fixed penalty with pending orders in strategies, in particular the EMA strategy; Text in the order box has been optimised for smaller the bot window
Important!!! The MAvg calculation has been changed, this may result on all strategies which used Mavg filter!
Now coin prices are considered to be reduced to 1.
The idea : for each coin we take the 48 hours average price. Then the sum is calculated for all markets:
(current price / Avg48) * (if volumes weighted option is turned, multiply by volume)
Mavg = this sum of prices above / number of markets