ASX- Currently at Fibonacci Retracement Level (0.240). Measuring after it hit a low of 4$. 0.240 retracement level is hit at price 4.562. Expecting it to go lower based on Fibonacci.
- MACD - just crossed 0. Suggests it will break the resistance caused by Fibonacci.
- Good Volume seen today which suggests again that the uptrend should continue.
QTM
- Currently at Fibonacci Retracement Level (0.240). Measuring after it hit a low of 1.54$. 0.240 retracement level is hit at price 2.018. Expecting it to go lower based on Fibonacci.
- MACD - just crossed 0. Suggests it will break the resistance caused by Fibonacci.
- Good Volume seen today which suggests again that the uptrend should continue.
But my gut feeling still says that the retracement level won't be broken tomorrow and will close lower than what it did today.
Following query was used to view the ASX chart:
set{F000,count(Fibonacci Down(120,20) is near 0.000,1)}
set{F240,count(Fibonacci Down(120,20) is near 0.240,1)}
set{F382,count(Fibonacci Down(120,20) is near 0.382,1)}
set{F500,count(Fibonacci Down(120,20) is near 0.500,1)}
set{F618,count(Fibonacci Down(120,20) is near 0.618,1)}
set{F786,count(Fibonacci Down(120,20) is near 0.786,1)}
set{F1000,count(Fibonacci Down(120,20) is near 1.000,1)}
SET{VAR1,F000 + F240}
SET{VAR2,VAR1+ F382}
SET{VAR3,VAR2 + F500}
SET{VAR4,VAR3+ F618}
SET{VAR5,VAR4 + F786}
SET{VAR6,VAR5 + F1000}
VAR6 ABOVE .5
F240 ABOVE .5
ADD COLUMN F000
ADD COLUMN F240
ADD COLUMN F382
ADD COLUMN F500
ADD COLUMN F618
ADD COLUMN F786
ADD COLUMN F1000
DRAW FIBONACCI DOWN(120,20,1)
and where close price is less than 5
and where close price is greater than 1
and draw MA(20)
and draw Bollinger Bands(20)
and draw MACD(12,26,9)
and draw ADX(14,14)
and draw RSI(14)