Pages:
Actions
  • #1 by Delgadinho on 19 Jul 2012
  • Hi.

    How can i set a trigger to return to the initial back stake after it lossed 5 times in a row?

    Thanks in advance!
  • #2 by Tim (WellDoneSoft) on 19 Jul 2012
  • Use consec_losses % 5
    For example:
    back_size * (2 ^ (consec_losses % 5))
Pages:
Actions