Hello,
I am using a simple strategy to place a lay bet
1. if price is same for 1 second - increase signal value by 1
2. If signal is greater than 10 - Place lay bet
3. If price is not same to what it was 1 second ago - CLEAR SIGNAL
Now the problem is; once I am clearing the signal value. It would take around 20-25 seconds to start the signal counter again.
I do not want the system to wait for 20-25 seconds to start the counting again. Lets say price is 1.5 at 00:00:00 and so I want counter to start counting from 00:00:01. But in my case it would start counting after waiting for 25 seconds i.e. after 00:00:20 and at 00:00:21 it would increase the value by 1.
I have attached the file for reference. Please let me know what could be the possible reason.
Signal Value cleared time
The signal rule should be 'Always Armed' and set to trigger unlimited times
The next thing to ensure is you are refreshing your markets in Guardian fast enough. If you still have it on the 1 second default rate and have 20-25 markets, it will take 20-25 secs to refresh them all once
viewtopic.php?f=37&t=11491
There is also an example file here you can download which does exactly what you want with regards to the signals and resetting if you want to check and compare against yours
viewtopic.php?f=56&t=11954
The next thing to ensure is you are refreshing your markets in Guardian fast enough. If you still have it on the 1 second default rate and have 20-25 markets, it will take 20-25 secs to refresh them all once
viewtopic.php?f=37&t=11491
There is also an example file here you can download which does exactly what you want with regards to the signals and resetting if you want to check and compare against yours
viewtopic.php?f=56&t=11954