Moonbot — version 6.62

6.62

24.11.2021


Changes


  • Added the "Rectangle" drawing tool with a percentage growth / fall meter

  • Added parameters to the "Triggers" section:

    • ClearTriggers: if YES, upon a trigger signal on the specified key, clear all other triggers on all other keys

    • ActiveTrigger: keep up trigger signal while buy order is active

  • In the TriggerKeysBL and TriggerByKey fields you can write several keys separated by a space, you can also specify the time in the "key=time" format.
    Example: "TriggerKeysBL 1 = 300 5 7 = 900" means ES for keys 1, 5, 7.
    In this case, TriggerSecondsBL is set on key 5, on key 1 300 sec, on key 7 900 sec.

  • TriggerKeyProfit, TriggerKeyLoss: allow you to set different keys depending on the signal:

    • detection signal: the TriggerKey is turned on

    • a trade was closed with profit: TriggerKeyProfit is turned on

    • a trade was closed with loss: TriggerKeyLoss is turned on.


Fixes


  • an open moonshot's sell could be lost when the terminal was restarted or when the application was closed incorrectly.