7.29
10.11.2024
Important:
Added traces of Buy and Sell orders to track them on the chart.
Traces are shown and hidden together with other drawing figures.
A maximum of 50 "traces" are stored on the chart, the old ones are automatically overwritten.
To clear all traces and other drawing figures manually, use the "Clear All" button in the drawing tools or the CTRL+Z
To change traces transparency use the drawing tools settings, "Trace - Opacity".
In the reports charts, the "Funnel" button hides other orders traces.
Traces can be selected by CTRL-clicking to the last replaced point.
When a trace is highlighted, the StopLoss line is shown if the order was closed by StopLoss.
The BuyOrderColor parameter, which controls the colors of Buy orders and their traces, has been added to the strategy settings tab of the User Interface.
MoonShots has been accelerated using the new FastShotAlgo parameter (the parameter works on all exchanges, but actual acceleration depends on exchange).
It is recommended to enable the parameter, but its use requires 5-10% more CPU
Important! ReplaceDelay in MoonShots and MoonHooks is now set in milliseconds (and works more accurately, to the nearest 10ms).
In existing strategies it updates automatically.
Triggers are now work faster
StopLoss by trades (the FastStopLoss parameter) now works faster.
Added scrolling of filters on the chart using ALT + wheel and enabled "funnel" button (mouse should be in the filters area).
Scrolling can be disabled by unchecking "Scroll Filters ALT+Wheel" in the Funnel menu.
SellLevelWorkTime: the algorithm of time counting has been changed:
if you set 1 - previously the bot waited 1.4sec (due to rounding), now it will be 0.4sec.
The built-in help has been updated
Other:
Telegram strategies can read Telegram bot @coinalyze_alerts_bot (signals with liquidations).
Added notification to Telegram about coins, where you need to confirm risk acceptance on the exchange's website.
Added animation of the "Save" button in the strategy editor.
BinancePriceBug filter is now available on all exchanges.
Added BinancePriceBugMin filter: take only coins where the PriceBug value is greater than the specified value. If 0, not taken into account.
The BinancePriceBugMin filter is counted separately by coins (while the BinancePriceBug filter, as before, is common for the whole market).
Binance: added tag "New" to coin tags
In ExpertMode (ini parameter ExpertMode=1) removed restrictions for MShotPrice.
Removed api2.bybit.com/.... errors from the API error box; added date to the error line.
Columns in the hang control settings table can be changed in width.
Added session reset menu to the markets table
Improved memory accounting algorithm, memory growth messages should become less frequent
Fixes:
Fixes: The emulator should no longer bounce from spikes; Fixed working with coins with a "long" name (10000000AIDOGEUSDT);
Liquidations in reports now take into account longs and shorts. The liquidation report shows deltas at the time of the trade (the last one before liquidation, if there were several);
Binance: "Auto Reduce Orders" now takes into account the maximum position of Binance pre-markets;
Fixed buy price offset after split on Binance Quarterly;
Gate Futures: Fixed incorrect max order and liquidations detection;
Gate spot: Fixed hourly volumes;
Bybit: fixed opening TV charts for coins with 1k, 1m prefix; Fixed commission calculation.
(on Bybit exchange in the report the profit differed from the actual balance to a lesser extent).
Fixed a rare bug where simultaneous pressing Split and Join hotkeys would cause position loss.
Fixed a rare bug when clicking in separate charts resulted in placing an order.