Hi,
Is there an automation file currently available which would say back the selection with the highest percentage increase in volume over x amount of time. If not then how would one go about building it ?
Thanks,
Highest percentage increase
-
- Posts: 1682
- Joined: Fri Nov 20, 2015 9:38 am
Could you:
Rule 1: capture selection volume in a history list (EVERY selection)
Rule 2: calculate difference over whatever time interval using above (EVERY selection), & in same rule via another stored value calculate difference / value x secs ago
Rule 3: Calculate Max Value of above from a range of SV's
Rule 4: Set a signal against selection with Value = Max Value
Rule 5. Back selection if signal above set
Sorry, not tried it but if you can do Rule 3 (which I think you can) should be pretty straightforward.
Rule 1: capture selection volume in a history list (EVERY selection)
Rule 2: calculate difference over whatever time interval using above (EVERY selection), & in same rule via another stored value calculate difference / value x secs ago
Rule 3: Calculate Max Value of above from a range of SV's
Rule 4: Set a signal against selection with Value = Max Value
Rule 5. Back selection if signal above set
Sorry, not tried it but if you can do Rule 3 (which I think you can) should be pretty straightforward.
-
- Posts: 4478
- Joined: Thu Oct 24, 2019 8:25 am
Interesting, cheers, will give it a go.sionascaig wrote: ↑Wed Jun 14, 2023 10:47 amCould you:
Rule 1: capture selection volume in a history list (EVERY selection)
Rule 2: calculate difference over whatever time interval using above (EVERY selection), & in same rule via another stored value calculate difference / value x secs ago
Rule 3: Calculate Max Value of above from a range of SV's
Rule 4: Set a signal against selection with Value = Max Value
Rule 5. Back selection if signal above set
Sorry, not tried it but if you can do Rule 3 (which I think you can) should be pretty straightforward.

-
- Posts: 4478
- Joined: Thu Oct 24, 2019 8:25 am
Is this correct so far as I new to all this ?
You do not have the required permissions to view the files attached to this post.
-
- Posts: 1682
- Joined: Fri Nov 20, 2015 9:38 am
Was thinking more like in attached...
Note1: I've not tested it.
Note2: Its set up to calculate %inc every two minutes, so you might want to change that depending on what you are trying to do
Note3: The 3rd rule calculates the "Max" VolumePercentageIncrease across all selections. It should then just be a case of adding a stored value condition in your back bet rule to check that VolumePercentageIncrease (for the selection) = "Max"
edit - I thought you were looking at increases in Selection volumes and that's what is in attached but your example file is looking at increases relative to market volumes... Either way hopefully enough for you to make progress.
Note1: I've not tested it.
Note2: Its set up to calculate %inc every two minutes, so you might want to change that depending on what you are trying to do
Note3: The 3rd rule calculates the "Max" VolumePercentageIncrease across all selections. It should then just be a case of adding a stored value condition in your back bet rule to check that VolumePercentageIncrease (for the selection) = "Max"
edit - I thought you were looking at increases in Selection volumes and that's what is in attached but your example file is looking at increases relative to market volumes... Either way hopefully enough for you to make progress.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 4478
- Joined: Thu Oct 24, 2019 8:25 am
ah yeah, me bad, it was selection volume.sionascaig wrote: ↑Wed Jun 14, 2023 3:44 pmWas thinking more like in attached...
Note1: I've not tested it.
Note2: Its set up to calculate %inc every two minutes, so you might want to change that depending on what you are trying to do
Note3: The 3rd rule calculates the "Max" VolumePercentageIncrease across all selections. It should then just be a case of adding a stored value condition in your back bet rule to check that VolumePercentageIncrease (for the selection) = "Max"
edit - I thought you were looking at increases in Selection volumes and that's what is in attached but your example file is looking at increases relative to market volumes... Either way hopefully enough for you to make progress.
Thanks, will take a look. Awesome.
