dazzy |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Gender: |
|
Wednesday, January 17, 2018 |
Tuesday, February 26, 2019 11:26:50 PM |
7 [0.00% of all post / 0.00 posts per day] |
|
Hi Bruce,
Please help me with formula for current stock price (5 minute bar) mnus 20 period moving vwap (5 min bar). I want to add this formula to a column in my stock watchlist.
Thanks very much
Dave
|
Hello Bruce,
I am having trouble coding the inverse of these conditions. Any help is appreciated..
(ABS(C - O) = (H - L) * .01 AND (O - L > (H - L) * .7 OR C - L > (H - L) * .7))
OR(ABS(C - O) = (H - L) * .01 AND O - L > (H - L) * .7 AND C - L > (H - L) * .7)
OR (((H-L)>3*(O-C)AND((C-L)/(.001+H-L)>0.6)AND((O-L)/(.001+H-L)>0.6))) OR (H - O L)
Thanks,
Dave
|
|
Hello Bruce,
I am having trouble coding the inverse of these conditions. Any help is appreciated..
(ABS(C - O) <= (H - L) * .3 AND ABS(C - O) >= (H - L) * .01 AND (O - L > (H - L) * .7 OR C - L > (H - L) * .7))
OR(ABS(C - O) <= (H - L) * .3 AND ABS(C - O) >= (H - L) * .01 AND O - L > (H - L) * .7 AND C - L > (H - L) * .7)
OR (((H-L)>3*(O-C)AND((C-L)/(.001+H-L)>0.6)AND((O-L)/(.001+H-L)>0.6))) OR (H - O <= (H - L) / 3 AND H - C <= (H - L) / 3 AND H > L)
Thanks,
Dave
|
Hello Bruce,
Please help me with a formula/scan. If I have a 20 period Hull moving average of a standard Coppock curve, and I want to scan for stocks that have made the largest 1 day percentage move away from that Hull moving average (either up or down) how would I code that? What about a 5 day move too?
Many thanks,
Dave S.
|
That worked Bruce,. Thanks!
|
Bruce,
Please help me. I am new to TC2000. When I click on New Condition PCF Formula and paste a formula
that you provided to another user, I get the error message "Please enter a formula"
thanks
|
|