Pages:
Actions
  • #1 by binsey on 15 Apr 2014
  • Hi , is there a formula I can use in the amount column of my trigger which will give the amount to back to give x amount of pounds per tick profit ?
    Many thanks
  • #2 by londolozi on 15 Apr 2014
  • Lookup g_ticks in the help guide
  • #3 by binsey on 16 Apr 2014
  • yes I've done that but still not sure how to combine it in to a formula. In Bet Angel I can simply click on a button which gives me x amount of pounds per tick when I trade, there must be a simple formula behind that ...
  • #4 by MarkV on 16 Apr 2014
  • Hi
    Tick staking is linked to the tick increment size.
    If you want to win 1.00 per tick and current price is between 1.01 and 2.00, the tick increment in this range is 0.01.
    Therefore 1/0.01=100 so your stake will be 100.00 for 1.00 profit per tick at this tick increment size
    Price range 2.02 to 3.00: 1/0.02=50.00 stake at 0.02 increment size
    etc.

    variables are b_tick and l_tick
    e.g. (your required profit per tick)/b_tick
  • #5 by binsey on 18 Apr 2014
  • brilliant thats exactly what I needed many thanks
Pages:
Actions