The trading strategy using Adaptive Price Zone (APZ) cross overs
to trigger a trade looks very interesting.
I think there needs to be some other indicator to confirm the
trade and some way to better enter a counter trend position.
Looking at several charts with the APZ efs applied it occurs to me
that some entry rules might be helpful and need to be back tested.
In order to short / sell:
The High of the "Signal Bar" must be Above the Upper APZ Curve.
(on the chart this results in a Blue Dot above the high)
1st determine the mid price of the "Signal Bar" (((H - L) / 2)+ L)
If the next bar:
Open is > = Mid Signal Bar price and
Close is < Mid Signal Bar price and
and High is < the Upper APZ Curve Then
Sell @ Mid Signal Bar price or better with Stop @ High of Signal Bar.
In order to go long / buy:
The Low of the "Signal Bar" must be Below the Lower APZ Curve.
(on the chart this results in a Blue Dot below the low)
1st determine the mid price of the "Signal Bar" (((H - L) / 2)+ L)
If the next bar:
Open is < = Mid Signal Bar price and
Close is > Mid Signal Bar price and
and Low is > the Lower APZ Curve Then
Buy @ Mid Signal Bar price or better with Stop @ Low of Signal Bar.
Trading strategy could be either "Always In" unless Stopped Out,
or,
Set fixed $ or % gain target.
In any case, can this be coded for testing?
to trigger a trade looks very interesting.
I think there needs to be some other indicator to confirm the
trade and some way to better enter a counter trend position.
Looking at several charts with the APZ efs applied it occurs to me
that some entry rules might be helpful and need to be back tested.
In order to short / sell:
The High of the "Signal Bar" must be Above the Upper APZ Curve.
(on the chart this results in a Blue Dot above the high)
1st determine the mid price of the "Signal Bar" (((H - L) / 2)+ L)
If the next bar:
Open is > = Mid Signal Bar price and
Close is < Mid Signal Bar price and
and High is < the Upper APZ Curve Then
Sell @ Mid Signal Bar price or better with Stop @ High of Signal Bar.
In order to go long / buy:
The Low of the "Signal Bar" must be Below the Lower APZ Curve.
(on the chart this results in a Blue Dot below the low)
1st determine the mid price of the "Signal Bar" (((H - L) / 2)+ L)
If the next bar:
Open is < = Mid Signal Bar price and
Close is > Mid Signal Bar price and
and Low is > the Lower APZ Curve Then
Buy @ Mid Signal Bar price or better with Stop @ Low of Signal Bar.
Trading strategy could be either "Always In" unless Stopped Out,
or,
Set fixed $ or % gain target.
In any case, can this be coded for testing?
Comment