Hi,
stored the values LTP(last traded price), LTP +1(backprice),LTP-1(layprice). The idea is to catch a price reversal as soon as direction changes. i have checked on the LOGS and it shows the values being stored and the first back bet correctly triggered. The last two bets are not triggered. One of the bet is asking for a price outside the current price and thats why i have icluded the price ranges btween 1.5 and 10 as a condition. Number of matched bets is to specify the sequence and order of execution. I `m scratching my head , why the two last bets are not activated at all. Could it be the stored values are deactivated as soon as they trigger ? .... may be this is just me ,re-inventing the wheel? a point /hint towards a similar bot would be very helpfull. i dont mind customizing ,
download/file.php?mode=view&id=17158
thank you
MUCH appreciated
scalping LTP using reversed stored values
Your 'Lay 1' rule is trigger the same time a your Stored value rules so there is no net stake at the time.
Arm it to trigger something like '1 second after the first rule', that way it should see the net stake from the 'back' bet rule.
Similar on your last rule and you may also need to check the conditions on that to
Arm it to trigger something like '1 second after the first rule', that way it should see the net stake from the 'back' bet rule.
Similar on your last rule and you may also need to check the conditions on that to
thanks dallas,
the lay 1, rule is only conditioned to trigger after a signal is fired from the first back bet. My sequencing and order of execution needs some polishing. (under construction
.
How long do the stored values remain stored? have put them on 2 triggers and a long wait before rearming, to mantain the values and keep them accessible.
Does the LOG only record , placed bet triggers? if i want to know the last two rules fired at the same time as my stored values ,,how do i go about that? should i not see it in the log, as placed bets without any net monetary value?
i am hoping the incremental -signal value will help me in the sequencing and timing .
cheers.
the lay 1, rule is only conditioned to trigger after a signal is fired from the first back bet. My sequencing and order of execution needs some polishing. (under construction

How long do the stored values remain stored? have put them on 2 triggers and a long wait before rearming, to mantain the values and keep them accessible.
Does the LOG only record , placed bet triggers? if i want to know the last two rules fired at the same time as my stored values ,,how do i go about that? should i not see it in the log, as placed bets without any net monetary value?
i am hoping the incremental -signal value will help me in the sequencing and timing .
cheers.
Yes
! the last two rules are behaving themselves. as you rightly put it ,they were all firing at the same time. I have jammed them up with incremental- signals at thier rear ends,each rule has a signal attached to them and sending records to the log. ...can no longer hide on an incognito activation.
the last two have also recieved an update on conditioning, the firsrt lay1` is monitoring the signals of first backbet and any change in value after 1 sec will allow it to trigger.
subsequently the back2 rule will only fire after a change in value of lay1 after 2 seconds.
ITs all about TIMING AND SEQUENCING, i think i am beginning to dance in the belly of the BET ANGEL.there is an in- built 1 second rhythm to it. The Orchestra is on a matrix of green lights and red lights with a gap of 1 second btwn each....>>>>Iam deviating>>>>on a probability..i could be all wrong, but thats how i remember things.
Thinking
is that why i cannot fire a rule and rearm it before a 1 second waiting time?
thanks for that DALLAS .! 1% of what you know is worth 100% of my trading edge.

the last two have also recieved an update on conditioning, the firsrt lay1` is monitoring the signals of first backbet and any change in value after 1 sec will allow it to trigger.
subsequently the back2 rule will only fire after a change in value of lay1 after 2 seconds.
ITs all about TIMING AND SEQUENCING, i think i am beginning to dance in the belly of the BET ANGEL.there is an in- built 1 second rhythm to it. The Orchestra is on a matrix of green lights and red lights with a gap of 1 second btwn each....>>>>Iam deviating>>>>on a probability..i could be all wrong, but thats how i remember things.
Thinking

thanks for that DALLAS .! 1% of what you know is worth 100% of my trading edge.
`Number of unmatched bets =0 ` on all rules as a condition prohibits duplication and is acting like a" pause" button. it allows one bet at a time.
i have added a couple of more steps and a greening rule. seems to work well in low volatility ( definately not in play) and high liquidity with no gaps.
WARNING! its only tracking the price one tick away from the last traded price ,,bothways`reverse`. WHEN price moves fast and your orders are not `batched` EXPOSURE beckons.
possible solution.....make a couple of more duplicate servants , 1 tracking +1 ,0, -1
2 " +2 ,0, -2
3 " +3 ,0, -3
(0=last traded price, + or - is number of ticks away from 0)
i have added a couple of more steps and a greening rule. seems to work well in low volatility ( definately not in play) and high liquidity with no gaps.
WARNING! its only tracking the price one tick away from the last traded price ,,bothways`reverse`. WHEN price moves fast and your orders are not `batched` EXPOSURE beckons.
possible solution.....make a couple of more duplicate servants , 1 tracking +1 ,0, -1
2 " +2 ,0, -2
3 " +3 ,0, -3
(0=last traded price, + or - is number of ticks away from 0)
download/file.php?mode=view&id=17164
modified : scalping LTP using reversed stored values.
Apologies for the `LOUD thinker iam.
above is the modified file. please tell me to sell the kids and the house and put my money where my mouth is if you see an edge.
THANK YOU.
modified : scalping LTP using reversed stored values.
Apologies for the `LOUD thinker iam.

above is the modified file. please tell me to sell the kids and the house and put my money where my mouth is if you see an edge.
THANK YOU.
You do not have the required permissions to view the files attached to this post.