When using a servant to place a bet on the one click screen is there away of seeing how much your bet will be? I have just tried it and it made a bell sound but there is no indication of any bet size being placed,only after the bet is placed
Thanks
using a servant for a % bet on one click screen
You would need to create the value as an SV. Then you can create a custom column and display the SV.
Accuracy
Create 2 custom columns and 2 servants. The first servant (A) will calculate the value.
Effectively locking in the value.
The second CC will start the servant and place a bet based on the value from servant (A)
You will be able to display the calculate value in either of the CC.
You may also want to add an extra CC to clear the value if you don’t want to use it. Although with a bit of logic you could press servant (A) again to clear the value.
Speed
Constantly calculate the value in Guardian or as a safety servant with an automation file.
You can then create one custom column that displays the value and starts the bet placing servant.
In this situation I would go for Accuracy. The market can change so quickly. By the time you press the button for (speed), the value changes and you’re placing the wrong bet.
2 options ¬¬- accuracy or speedAccuracy
Create 2 custom columns and 2 servants. The first servant (A) will calculate the value.
Effectively locking in the value.
The second CC will start the servant and place a bet based on the value from servant (A)
You will be able to display the calculate value in either of the CC.
You may also want to add an extra CC to clear the value if you don’t want to use it. Although with a bit of logic you could press servant (A) again to clear the value.
Speed
Constantly calculate the value in Guardian or as a safety servant with an automation file.
You can then create one custom column that displays the value and starts the bet placing servant.
In this situation I would go for Accuracy. The market can change so quickly. By the time you press the button for (speed), the value changes and you’re placing the wrong bet.
You do not have the required permissions to view the files attached to this post.