Hi
Im looking for some help with using the "wait x seconds before rearming the trigger" I cannot get it to work.
Im placing 30 second Fill or Kill bets into the market. as soon as the Fill or Kill 30 sec time has passed the trigger rearms and continues on.
I need a pause in between each placements of bets. Attached image of my settings any help appreciated.
Thanks
Michael
Wait 10 sec before rearming
Do you maybe have a condition that says something like 'only have one bet' or something similar?1856 wrote: ↑Fri Jun 28, 2024 4:34 amHi
Im looking for some help with using the "wait x seconds before rearming the trigger" I cannot get it to work.
Im placing 30 second Fill or Kill bets into the market. as soon as the Fill or Kill 30 sec time has passed the trigger rearms and continues on.
I need a pause in between each placements of bets. Attached image of my settings any help appreciated.
Thanks
MichaelScreenshot 2024-06-28 133253.png
Sorry I said 10 sec and have shown 6 sec.
The issue I have is I cannot seem to my trigger pause for any number of seconds and then rearm?
The image shows what im doing as soon as the Fill Kill times out instantly it refires?
The issue I have is I cannot seem to my trigger pause for any number of seconds and then rearm?
The image shows what im doing as soon as the Fill Kill times out instantly it refires?
You do not have the required permissions to view the files attached to this post.
-
- Posts: 1676
- Joined: Fri Nov 20, 2015 9:38 am
The "wait x secs" bit is the time between rule firing & being re-armed (not between firing and expiry time for fill kill).1856 wrote: ↑Fri Jun 28, 2024 4:34 amHi
Im looking for some help with using the "wait x seconds before rearming the trigger" I cannot get it to work.
Im placing 30 second Fill or Kill bets into the market. as soon as the Fill or Kill 30 sec time has passed the trigger rearms and continues on.
I need a pause in between each placements of bets. Attached image of my settings any help appreciated.
Thanks
MichaelScreenshot 2024-06-28 133253.png
As Dallas says one way to fix this is to set the rearm to x seconds greater than the fill / kill time (that will give you a pause)..
That solution will mean if your bet is taken you are stuck with a longer rearm before the next bet is placed. So if above does not meet you needs then should consider conditioning on whether there is an unmatched bet on the selection. And can get a bit complicated if only a partial match depending on what you are doing.
If the later is the case (you don't want a long rearm time if bet is matched quickly) then one solution is to set a signal that increments when a bet is matched (say every second) and use that as part of you conditions to fire bets into the market.
Suggest you get something basic working 1st though (Dallas's suggestion) before worrying about the 2nd bit if new to automation.