0
Follow
48
Followers
一天无意当中看到这个帖子
https://www.fmz.com/bbs-topic/5898
是关于文华财经指标库scale函数的功能。
特地去查阅了一下相关说明。
SCALE表示当前k线的主买比例。
基本上就是主动买入占成交量的多少。
举个例 这跟k线的vol是1200张,主动买入Buy是200张。
那scale就是 200/1200 = 0.16666666666
大概是16.6的意思。
这个指标主要可以用于部分策略。
具有一定的实际意义,部分高频策略也会参考这个参数。
FMZ目前没有这个函数,主要是因为从交易所获取主买主卖需要逐笔数据。
k线数据并不支持主买比。
所以需要通过统计逐笔成交。
后面会在文库写下主要的代码和实现过程。
Related Recommendations
How to Specify Different Versions of Data for the Rented Strategy by Its Rental Code MetadataAdvanced Tutorial for FMZ Quant platform Strategy WritingElementary Tutorial for FMZ Quant platform Strategy WritingGet Started with FMZ Quant PlatformSECURITY BUGI keep getting error: Exchange_GetAccount: Invalid ContractTypeWe have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the marketError with deribitLimitations of the backtesting engineHow to install ta-lib on linux docker?
Comment
All comments (1)
- 1

