Pages:
Actions
  • #1 by kontra13 on 03 Sep 2010
  • Hey I want to make double progression in same time (for two diffrent selections) in one channel.

    I want to back card11 in Hi lo with multiplying the stake after loss (using default lay amount for this progression)

    AND

    I want to back favourites with back price over 1.7 of hi lo cards with doubling the stake after loss (using default back amount for this).

    I have no problem for making progression for card 11, but how can I make IN SAME CHANNEL progression for the next selection.

    I tried to do this but everytime second progression doesnt work property cus of first one.

    Please help.
    Im struggling with this for some time, and need help.
  • #2 by rubold on 03 Sep 2010
  • I would suggest you employ user variables.

    So at top of triggers Add Constants:

    stake_c11   value 2  (or whatever you want)  Stake for card 11
    stake_fav    value 2  Stake for favourite

    Then add various triggers to control these variables
    eg.

    set user variable   stake_c11    value: stake_c11*2  (if you want to double the stake)
    set user variable:  stake_fav    value: stake_fav+2  (if you want to add 2 to stake)
    etc.

    The conditions for the above triggers would be:
    Channels Previous PL is less than zero    - or similar

    When you have recovered losses you would need to activate another trigger to reset the stakes back to base level

    eg.
    set user variable  stake_c11  value: 2
    Conditions relating to your recovery scenario

    Obviously in your back or lay trigger you need to insert the stake variable you are using in place of default back or default lay.
Pages:
Actions