Pages:
Actions
  • #1 by Goulart on 30 Dec 2021
  • Hello!


    Without change, this trigger will bet 100% of the profit from the previous bet plus the initial bet size.

    How do I bet only 50% of the previous profit?


    Thanks in advance

  • #2 by MarkV on 31 Dec 2021
  • Hi
    Find the trigger called "after a profit (market settled)"

    the first action is:
    set user variable name: current_profit value: current_profit + market_settled_pl
    change this to:
    set user variable name: current_profit value: current_profit + (market_settled_pl * 0.5)

    save the trigger and test in test mode
Pages:
Actions