Bruce - can you send me the TTM Squeeze indicator? Thanks
|
UVXY today - seems to meet all the criteria, but is returning false.
Thanks for your help.
|
I am looking to create two conditions:
First one has 3 criteria - Bullish:
1. Stochastic %D(14,3) > 50
2. RSI(7) > 50
3. MACD > Zero Line > Signal Line (9 period)
This is what I have so far, but seems to be missing something on the MACD > Signal Line
(RSI7>50) And (((XAVGC12-XAVGC26)>0) And ((XAVGC12-XAVGC26)-(XAVG(XAVGC12,9)-XAVG(XAVGC26,9)))>0) AND (AVG(STOC14.3,3) > 50)
Second one has 3 criteria - Bearish:
1. Stochastic %D(14,3) < 50
2. RSI(7) < 50
3. MACD < Zero Line < Signal Line (9 period)
|
I would like to to a scan for stocks with the 20 ema crossing the 50 ema on the hourly time frame. Is this something that is possible?
I can do for daily, but interested in hourly.
(XAVGC20.2 < AVGC50.2) AND (XAVGC20 > AVGC50) AND (C > XAVGC20
|
Could you send me those layouts as well. Much appreciated.
|
I was previously able to access my Ameritrade positions by typing "/tda" now it is no longer working.
|
I just installed TC2000 and this issue is occurring for me as well. Is there something I need to change or update? Show Note Markers on Chart is checked.
|
I would like to create a PCF for Volatility Stops. Basically I would like to take the difference between the high and low price for each day. Then average the difference over the past 30 days (not including today).
Multiply the average times 1.5 and then subtract the result for the current low price.
Does something like this exist, or how would I go about creating this?
|