Sorry I know this will be fairly simple to most but I'm a new user of Bet Angel and am not yet used to the scripting language and tools.
Can anybody help me with the following formula:
'Cell' let's say A1 displays a value of 0,1 or 2
If 1 then it triggers a back, If 2 then it triggers a lay.
In it's basic form then:
=IF(A1=1,"Back",IF(A1=2,"Lay",""))
I want the back/lays to fire in with a 30 second 'kill or fill', fire in the matching bet offset by 1 tick if matched and set a stop loss of 3 ticks.
Can anybody help me with the scripting for this line.
TIA