This is my version of super trend
Here I have used fibo to identify pullback candles
Good signals are those which are preceded by a pullback
green pullback for buy and a red pullback for sell
For a further stronger signal
look if there is a double arrow
So normally I trade with a signal which has a double arrow and preceded by a pullback
As you all know that timeframe to be used is 3 mins
I personally use amibroker so here I have just tried to mirror that code in pine script
- Ajeet Singh
Here I have used fibo to identify pullback candles
Good signals are those which are preceded by a pullback
green pullback for buy and a red pullback for sell
For a further stronger signal
look if there is a double arrow
So normally I trade with a signal which has a double arrow and preceded by a pullback
As you all know that timeframe to be used is 3 mins
I personally use amibroker so here I have just tried to mirror that code in pine script
- Ajeet Singh
Release Notes:
Made system more robust to catch 1% quick
good signals are coloured blue
Points before entry:
-There must be a pullback prior to signal
-There must NOT be any big move prior to signal
good signals are coloured blue
Points before entry:
-There must be a pullback prior to signal
-There must NOT be any big move prior to signal
Release Notes:
Added CPR (Pivot, BC, TC, S1, R1)
Release Notes:
Probability:
Green/Red signals Probability 50%
Blue signals Probability 55%
Black signals Probability 60%
Check if preeceded by double top/bottom
and a pullback
Green/Red signals Probability 50%
Blue signals Probability 55%
Black signals Probability 60%
Check if preeceded by double top/bottom
and a pullback
Release Notes:
Release Notes: Probability:
Green/Red signals Probability 50%
Blue signals Probability 55%
Black signals Probability 60%
Check if preceded by double top/bottom
and a pullback
Green/Red signals Probability 50%
Blue signals Probability 55%
Black signals Probability 60%
Check if preceded by double top/bottom
and a pullback
Release Notes:
Rights transferred
Release Notes:
Signals have been smoothened !
Release Notes:
We have made it more simple !!!
Release Notes:
Fixed some errors