In the PDF write up in the AGET fileshare, the criteria for entering a trade after a blue/red bar indicating up or down trend is:
- price exceeds (assuming the recommended ) 50% above the high of the bar that signaled the trend (long case)
- trend/color change has not occurred, black bar is ok
- stop price has not been hit (50% below low of bar ) where signal was generated.
This last criteria I may be misinterpreting, as I can understand getting stopped out once a position is established, but are they saying that if that low occurs anytime before the buy stop to enter the position occurs, that the long trade not be taken?
If so, and the trend remains up then given the rules, would it be possible to enter the current up trend at any point without an intervening red/blue switch?
My strategies usually compare indicator values -2 and -1, as the 0 indicator in realtime is updated trade by trade and unstable until the bar is complete.
Does the XTL trend/color ever change intrabar? Or is it acceptable in this case to to use bar -1 and bar 0 for entry condition along with the trigger of a close(0) 50% above prior high/low to trigger actual trade?
Has anyone tried dynamically adjusting the XTL periods based on volatility or number of loosing trades within a strategy based on the fact that the more choppy the longer the lentgh should be to smooth out the bad trades?
Also there was mention of combining XTL with JTI indicator, anyone familiar with combining the two?
Lastlly has anyone experimented with the effectiveness of XTL based on wave count, given it was designed to enter the start of a wave 3, does it actually produce better results when combined with wave 3, or impulse waves in general?
I attempted but had difficulty determining the count via GetElliottStudy() returning null that I posted earlier.
Lastly if anyone is interested in on working together and sharing the work load coding up these strategies or ideally TI and TII let me know.
I've got a simple XTL strategy complete and finishing up a false bar stochastics as an initial contribution to the cause .
The strategy I have would not execute as it uses several as yet undocumented libraries that I thought would cause unecessary confusion?
Thanks,
Glen
Thanks very much.
- price exceeds (assuming the recommended ) 50% above the high of the bar that signaled the trend (long case)
- trend/color change has not occurred, black bar is ok
- stop price has not been hit (50% below low of bar ) where signal was generated.
This last criteria I may be misinterpreting, as I can understand getting stopped out once a position is established, but are they saying that if that low occurs anytime before the buy stop to enter the position occurs, that the long trade not be taken?
If so, and the trend remains up then given the rules, would it be possible to enter the current up trend at any point without an intervening red/blue switch?
My strategies usually compare indicator values -2 and -1, as the 0 indicator in realtime is updated trade by trade and unstable until the bar is complete.
Does the XTL trend/color ever change intrabar? Or is it acceptable in this case to to use bar -1 and bar 0 for entry condition along with the trigger of a close(0) 50% above prior high/low to trigger actual trade?
Has anyone tried dynamically adjusting the XTL periods based on volatility or number of loosing trades within a strategy based on the fact that the more choppy the longer the lentgh should be to smooth out the bad trades?
Also there was mention of combining XTL with JTI indicator, anyone familiar with combining the two?
Lastlly has anyone experimented with the effectiveness of XTL based on wave count, given it was designed to enter the start of a wave 3, does it actually produce better results when combined with wave 3, or impulse waves in general?
I attempted but had difficulty determining the count via GetElliottStudy() returning null that I posted earlier.
Lastly if anyone is interested in on working together and sharing the work load coding up these strategies or ideally TI and TII let me know.
I've got a simple XTL strategy complete and finishing up a false bar stochastics as an initial contribution to the cause .
The strategy I have would not execute as it uses several as yet undocumented libraries that I thought would cause unecessary confusion?
Thanks,
Glen
Thanks very much.
Comment