4
« Last post by shirtless on 19 Oct 2025, 12:19 »
This is quite difficult to explain without knowing what you are trying to do. The point is it is very easy for you to create variables and work with trigger expressions and conditions to get to what you want to do.
But the difficult part is designing the structure and approach in order to get there.
So whilst you state you want to write a trigger expression on how many bets were placed by trigger "back" or what was the last price placed by trigger back, without knowing why you need that information and what you plan to do with it, it is very difficult to answer your question.
For example are you talking about the number of times the "back" trigger has placed bets in one specific market? If so, is there a maximum number of times you want it to have run in the market? The fundamental question is still what do you want to use the answer to the question for?
The point I am trying to make is - if you are looking for a way to just display information so that you can see what is happening, (which I presume not as you said the program and trigger logs were not what you were after.) or if you need to know the answer so the trigger can make a follow on decision - which I am assuming is the case.