Pages:
Actions
  • #1 by nazgul1972 on 03 Jan 2015
  • Hello Traders

    My idea is to use a martingale on a certain type of over/under.

    My major issue is that a lot of games begin at the same moment.

    So by using the variable : the trigger number of run is equal to 0 overall and previous triggered event is settled, a lot a games don't match the criteria.

    Is there a way to solve it ?

    My first idea was to create two or even more lists of games and to load my trigger, which is the same one, running in each list;

    My second idea would be to create a "false" settled market

    To use the martingale, the bot must know if the previous bet was a winning one or a losing one, so i have to wait the market to be settled to alow the next trigger to run.
    Is it possible to anticipate this famous settled moment ?

    Sorry if i am confuse, i am french speaking...

    Thanks to all of you

  • #2 by Oxa (WellDoneSoft) on 25 Jan 2015
  • Hi nazgul,

    My reply comes a bit late, but here is my opinion on this.

    If it does not matter that much to you whether the previous market is indeed settled or not (as you are suggesting to create a false settled market), then perhaps you could remove the limiting conditions altogether and just go with the last_pl variable which will give you the total P/L in the previously settled market. You could then bet -last_pl*2 if it was negative or your default stake if it was positive or null.
Pages:
Actions