6.89
28.03.2023
Changes
-
The "MoonBonus" addon can now be activated for mooncredits (MoonBonus members receive it for free)
-
Exchange StopLoss in manual strategy: controlled by 2 parameters of the strategy "UseMarketStop" and "MarketStopLevel" (initial stop price), and the "SM" ("StopMarket") switch on the main window
-
Added hottkey to panicsell 1 order (if there are multiple orders, the first one placed will be closed)
-
Added parameter TriggerByAllKeys: if YES, then the slave strategy will only be triggered if all TriggerByKeys are active
-
Added parameter SellLevelRelative: move the sell by X% of the buy price relative to the high price (can be greater than 100%)
-
Removing sub-folders in the strategy editor
-
The "AutoClose Zero positions" checkbox "Settings → Special": remove zero positions with negative margin (occurs after liquidation greater than 100% on isolated margin).
Enabled by default. -
Changes in the report database mechanics (applies to VDS mode only):
-
In VDS mode the bot loads into memory and works with a limited report (20k lines)
-
The first time you run the bot in VDS mode, it will decrypt the report.
-
If you want to view the whole report in VDS mode, click "Load All" button (report window, next to "Manage Data")
-
In full report mode the bot doesn't load data into memory, it works with data from the disk. The data is updated only by the "update" button
-
After completing the full report, press the "Unload" button, which returns to step 2
-
Removed old detector settings without strategies "Settings → Auto Detect"
-
Added strategy option IndependentSignals:
-
If NO, then the logic is as follows: the strategies are checked one by one on the list, after finding the first onethat fits the conditions of detection, a signal is given, other strategies are not checked (this logic worked all the time until current version).
-
If YES, then all strategies in a row on the list are signaled, up to the first strategy with this option unchecked.
-
The following strategies do not use this option: MoonShot, PumpDetection, UDP, Combo, Manual, TopMarket
-
The following strategies always have this option enabled: NewListing, EMA, Spread, MoonHook, Activity (since the strategies so far have operated according to the logic of having this option enabled).
Fixes
-
Moonstreamer works on all pairs (spot and futures) when using its server
-
Pack of icons from Mark was updated.