Pages:
Actions
  • #1 by Chris McNamara on 30 Jun 2017
  • Hi all - I'm finding myself pretty frustrated by this one - I can't seem to understand why this formula in the Amount field of my trigger is producing an error...al the right parts seem to be there for it to resolve. Any help gratefully received!
    13:13:19Condition is: TRUE. valid for 2 selections: Abidjan, Pass The Time.
    13:13:19Selection: Abidjan, initial expr.: IF(last_pl<0, fibonacci(std_bet, 1, losses/2+1), std_bet), intermediate: IF(0.00<0,fibonacci(4,1,0/2+1),4), final: IF(0.00<0,fibonacci(4,1,1),4).
    13:13:19Error in the trigger expression of price or amount for selection "Abidjan".
    13:13:19All bets will be discarded.
    13:13:19Going to LAY on 2 selections:
  • #2 by MarkV on 30 Jun 2017
  • Hi
    try this: IF(last_pl<0, fibonacci(std_bet, 1, (losses/2+1)), std_bet)

    I tested it for the first market and it resolves correctly, not tested where there are losses
  • #3 by Oxa (WellDoneSoft) on 01 Jul 2017
  • Hello!

    As far as I understand, this expression is in the Amount field of the trigger. But the error could as well be in the Price field. What is in there?
Pages:
Actions