Author Topic: Bet, 70 minutes...  (Read 67943 times)

Tags:
  • All members
  • Posts: 78
Re: Bet, 70 minutes...
« Reply #30 on: 26 Nov 2012, 03:49 »
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.

  • Moderator
  • Posts: 3605
*
Re: Bet, 70 minutes...
« Reply #31 on: 26 Nov 2012, 08:54 »
So you understand that after a goal, the distribute loss trigger will only fire if the loss is 25% or higher.
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 78
Re: Bet, 70 minutes...
« Reply #32 on: 26 Nov 2012, 14:28 »
Yes, I understand

But it is possible to make another trigger to close if the loss is less than 25%?

  • Moderator
  • Posts: 3605
*
Re: Bet, 70 minutes...
« Reply #33 on: 26 Nov 2012, 15:36 »
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)
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 78
Re: Bet, 70 minutes...
« Reply #34 on: 26 Nov 2012, 21:18 »
What do 1.08, 2, 25?

  • Moderator
  • Posts: 3605
*
Re: Bet, 70 minutes...
« Reply #35 on: 26 Nov 2012, 21:31 »
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%
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 78
Re: Bet, 70 minutes...
« Reply #36 on: 26 Nov 2012, 21:57 »
Ok, I get it.

It is possible to use in place of 1.08 the value of back bet?

  • Moderator
  • Posts: 3605
*
Re: Bet, 70 minutes...
« Reply #37 on: 26 Nov 2012, 22:25 »
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)
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 78
Re: Bet, 70 minutes...
« Reply #38 on: 27 Nov 2012, 13:21 »
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.

  • Moderator
  • Posts: 3605
*
Re: Bet, 70 minutes...
« Reply #39 on: 27 Nov 2012, 14:59 »
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.  
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 78
Re: Bet, 70 minutes...
« Reply #40 on: 27 Nov 2012, 16:33 »
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.

  • Moderator
  • Posts: 3605
*
Re: Bet, 70 minutes...
« Reply #41 on: 27 Nov 2012, 16:53 »
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?
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Bet, 70 minutes...
« Reply #42 on: 27 Nov 2012, 21:09 »
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
Please read the following  disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • Moderator
  • Posts: 3605
*
Re: Bet, 70 minutes...
« Reply #43 on: 27 Nov 2012, 21:12 »
Congrats - I'll have one too :)
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 78
Re: Bet, 70 minutes...
« Reply #44 on: 04 Dec 2012, 13:02 »
I've been missing these days.

I'm now testing the triger.

Later put the result.

Thank you.

 

Please note, BetFair is seems to be currently OFFLINE