4.63

07.03.2019


New option to show vert. volume indicator to the left\right of the chart (right-click the "Vol" button, peek "Ind.Pos.")
The following strategies can now set multiple orders upon 1 signal (If you have the MultiOrders addon): "Telegram", "NewListing"
All strategies except MoonShot have now parameters to set multiple buy orders at once: (If you have the MultiOrders addon)
OrdersCount - buy orders count to set (default is 1 );
BuyPriceStep: price step in percentage of initial buyPrice (If < 0 than each new order will be set at lower price, otherwise at higer price)
OrderSizeStep: Order's size step in percentage of initial size (if 0 than don't increase order)
So the buy order number k will be set at buyPrice * (1 + k * BuyPriceStep / 100)