Would this be possible

Discussion regarding the spreadsheet functionality of Bet Angel.
Post Reply
User avatar
Thebest147
Posts: 93
Joined: Thu Nov 05, 2015 8:01 am

I'm knew to excel

IS there a way we could set up a command to check if let's say
Check if cell g 8 ie back price
Then if there are no available money in prices between that and 60 ticks higher
Then make market
sa7med
Posts: 800
Joined: Thu May 18, 2017 8:01 am

yes, you'll need an index of prices

ie
1000
990
980
.
.
.
1.01

then your formula would go something like this:
if(match(g9,your index of prices,0) - match(h9,your index of prices,0) >= 60, "BACK","")
Post Reply

Return to “Bet Angel - Spreadsheet / Excel chat”