u*****e 发帖数: 606 | 1 看今天的jaso chart, 1min, 基本上 downtick Volumn远小于 uptick的 volumn,但是在
larger scale, 比如说 15min和40min, downtick的volumn则大于upticj的volumn. 请
问这能
说明什么问题吗? 还是没什么意义?
有解释的回答,包子送上! |
|
发帖数: 1 | 2 【 以下文字转载自 BetterStock 俱乐部 】
发信人: drugbull (药牛), 信区: BetterStock
标 题: VolumeWeighted-MACD的公式,编程,及应用,代替常规MACD
发信站: BBS 未名空间站 (Sun Jun 17 18:36:30 2018, 美东)
declare lower;
input fastLength = 12;
input slowLength = 26;
input MACDLength = 9;
def fastAvg = sum(data = (close * volume), length = fastLength)/sum(data = v
olume, length = fastLength);
def slowAvg = sum(data = (close * volume), length = slowLength)/sum(data = v
olume, length = slowLength);
plot Value = fastAvg - slowAvg;
plot Avg = ExpAver... 阅读全帖 |
|
u*****e 发帖数: 606 | 3 If you see 1 min chart, today's uptick volumns are much higher than downtick.
I don't know what it means. |
|
b******r 发帖数: 16603 | 4 顺便说下,周五WTW的天量,uptick的量已经追上downtick的量。
所以今天的突破还算有效的。 |
|
k**o 发帖数: 15334 | 5 uptick or downtick in price i think |
|
|
p******e 发帖数: 17163 | 7 i wouldnt call a 5 pt uptick in spx a baozhang.
no use, some form of easing next wk is baked in. what matter is if there
will be qe. mario said situation has to be worsen. so that means no qe next
week( probably nvr as i cant picture how a euro area wide qe is possible).
the 5 pt uptick is probably a knee jerk reaction due to stabilizing ukraine.
cuz if it's about european easing, we shld see a downtick in eur. but we're
not.
i guess by the time we NA open tomo, it will come down as "no ecb qe ... 阅读全帖 |
|
a*****e 发帖数: 305 | 8 不知道算不算扭曲。
QQQ
Uptick/Downtick Trade Ratio =0.93
quotes.wsj.com/etf/QQQ |
|
w*******s 发帖数: 1644 | 9 Tomorrow will begin the first day of new FINRA market rules that will affect
short sellers across the exchanges. These new rules will massively change
how traders and market makers deal with short and naked short selling of
stocks.
According to these FINRA rule filings, three new laws and regulations go
into affect starting on February 28th, and in this, it will remove a
universal exemption used by market makers to get away with failing to
deliver stock according to current SEC rules.
There... 阅读全帖 |
|
w*******s 发帖数: 1644 | 10 Tomorrow will begin the first day of new FINRA market rules that will affect
short sellers across the exchanges. These new rules will massively change
how traders and market makers deal with short and naked short selling of
stocks.
According to these FINRA rule filings, three new laws and regulations go
into affect starting on February 28th, and in this, it will remove a
universal exemption used by market makers to get away with failing to
deliver stock according to current SEC rules.
There... 阅读全帖 |
|