Hii all,
Can anyone tell me simply how to set up bet angel to monitor any selection that has dropped 40% or more since its opening price in the morning??
I have been using a betting system this way but would like bet angel to monitor and place bets automatically for me.
Any help would be great please as this bet angel is complicated!!
Thanks
How to monitor price drops in market??
-
- Posts: 78
- Joined: Sun May 10, 2020 11:47 am
You can create a rule that runs once in the morning and stores the back or lay price in a stored value. Then create another rule which runs repeatedly and compares the price now with the price held in the stored value.
You'll need to define mathematically what you mean by a 40% drop in price. I suspect you'd want to subtract 1 from both price values then test whether the price held in the stored value is less than 0.6 * current price. This way any price less than 1.6 would classify as a 40% drop from a price of 2.
This would probably mean creating extra stored values for the original price and current price adjusted by one. I'm fairly new to this myself so there may be better ways that others can suggest, but this is how I would go about it.
You'll need to define mathematically what you mean by a 40% drop in price. I suspect you'd want to subtract 1 from both price values then test whether the price held in the stored value is less than 0.6 * current price. This way any price less than 1.6 would classify as a 40% drop from a price of 2.
This would probably mean creating extra stored values for the original price and current price adjusted by one. I'm fairly new to this myself so there may be better ways that others can suggest, but this is how I would go about it.
-
- Posts: 78
- Joined: Sun May 10, 2020 11:47 am
Nevermind. Just saw that Dallas gave an answer to another similar post - which is a simpler way to do it.
Dont suppose you know which post? Im still attempting this strategy and am just going over stuffthe4droogs wrote: ↑Mon Jan 11, 2021 8:18 pmNevermind. Just saw that Dallas gave an answer to another similar post - which is a simpler way to do it.

I have been doing this 40% price drop by storing the highest traded price, i let the bot run through the night into morning with the rule always armed.
Then it places a back bet at % of balance as long as the selection fits certain criteria.
Anyway ive rambled! If you can remember which post that would be great!
-
- Posts: 78
- Joined: Sun May 10, 2020 11:47 am
This one I think. It was your post.DH1205 wrote: ↑Wed Mar 31, 2021 7:55 pmDont suppose you know which post? Im still attempting this strategy and am just going over stuffthe4droogs wrote: ↑Mon Jan 11, 2021 8:18 pmNevermind. Just saw that Dallas gave an answer to another similar post - which is a simpler way to do it.
I have been doing this 40% price drop by storing the highest traded price, i let the bot run through the night into morning with the rule always armed.
Then it places a back bet at % of balance as long as the selection fits certain criteria.
Anyway ive rambled! If you can remember which post that would be great!
viewtopic.php?f=37&t=22779&p=249010#p249010