Author Topic: Martin_Overs  (Read 209109 times)

Tags:
  • All members
  • Posts: 62
Martin_Overs
« on: 20 Aug 2013, 15:31 »
Hello Mark...

... And here is the new one

In the first lay trigger, i put a green up, which reaches 30 minutes or 20% profit, can see if it's done right?

I want to add some parameters, but do not know the best way to place them:
Market volume of more than 5000
less than 2.5 over 2.16
home odds lower than 2.3
away odd less than 3.5

Thanks again ;)

  • Moderator
  • Posts: 3597
*
Re: Martin_Overs
« Reply #1 on: 20 Aug 2013, 15:44 »
Hi
The trigger you attached is from a different topic and a different strategy.
The original OU Martingale trigger is here:
http://marketfeeder.co.uk/solutions/staking-plans/over-under-martingale/
this one starts at OU0.5 with a low liability to start.

Please confirm which one you want to use and I will transfer your green-up and conditions.
Thanks
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: 62
Re: Martin_Overs
« Reply #2 on: 20 Aug 2013, 18:35 »
yes, it´s from another strategy...

I think it´s a good one because it start´s with lay 1.5 until 4.5.
if i understood that you told me, i´ve been trying to understand a little more of mfp programming, and adapt some things to the trigger.

can you chek it for me, because yesterday he didn´t place the any bet?


  • Moderator
  • Posts: 3597
*
Re: Martin_Overs
« Reply #3 on: 20 Aug 2013, 18:44 »
Hi
OK I understand. I will look at it and let you know. From what I can see you are learning fast!
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: 62
Re: Martin_Overs
« Reply #4 on: 20 Aug 2013, 21:07 »
i´ve made some corrections already, but ...

the initial bet it´s ok, but please check it
the bets after a goal aren´t placed, nade there is no "green up´s"

still missing the constants

thanks, for your time

  • Moderator
  • Posts: 3597
*
Re: Martin_Overs
« Reply #5 on: 21 Aug 2013, 16:33 »
Hi
I am posting this so you can see where it is so far, and maybe you can try to work on it. I will not be posting again until Friday.

This is the idea I suggested to you in the PM
The idea is to green-up once only during the game for 30mins or 20%, or whatever time / % you want.

For 1.5
If there is no goal before 20% or 30mins the green-up should work OK. This is tested and looks OK

For 2.5 to 4.5
In the greenup trigger condition blocks
There is a variable "wi" which is the "What IF Profit/Loss". I am hoping the formula is coming very kindly from mcbee on this topic.
http://community.welldonesoft.com/triggered-betting-10/1-click-trade-out-button-'what-if'-pl/msg21914/#new
 Replace "wi" with the formula from mcbee for lay bets.

If there is a goal "wi" must be greater than all previous losses before green-up in the following markets: 2.5 / 3.5 /4.5.

The lay triggers have been tested and look OK. The green-up is only tested on 1.5. Please use test mode

I am sorry about the text in quotes - you will have to translate back, for example:
and markets name contains "Mais/Menos 1.5"
and markets name contains "Over/Under 1.5"

In the constants you can set time before greenup and percentage profit.

I will do your selection conditions after the main trigger is working.
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: 62
Re: Martin_Overs
« Reply #6 on: 21 Aug 2013, 17:11 »
thanks Mark, i´m going to do my best.
I´m not sure if i can do all you said...but like you said, if i don´t try, 'll never know...


if dosen´t work you help me on Friday, no problem  ;)

thanks again, i will make the corrections and test it...

  • All members
  • Posts: 62
Re: Martin_Overs
« Reply #7 on: 22 Aug 2013, 09:59 »
after changing formula on "wi", like you told me by Mcbee:

http://community.welldonesoft.com/triggered-betting-10/1-click-trade-out-button-'what-if'-pl/msg21914/#new

(((bm_laya/(bm_layp/back_price))*(bm_layp-1))-(bm_laya*(back_price-1)))

... like you said the lay 1.5 works fine and the green up it´s ok.
after a first goal the lay 2.5 it´s ok, but it doesn´t green up after 20% ...

maybe the problem it´s because my MFP it´s in Portuguese, and some words on formulas are in English, in the conditions i´ve changed the words "over" and "over/under" to portuguese.


  • All members
  • Posts: 62
Re: Martin_Overs
« Reply #8 on: 23 Aug 2013, 09:57 »
Hello Mark,

so, if i understand the formula must be:
(((bm_laya/(back_price/bm_layp))*(back_price-1))-(bm_laya*(bm_layp-1)))
i have attach the trigger green up with the formula by "Mcbee"

Can we set the timer "gum" individual for each market,
because maybe if scored the second goal is set the timer.
Thereafter the gum has to pass in order to be made ​​up green
but you have the timer set to global which means that as soon as another goal is scored any other game timer reverts to green up and the new value back to having to wait to pass gum



  • Moderator
  • Posts: 3597
*
Re: Martin_Overs
« Reply #9 on: 23 Aug 2013, 10:20 »
Hi
Yes you are right. The timer should be set to "individually for each market".
or
set a different timer for each goal individually for each market. e.g.
timer_1, timer_2 ...
or
no timer after 1st goal - just green-up?

For the translate problem in "" change:
and market's name contains "Over/Under 3.5"
to
and market's name contains "3.5"

and selections name contains "Over"
to
selections index is equal to 2

I will test these changes this afternoon.
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: 3597
*
Re: Martin_Overs
« Reply #10 on: 23 Aug 2013, 12:19 »
Hi
The formula for green-up must refer to selection id 2
(((s_2_bm_laya/(s_2_back_price/s_2_bm_layp))*(s_2_back_price-1))-(s_2_bm_laya*(s_2_bm_layp-1)))

testing further...
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: 62
Re: Martin_Overs
« Reply #11 on: 23 Aug 2013, 14:37 »
Hello Mark,

I´ve made the changes you told... but once more did´nt work well
My knowledge is very poor in programming...

can you be more specific ?

thanks :)

  • Moderator
  • Posts: 3597
*
Re: Martin_Overs
« Reply #12 on: 23 Aug 2013, 15:00 »
Hi
Do not worry. I have made many more changes! I am testing now, but need to wait for goals. I will post when I have something you can use.
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: 62
Re: Martin_Overs
« Reply #13 on: 23 Aug 2013, 15:28 »
Thanks Mark,

you have been a great professional ...   :D

  • All members
  • Posts: 62
Re: Martin_Overs
« Reply #14 on: 23 Aug 2013, 18:50 »
did it worked ?

 

Please note, BetFair is seems to be currently OFFLINE