3.57
11.05.2018
Changes
-
Button "Where is the action?" in the Pump Helper tool, as well as on the main screen. No need to start the pump detector, just click it to see the currently active market
-
New parameter aaded to all strategies, GlobalFilterPenalty - the time in seconds, during which the strategy will not work again after it has not passed through the BTC delta filter or the market (if 0, then the parameter is ignored)
-
In the strategy MoonShot added parameters MShotAddMarketDelta, MShotAddBTCDelta:
For each percent of the delta market (delta BTC) add x percent to the price corridor (MshotPriceMin/MshotPrice). The deltas are taken by absolute value, i.e. negative value works as well as as positive! -
DropsUseLastPrice is added to the Drops strategy: if YES, then the LastPrice price (calculated by the detector) will be used to calculate the purchase price
-
Delay to the initial placing of orders by strategy MoonShot was added, in order to avoid overload the API
-
Read tradingview signals similar to BINANCE: LENDBTC
-
Fixed bug in reading words when analyzing the signal in Telegram
-
Reports database is now encrypted; deleted orders are shown in statistics and can not be removed completely.