selections sharing same prices , bot question?

Advanced automation available in Guardian - Chat with others and share files here.
Post Reply
User avatar
decomez6
Posts: 695
Joined: Mon Oct 07, 2019 5:26 pm

hi all ,
when two/ more selections share the same price , we can lay all or back all using designated rules .
what if we need to capture this information and use it as a condition or a trigger? dynamically with multiple selections ?

signals and stored value are quite handy , but i cant get around to make them work. i need some assistance on how to achieve the following.
1. alert or store a point at which two selesctions share same price.
2. use this price point to trigger rules that will affect the same selections involved.

the file below is part/ half of a bot that iam currently working on. the intention is to capture the above scenario ,before and during a horse race ( especially handicaps /competitive races).
and then use that info . to scalp or swing depending on additional conditions.

NB: this bot is not anywhere near complete, i am a student and only making it public for my learning journey but feel free to check out and help where you can .

thank you.
meet-point scalp.baf
You do not have the required permissions to view the files attached to this post.
User avatar
decomez6
Posts: 695
Joined: Mon Oct 07, 2019 5:26 pm

searching and obtaining a value from a list of variables ,is bit of a learning curve. the tricky part is to compile the list and then demarcate a working range e.g store a list of all last traded prices then perform a search within a certain range of the same list.
the bot below is to pick two selections with identical prices , then lay one below the vwap and back one above it.
it sounds easy and there is probably an easier way of doing it , but icant wrap my head around it ,
take a look at my approach and please let me know if there is a better way to do it.
thanks again
meet- point new approach.baf
You do not have the required permissions to view the files attached to this post.
User avatar
decomez6
Posts: 695
Joined: Mon Oct 07, 2019 5:26 pm

variations / evolution / growth / adaptation
especially when you need toggle switches to jump from one stage to the next.

--why can i not copy and paste rules from one conditions file to another .just like i can create a new bot from scratch ,using bits from others. ?

--why is there no duplication toggle ,in the conditioning tab ?

---tweaking and fitting a bot to work in different markets with varied starting times should be made easier. and i think an added flexibility within the conditioning tab is paramount, e.g
i need to add a- crossover points -conditioning at the bot above . i will take take a file from a different bot that has got similar criteria and try to make a copy and paste or atleast a duplication, but to no avail.
solution:
take the original bot and manually add all the new (old already existing) conditions .
cumbersome!
sounds like a rant but i like to call it a brain storming session :)
question2.PNG
You do not have the required permissions to view the files attached to this post.
elofan0
Posts: 409
Joined: Fri Jan 13, 2017 4:44 pm

There is
You do not have the required permissions to view the files attached to this post.
User avatar
jimibt
Posts: 4197
Joined: Mon Nov 30, 2015 6:42 pm

elofan0 wrote:
Tue Jun 01, 2021 12:52 pm
There is
yup, this is definitely there for copying entire rules sets. I'm thinking tho that the OP may have been talking about having an ability to copy individual conditions inside a rule to another rule. that would be very useful i think (especially if you needed to copy an entire [Group] of conditions etc.).
User avatar
decomez6
Posts: 695
Joined: Mon Oct 07, 2019 5:26 pm

jimibt wrote:
Tue Jun 01, 2021 2:07 pm
elofan0 wrote:
Tue Jun 01, 2021 12:52 pm
There is
yup, this is definitely there for copying entire rules sets. I'm thinking tho that the OP may have been talking about having an ability to copy individual conditions inside a rule to another rule. that would be very useful i think (especially if you needed to copy an entire [Group] of conditions etc.).
correct :)
User avatar
decomez6
Posts: 695
Joined: Mon Oct 07, 2019 5:26 pm

jimibt wrote:
Tue Jun 01, 2021 2:07 pm
elofan0 wrote:
Tue Jun 01, 2021 12:52 pm
There is
yup, this is definitely there for copying entire rules sets. I'm thinking tho that the OP may have been talking about having an ability to copy individual conditions inside a rule to another rule. that would be very useful i think (especially if you needed to copy an entire [Group] of conditions etc.).
the file below is a variation , with cross overpoints working within a range of +1,0,-1.
took a heavy lifting session to transfer the cross overpoints from a different file to this one ( could only do it manually just like making a brand new entry), .
take this botty for a test drive , please let me know what you think......tip. some times it will not pick up any selections cos i have driven it down to specific targets and they are not many ..you can alter the vwap range in the files +,- and try different entry and exit times ,yes in play session all covered.
i gather from your posts and i can comfortably say ,vwap is a subject close to you ,and this one might just find a palce to call home within your other bottys. :D
meet point new app with crossovepoints.baf
You do not have the required permissions to view the files attached to this post.
User avatar
jimibt
Posts: 4197
Joined: Mon Nov 30, 2015 6:42 pm

decomez6 wrote:
Tue Jun 01, 2021 2:50 pm
jimibt wrote:
Tue Jun 01, 2021 2:07 pm
elofan0 wrote:
Tue Jun 01, 2021 12:52 pm
There is
yup, this is definitely there for copying entire rules sets. I'm thinking tho that the OP may have been talking about having an ability to copy individual conditions inside a rule to another rule. that would be very useful i think (especially if you needed to copy an entire [Group] of conditions etc.).
the file below is a variation , with cross overpoints working within a range of +1,0,-1.
took a heavy lifting session to transfer the cross overpoints from a different file to this one ( could only do it manually just like making a brand new entry), .
take this botty for a test drive , please let me know what you think......tip. some times it will not pick up any selections cos i have driven it down to specific targets and they are not many ..you can alter the vwap range in the files +,- and try different entry and exit times ,yes in play session all covered.
i gather from your posts and i can comfortably say ,vwap is a subject close to you ,and this one might just find a palce to call home within your other bottys. :D

meet point new app with crossovepoints.baf
@decomez6 thanks for this... yes, vwap has kinda glued itself to my every move (for good or bad!!). will definitely take this for a spin.

will keep you posted
User avatar
decomez6
Posts: 695
Joined: Mon Oct 07, 2019 5:26 pm

jimibt wrote:
Tue Jun 01, 2021 3:13 pm
decomez6 wrote:
Tue Jun 01, 2021 2:50 pm
jimibt wrote:
Tue Jun 01, 2021 2:07 pm


yup, this is definitely there for copying entire rules sets. I'm thinking tho that the OP may have been talking about having an ability to copy individual conditions inside a rule to another rule. that would be very useful i think (especially if you needed to copy an entire [Group] of conditions etc.).
the file below is a variation , with cross overpoints working within a range of +1,0,-1.
took a heavy lifting session to transfer the cross overpoints from a different file to this one ( could only do it manually just like making a brand new entry), .
take this botty for a test drive , please let me know what you think......tip. some times it will not pick up any selections cos i have driven it down to specific targets and they are not many ..you can alter the vwap range in the files +,- and try different entry and exit times ,yes in play session all covered.
i gather from your posts and i can comfortably say ,vwap is a subject close to you ,and this one might just find a palce to call home within your other bottys. :D

meet point new app with crossovepoints.baf
@decomez6 thanks for this... yes, vwap has kinda glued itself to my every move (for good or bad!!). will definitely take this for a spin.

will keep you posted
brilliant :)
elofan0
Posts: 409
Joined: Fri Jan 13, 2017 4:44 pm

Ok 😁
Post Reply

Return to “Bet Angel - Automation”