找回密碼
 註冊
搜索
查看: 2255|回復: 1

在sierra chart 找不到最原始的kd指標,有人可以幫忙嗎

[複製鏈接]
發表於 13-5-17 00:16 | 顯示全部樓層 |閱讀模式
Sierra chart只有slow KD 跟 fast KD指標, 我真的用的超不習慣,好難用啊

Sierra chat是C++語法,我真的實在不知道怎麼把EASY LANGUAGE的kd語法弄成可以在sierra chart用嗎

有人可以幫忙嗎? 真的非常感謝


input:n(9),up(70),down(30);
variable:K_line(50),D_line(50),RSV(0);
RSV = ((close - lowest(low,n)) / (highest(high,n) - lowest(low,n))) * 100;
K_line = (2/3) * K_line[1] + (1/3) * RSV ;
D_line = (2/3) * D_line[1] + (1/3) * K_line ;

if D_line > up and K_line cross under D_line then
exitlong next bar at market;
if D_line < down and K_line cross over D_line then
buy next bar at market;

if D_line > up and K_line cross under D_line then
sell next bar at market;
if D_line < down and K_line cross over D_line then
exitshort next bar at market;
發表於 13-5-17 15:16 | 顯示全部樓層
stochastic好像就是KD指標??!!

評分

參與人數 1金錢 +2 收起 理由
ambercrystal + 2 Yes

查看全部評分

回復

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 註冊

本版積分規則


Archiver|手機版|站長信箱|廣告洽詢|COCO研究院

GMT+8, 25-9-5 18:38

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回復 返回頂部 返回列表