Pages:
Actions
  • #1 by clivetwo on 15 May 2013
  • hi can someone please help me setup a trigger.

    I am using a staking plan trigger that recoups in steps but I want to add a trigger that will reload all triggers back to the start after 3 losses, can this be done and how would I write the trigger?

    Thanks
  • #2 by mcbee on 15 May 2013
  • hi
    add a new trigger, then add actions to set the variables to what there start value is.
    with the condition
    and trigger expression losses is equal or greater than 3
    set to once per market


    mcbee
  • #3 by clivetwo on 15 May 2013
  • hi
    add a new trigger, then add actions to set the variables to what there start value is.
    with the condition
    and trigger expression losses is equal or greater than 3
    set to once per market


    mcbee
    Thanks mcbee

    I understand the last part but I am not sure how to do the first bit.
    add actions to set the variables to what there start value is.

    And would the and trigger expression losses is equal or greater than 3
    be Selection's trigger expression losses is equal or greater than 3

    Thanks
  • #4 by mcbee on 15 May 2013
  • hi
    Quote
    And would the and trigger expression losses is equal or greater than 3
    be Selection's trigger expression losses is equal or greater than 3
    yes, your learning.

    to add actions, looking at the trigger, in the centre you will see Add Action  Paste Action

    press the Add Action
    then select user variable

    mcbee
  • #5 by clivetwo on 15 May 2013
  • hiyes, your learning.

    to add actions, looking at the trigger, in the centre you will see Add Action  Paste Action

    press the Add Action
    then select user variable

    mcbee
    I can do the conditions but still lost what to put in the front.

    What do I put here

    I have
    set user variable ?
    Name ?
    Selection ?


    I have in the conditions

    Selection's Trigger Expression  losses is equal or greater than 3

    Thanks
  • #6 by mcbee on 15 May 2013
  • hi
    you should have
    set users variable
    name          value

    without the triggers i do not know the name of the variables the are used.
    you have to look at the set of triggers to see what variables are used for the staking plan, then you put the variable name and the start value in the correct box
    if you are stuck, then include the triggers and i will tell you what to put and where.

    mcbee
  • #7 by clivetwo on 15 May 2013
  • Thanks mcbee

    I have deleted the stuff that I was trying to do so this trigger is as it was before my attempt.

    Trigger sent
  • #8 by mcbee on 15 May 2013
  • hi
    time to learn a little
    Add Trigger
    name the trigger     reset variables after maximum losses
    hover the mouse pointer over where it say's     Lay
    press the left mouse button
    scroll down to set user variable
    hover the mouse pointer over  set user variable
    press the left mouse button
    hover the mouse pointer next to Name, where it say's   myvar
    press the left mouse button
    replace myvar with   winstep
    leave the value as 0
    now hover the mouse pointer over  Add Action
    press the left mouse button
    hover the mouse pointer over where it say's     Lay
    press the left mouse button
    scroll down to set user variable
    hover the mouse pointer over  set user variable
    press the left mouse button
    hover the mouse pointer next to Name, where it say's   myvar
    press the left mouse button
    replace myvar with   currentloss
    leave the value as 0
    change all matching selections to  favourite
    now add a condition
    and selections trigger expression losses is equal or greater than 3
    set the trigger to  once per market
    job done
    change the number of steps to what you want in the constants

    mcbee
  • #9 by clivetwo on 15 May 2013
  • mcbee thank you so much

    I have learned a lot from your help.

    It is working fine.

    Thanks again.
Pages:
Actions