Pages:
Actions
  • #1 by binsey on 23 May 2013
  • Hi, would you be kind enough  to help me combining this into one formula please. I want to do the following in the amount box of my trigger:

    IF wins less than 4 or zero I want to lay an amount of  IF(lay_price<7.4,total_funds*0.009, total_funds*0.006)

    however if wins equal or >4 I want to lay an amount of
    IF(lay_price<7.4,total_funds*0.006, total_funds*0.004)

    Many thanks, Andy.
  • #2 by mcbee on 23 May 2013
  • hi
    IF(wins<4,IF(lay_price<7.4,total_funds*0.009,total_funds*0.006),IF(lay_price<7.4,total_funds*0.006,total_funds*0.004))


    mcbee
  • #3 by binsey on 24 May 2013
  • That's fantastic, many thanks. When operating a staking plan like this can I assume that the  program will reference the wins/losses from the previous day's activity ( I have delete finished events automatically unticked ) so that the new day's sequence starts at the right point  ?
  • #4 by mcbee on 24 May 2013
  • hi
    make sure that you set the  retrieve data that are not older than 1 days , in the general settings , and set  update account statement every 1.00 sec


    mcbee
Pages:
Actions