In the MoonBot terminal, on the User Interface tab of the strategy settings, the following parameters are located:
DontWriteLog: (NO/YES), the default is NO. If YES, do not write the log for this strategy’s orders. The DontWriteLog=YES checkbox can be checked only in the emulator mode of the strategy (EmulatorMode=YES).
DontKeepOrdersOnChart: (NO/YES), default is NO. If YES then this strategy’s orders will be deleted from the chart when the Buy order is cancelled (not executed). The DontKeepOrdersOnChart=YES checkbox can be set only in the emulator mode of the strategy (EmulatorMode=YES).
UseCustomColors: (NO/YES), default is NO. If YES, use the settings from the three parameters below (OrderLineKind, SellOrderColour and BuyOrderColor) for the strategy.
OrderLineKind: select the type of lines for: Buy order, Sell order, Stop-Loss, Trailing and Buy line (for this strategy). You can select one option from the menu: Solid, Dash, Dot, DashDot, DashDotDot.
SellOrderColor: the colour of the Sell order line and the colour of its trace (for this strategy).
BuyOrderColor: the colour of the Buy order line and the colour of its trace (for this strategy).