Moonbot — version 5.63

5.63

21.06.2020



  • New strategy filters parameter "CheckAfterBuy" - whether to check filters after buy order is set
    (If NO, filters are checked only once when a signal is detected; If YES, filters are checked continuously until buy order is filled or canceled)

  • New strategy filter "MaxPosition": The max value of currently opened position. The position is calculated as sum of all sell and buy orders on this market.
    The filter rejects a new order If it would exceed the "MaxPosition" and cancels existing buy orders if CheckAfterBuy=YES and total position of all other strategies exceeds the "MaxPosition"

  • The Telegram signals settings ("Settings AutoBuy") has new filed for short keywords (futures only). The "short" command also works in your remote control channel

  • Short\Long trades in the report are highlighted (futures only)

  • The MoonStrike strategy can now set shorts (futures only). To control it, use the strategy parameter "MStrikeDirection" which can have 3 values:

    • Both (both longs and shorts in the same strategy symmetrically)

    • OnlyLong

    • OnlyShort.