![]() |
總頁數 (2): [1] 2 » 在這個頁面顯示本主題全部的 23 個文章 |
奇狐社區論壇 (http://www.chiefox.com.tw/bbs/index.php)
- 問題交流 (http://www.chiefox.com.tw/bbs/forumdisplay.php?forumid=28)
-- 請問如何畫出Renko 圖? (http://www.chiefox.com.tw/bbs/showthread.php?threadid=10528)
請問如何畫出Renko 圖?
請問版主,如何在奇狐系統將k線變為renko圖,謝謝!
我也好想知道Renko磚形圖的畫法,
自己一直手工畫製快三年了,
期待同修高手分享.
感恩您!!
有段時間了
不知連結是否依然可用
bbs.88158.cn/thread-49663-1-1.html
上面是 磚塊圖 指標的出處
不知 是否是您要的 磚形圖
__________________
至誠能勝天下至偽
至拙能勝天下至巧
引用:
最初由 peter109 發表
有段時間了
不知連結是否依然可用
bbs.88158.cn/thread-49663-1-1.html
上面是 磚塊圖 指標的出處
不知 是否是您要的 磚形圖
相關 定義+運用原理
http://hi.baidu.com/forex811/blog/i...ad8326ac50.html
__________________
至誠能勝天下至偽
至拙能勝天下至巧
引用:
最初由 peter109 發表
相關 定義+運用原理
http://hi.baidu.com/forex811/blog/i...ad8326ac50.html
轉貼
原創者 CWY兄
INPUT:N(10,1,100);
fc:=c;fo:=o;cc:0*c,LINETHICK;oo:0*c,LINETHICK;t1:=0*c;t2:=0*c;
for i=1 to datacount do begin
if i=1 then begin
cc[i]:=fc[i];
oo[i]:=fc[i];
end else begin
cc[i]:=cc[i-1];
oo[i]:=oo[i-1];
if fc[i]>cc[i]*(1+n/100) then begin
cc[i]:=cc[i-1]*(1+n/100);
oo[i]:=cc[i-1];
end;
if fc[i]<oo[i]/(1+n/100) then begin
oo[i]:=oo[i-1]/(1+n/100);
cc[i]:=oo[i-1];
end;
if oo[i]=oo[i-1] then
t1[i]:=t1[i-1]+1;
if cc[i]=cc[i-1] then
t2[i]:=t2[i-1]+1;
end;
end;
o1:=ref(oo,t1+1);
c1:=ref(cc,t2+1);
STICKLINE(c1=oo,cc,oo,8,1),COLORRED;
STICKLINE(o1=cc,cc,oo,8,1),COLORCYAN;
__________________
至誠能勝天下至偽
至拙能勝天下至巧
引用:
最初由 peter109 發表
轉貼
原創者 CWY兄
INPUT:N(10,1,100);
fc:=c;fo:=o;cc:0*c,LINETHICK;oo:0*c,LINETHICK;t1:=0*c;t2:=0*c;
for i=1 to datacount do begin
if i=1 then begin
cc[i]:=fc[i];
oo[i]:=fc[i];
end else begin
cc[i]:=cc[i-1];
oo[i]:=oo[i-1];
if fc[i]>cc[i]*(1+n/100) then begin
cc[i]:=cc[i-1]*(1+n/100);
oo[i]:=cc[i-1];
end;
if fc[i]<oo[i]/(1+n/100) then begin
oo[i]:=oo[i-1]/(1+n/100);
cc[i]:=oo[i-1];
end;
if oo[i]=oo[i-1] then
t1[i]:=t1[i-1]+1;
if cc[i]=cc[i-1] then
t2[i]:=t2[i-1]+1;
end;
end;
o1:=ref(oo,t1+1);
c1:=ref(cc,t2+1);
STICKLINE(c1=oo,cc,oo,8,1),COLORRED;
STICKLINE(o1=cc,cc,oo,8,1),COLORCYAN;
引用:
最初由 peter109 發表
轉貼
原創者 CWY兄
INPUT:N(10,1,100);
fc:=c;fo:=o;cc:0*c,LINETHICK;oo:0*c,LINETHICK;t1:=0*c;t2:=0*c;
for i=1 to datacount do begin
if i=1 then begin
cc[i]:=fc[i];
oo[i]:=fc[i];
end else begin
cc[i]:=cc[i-1];
oo[i]:=oo[i-1];
if fc[i]>cc[i]*(1+n/100) then begin
cc[i]:=cc[i-1]*(1+n/100);
oo[i]:=cc[i-1];
end;
if fc[i]<oo[i]/(1+n/100) then begin
oo[i]:=oo[i-1]/(1+n/100);
cc[i]:=oo[i-1];
end;
if oo[i]=oo[i-1] then
t1[i]:=t1[i-1]+1;
if cc[i]=cc[i-1] then
t2[i]:=t2[i-1]+1;
end;
end;
o1:=ref(oo,t1+1);
c1:=ref(cc,t2+1);
STICKLINE(c1=oo,cc,oo,8,1),COLORRED;
STICKLINE(o1=cc,cc,oo,8,1),COLORCYAN;
不知道為什麼很多支商品不能顯示,麻煩請專家们幫忙解決,謝謝
每一塊磚都是規定的波動點數
原理:
每一塊磚都是規定的波動點數,分上漲下跌兩種趨勢,分別以藍磚紅磚表示。當不足點數的波動時,磚形圖不予理睬。日內波動不予理睬。
買賣點研究
1,基本買賣點,紅磚出現可買,藍磚出現可賣。
2,突破買賣點,通常為三角形突破,或突破前高。
3,雙頂雙底買賣點,其中包括三頂三底。
4,趨勢線買賣點,關鍵看是否突破,突破順勢買入,不突破則反向買入。
順勢加碼與停損
金字塔加碼會在這裡得到很好的運用。停損措施也變得簡單。
引用:
--------------------------------------------------------------------------------
最初由 peter109 發表
轉貼
原創者 CWY兄
INPUT:N(10,1,100);
參數值要隨跳動點調整
原創者 CWY兄
每一小點設定點為 5
每一大點設定點為50
每一塊磚都是規定的波動點數
所以N=10
為50*10規定的波動點數=500
須隨個股跳動點調整
引用:
最初由 B.S. 發表
引用:
--------------------------------------------------------------------------------
最初由 peter109 發表
轉貼
原創者 CWY兄
INPUT:N(10,1,100);
參數值要隨跳動點調整
原創者 CWY兄
每一小點設定點為 5
每一大點設定點為50
每一塊磚都是規定的波動點數
所以N=10
為50*10規定的波動點數=500
須隨個股跳動點調整
台當月
__________________
至誠能勝天下至偽
至拙能勝天下至巧
大盤
__________________
至誠能勝天下至偽
至拙能勝天下至巧
全部時間均為台灣時間, 現在時間為01:19 | 總頁數 (2): [1] 2 » 在這個頁面顯示本主題全部的 23 個文章 |
Powered by: vBulletin Version 2.3.0 - Copyright©2000-, Jelsoft Enterprises Limited.
簡愛洋行 製作 Copyright 2003-. All Rights Reserved.