Pages:
Actions
  • #1 by pteixeira07 on 20 Aug 2013
  • 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 ;)
  • #2 by MarkV on 20 Aug 2013
  • 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
  • #3 by pteixeira07 on 20 Aug 2013
  • 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?

  • #4 by MarkV on 20 Aug 2013
  • Hi
    OK I understand. I will look at it and let you know. From what I can see you are learning fast!
  • #5 by pteixeira07 on 20 Aug 2013
  • 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
  • #6 by MarkV on 21 Aug 2013
  • 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.
  • #7 by pteixeira07 on 21 Aug 2013
  • 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...
  • #8 by pteixeira07 on 22 Aug 2013
  • 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.

  • #9 by pteixeira07 on 23 Aug 2013
  • 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


  • #10 by MarkV on 23 Aug 2013
  • 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.
  • #11 by MarkV on 23 Aug 2013
  • 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...
  • #12 by pteixeira07 on 23 Aug 2013
  • 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 :)
  • #13 by MarkV on 23 Aug 2013
  • 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.
  • #14 by pteixeira07 on 23 Aug 2013
  • Thanks Mark,

    you have been a great professional ...   :D
  • #15 by pteixeira07 on 23 Aug 2013
  • did it worked ?
Pages:
Actions