『最佳拍檔』智能決策系統

 找回密码
 立即注册

QQ登录

只需一步,快速开始

楼主: 阿勤

如何於圖表上得知該股票跑賺大市 ?

[复制链接]
发表于 2007-4-25 03:15:04 | 显示全部楼层
答得精彩!
獲益良多。
发表于 2009-4-27 01:39:02 | 显示全部楼层

回复 7# 的帖子

請問Matt Sir 用Security("SYMBOL",DATA ARRAY) , SYMBOL 要怎打才可以找取所有股票 ?

謝謝你
发表于 2009-4-27 19:25:35 | 显示全部楼层

於 Help 中有幾個使用例子, 你可以參一下


 


 


Referencing Securities with the Security Data Function


 


The Security Data function allows a formula to access price data for any online or local security.  This function can be used in any of MetaStock's formula tools.
Online securities are referenced by including "ONLINE:" before the symbol.  Local securities are referenced by including the full path to the security file.  If the security exists in the same folder as the base security, the path does not need to be included.  The symbol, including the path or online reference, is enclosed in quotation marks.


To reference Microsoft's close as an online security:



Security("ONLINE:MSFT",C)



To reference Microsoft's close as a local security using the full path:



Security("C:\Metastock Data\Sample\MSFT",C)



To reference Microsoft's close as a local security in the same folder as the base security:



Security("MSFT",C)



The last type of reference is particularly useful if you use local data exclusively, and store all of your securities in the same local data folder.


For example, the following indicator displays a 30-day moving average of Microsoft's close on any chart, if your online data vendor is active.



Mov(Security("ONLINE:MSFT",C),30,S)



The same formula could be written as:



Security("ONLINE:MSFT",Mov(C,30,S))


 


 


 


 


 


 

发表于 2009-4-28 01:03:59 | 显示全部楼层

回复 13# 的帖子

Thank your reply.

即是我要找取20隻股票, 就必需寫20句 security("symbol",data array) , 請問有沒有方法可以方便一些 ?
发表于 2009-4-28 13:33:45 | 显示全部楼层

如果你是用於計算用, 那沒有再簡單的方法了 !!

如果你只是想於一幅圖表上顯示其它股票的價位圖表,  這樣還可以 !
就是開啟有關的圖表, 再直接將價位拖放到用於一掽做顯示的那張圖處便可以


 


 


 


 


一幅圖顯示.gif

发表于 2009-4-29 12:38:20 | 显示全部楼层
我明白了
thank a lot
发表于 2009-11-29 22:56:56 | 显示全部楼层
thanks a lot!
发表于 2010-2-15 07:01:28 | 显示全部楼层
再请教Matt. Mr,HKindex在C:的文件夹里数据格式为F1.dat, F2.dat,F3.dat.........F1713.MWD,
如果写为c:\msdata\hkindex\hkhsi. 计算机不能识别,该指标值为空白,请问如何修正?谢谢!
发表于 2010-2-16 00:00:40 | 显示全部楼层

先同大家拜下年先 ~

寅虎 農曆正月初二 !


恭喜發財 !! 再發財 !!


祝大家  家肥屋潤  笑口常開  好彩自然來 !!


寅虎年快樂!身體健康!
事事如意!福星高照!
大吉大利!出入平安!
麻雀得心應手、財源廣進!


 

以下是問題回答:

F1.dat, F2.dat.... 是 MetaStock 自己的數據資料庫, 你不用理會, 因為這裡不是讀資料庫名, 而是要讀取資料庫內的資料。

而使用於 C:\MSdata\HKindex\hkindex 我剛試過沒有問題 !

唯獨提一提, 你只能運用於 "日線圖表" 之上, 因為 Msdata 資料是 日線圖資料,
你不能將日線圖資料運用於 "分鐘圖表" 之上, 否則便不會有任何資料顯示。


Security_HKHSI.gif

发表于 2010-2-16 07:10:53 | 显示全部楼层
本帖最后由 meta2010 于 2010-2-16 07:12 编辑

多谢大师!很好!!也恭祝各位新年好!!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋|Archiver|『最佳拍檔』智能決策系統

GMT+8, 2024-4-28 15:12 , Processed in 0.124935 second(s), 18 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表