Pages:
Actions
  • #1 by binsey on 13 May 2013
  • Hi I'm wanting to use a Maria type staking system. I've already filtered out selections below 3.9 and above 9 with the trigger. In the amount I want to lay  0.6 percent of the bank if the lay price is between 3.9 and 7.4 and 0.4 percent of the bank if the lay price is between 7.4 and 9. I wrote the following but there's an error in there somewhere , would you be able to help. Many thanks. Andy

    IF(lay_price<7.4, test_funds*0.006), IF(lay_price>7.4, test_funds*0.004)
  • #2 by mcbee on 13 May 2013
  • hi
    IF(lay_price<7.4, test_funds*0.006, test_funds*0.004)


    mcbee
Pages:
Actions