Pages:
Actions
  • #1 by Angelito20 on 23 Jan 2019
  • Good morning, for my trigger i need  the formula to lay at the actual  lay price if  back/lay are within 3 ticks, if not i would like to  offer a lay bet of back+10 ticks.

    Thanks
  • #2 by Angelito20 on 23 Jan 2019
  • i think i already get it.
    r_ticks(lay_price,10)
    thanks
  • #3 by Oxa (WellDoneSoft) on 23 Jan 2019
  • Or rather:

    IF(g_ticks(back_price, lay_price) <=3, lay_price, r_ticks(back_price, 10))
  • #4 by Angelito20 on 23 Jan 2019
  • i did in that way because i like more but dont work. maybe i did bad. see attach
  • #5 by Oxa (WellDoneSoft) on 28 Jan 2019
  • Right, I forgot to close the parenthesis in the formula.

    Corrected.
Pages:
Actions