Pages:
Actions
  • #31 by Nettuno on 26 Nov 2012
  • I delete this condition.

    25% is the price of output, if the loss is greater than 25%.

    If the loss is less than 25% out in 0x0 (0%).

    Thank for you help.
  • #32 by MarkV on 26 Nov 2012
  • So you understand that after a goal, the distribute loss trigger will only fire if the loss is 25% or higher.
  • #33 by Nettuno on 26 Nov 2012
  • Yes, I understand

    But it is possible to make another trigger to close if the loss is less than 25%?
  • #34 by MarkV on 26 Nov 2012
  • See picture. You can reduce the percentage here. You can also put a formula in here.
    for example: IF(back_price<1.08, 2, 25)
  • #35 by Nettuno on 26 Nov 2012
  • What do 1.08, 2, 25?
  • #36 by MarkV on 26 Nov 2012
  • The above is an example of how you can use a formula to control the number in the percentage field.
    IF(expression, value_if_true, value_if_false)

    So in the above example:
    IF current back price is less than 1.08
    use percentage loss of 2%
    IF current back price is not less than 1.08
    use percentage loss of 25%
  • #37 by Nettuno on 26 Nov 2012
  • Ok, I get it.

    It is possible to use in place of 1.08 the value of back bet?
  • #38 by MarkV on 26 Nov 2012
  • Not sure what you mean by value of back bet: price or amount
    matched back bet price is bm_backp, amount is bm_backa
    yes you can use these variables in the formula e.g.
    IF(back_price<bm_backp, 2, 25)
  • #39 by Nettuno on 27 Nov 2012
  • As I write this in the program:

    After 1 gol:

    If (loss current, great 25%  stake stake) - Putting the output with a 25% loss.

    If (loss current, lowest 25% initial stake) - Puts the output with 0% loss.
  • #40 by MarkV on 27 Nov 2012
  • Hi
    I am not sure I understand. Please give me an example:

    At 70 mins you bet 10.00
    At 80 mins there is a goal. Your loss now is more than 2.50. How do you want to close the position? 2.50 loss on all selections? (This is called distribute loss)
    or
    At 87 mins there is a goal. Your loss now is less than 2.50. How do you want to close the position?  0.00 loss on this selection, but you pass the loss to all other selections? (This is called spread loss - see the manual on this action)
    or
    At 87 mins there is a goal. Your loss is less than 2.50. No bet?

    I think you should also consider a delay before closing position after a goal. The market takes time to settle.  
  • #41 by Nettuno on 27 Nov 2012
  • Thanks for trying to help me and I enterder.

    At 70 mins you bet $10.00 odd 1,20.

    ----------------------------------------------------

    At 80 mins there is a goal.
    And the odd go to 1,80 and my loss right now is $3,16 or 31%.
    Right now I want to put my output to $2,50 or 25% loss. The odd 1,63. And expect the odd pick. 
     
    ------------------------------------------------------

    At 87 mins there is a goal.
    And the odd go to 1,40 and my loss right is $1,38 or 13%.
    Right now I want to put my output to $0,00 or 0% no loss and no win. The odd 1,20. And expect the odd pick. 
     
    ------------------------------------------------------

    At 92 mins there is a goal.
    And the odd go to 1,10 and my gain right is $0,86 or 8%.
    Right now I want to put my output to $1,10 or 8% gain. The odd 1,10.
    Like you said, perhaps in the latter case is interesting wait about 2 minutes to put the output.

    -------------------------------------------------------

    I think now I could explain?

    Sorry my bad inglish.

    Vedry thank you.
  • #42 by MarkV on 27 Nov 2012
  • Hi All

    Nettuno – I am just asking for some help from the other members.

    Anyone-
    I read the above as:
    If there is a goal after the initial bet at 70 mins:

    If current loss is 25% or more, then distribute loss

    If current loss is less than 25%, then spread loss

    If in profit, then greenup

    Do you read this the same?
  • #43 by mcbee on 27 Nov 2012
  • hi
    i read it as
    if my loss is greater than 25% then place a bet to reduce the loss to 25%
    if my loss is less than 25% then place a bet to take 0% loss( free bet )

    then again i could be wrong because it's my 58th birthday and i have had a few beers. ;D

    mcbee
  • #44 by MarkV on 27 Nov 2012
  • Congrats - I'll have one too :)
  • #45 by Nettuno on 04 Dec 2012
  • I've been missing these days.

    I'm now testing the triger.

    Later put the result.

    Thank you.
Pages:
Actions