Hi All,
I am having a small problem and I hope someone could take the time to help.
I am trying to create a simple rule to bet high & lay low. So I am monitoring a rise in back bids with a signal ("Rise") with increments as back bids increase. Once the signal "Rise" reaches a peak a new signal "RisePeaked" has a value and a back bet is placed.
At that point, I start a new signal "Drop" to monitor the Lay bids. I have set a conditions for the signal Drop as below.
[Group: All must be true]
PricePeaked for current selection is set.
Matched Bets on the current selection = 1
[End of Group]
My thinking as that the signal Drop would only be monitored once the back bet is place.
However the signal DROP appears in the log even though the above conditions are not met.
I have attached the *.baf file if that helps but I would happily provided screen shots if that helps.
I appreciate all the time and assistance this community provides.
Bob
Signal setting Problem
That particular rule (Set PriceDrop) can not be triggering as it requires a signal named 'PricePeaked' to be set - but there is no such signal being set by any rule in your file.
The next rule in your file increments a signal named 'Drop', that only uses an historical relative odds condition and will trigger as soon as the lay price is now higher than it was - it does not have any signal conditions to satisfy
That's the rule that will be setting your signal named 'Drop'
The next rule in your file increments a signal named 'Drop', that only uses an historical relative odds condition and will trigger as soon as the lay price is now higher than it was - it does not have any signal conditions to satisfy
That's the rule that will be setting your signal named 'Drop'
Many thanks for your time Dallas.
I am obviously doing this incorrectly. I thought I had set RisePeaked in the rule Monitors Rise when the conditions Signal Rise > 5 and the Back Price > Back Price 3 seconds ago. Should I set RisePeaked separately?
I am still working through the 2nd piece of advice. Many thanks for your support.
I am obviously doing this incorrectly. I thought I had set RisePeaked in the rule Monitors Rise when the conditions Signal Rise > 5 and the Back Price > Back Price 3 seconds ago. Should I set RisePeaked separately?
I am still working through the 2nd piece of advice. Many thanks for your support.
You do not have the required permissions to view the files attached to this post.
Many thanks for your tolerance Dallas. You must have much more important things than helping boofheads like me.
My thinking with this rule is that I would monitor back price rises until they peaked and set a signal RisePeaked.
Once that happens, it triggers a place bet. One the bet is placed, I would then monitor the price DROP increasing every time lay price drops. The signal DROP should only appear once the bet is placed.
Once the signal DROP is set I would monitor its value. It seems I have mucked up the signalling part of this rule.
Your help is appreciated.
My thinking with this rule is that I would monitor back price rises until they peaked and set a signal RisePeaked.
Once that happens, it triggers a place bet. One the bet is placed, I would then monitor the price DROP increasing every time lay price drops. The signal DROP should only appear once the bet is placed.
Once the signal DROP is set I would monitor its value. It seems I have mucked up the signalling part of this rule.
Your help is appreciated.
You do not have the required permissions to view the files attached to this post.