0
Follow
0
Followers
Comment talib.STOCHRSI peut-il obtenir la même valeur que bitcoinwisdom ?
Created 2016-06-02 15:07:44
7
2997
function onTick(exchange) {
var records = exchange.GetRecords();
var sr = talib.STOCHRSI(records, 14, 14, 3, 3);
var nowStochK = sr[0][records.length - 1];
var nowStochD = sr[1][records.length - 1];
Log(nowStochK + " "+ nowStochD);
}
Plate-forme: une image de 1h de Bitcoin
La ligne k correspondant à la ligne stochrsi de 83,85 à 68,3
Le programme est également configuré pour une période de 1 h, et la valeur imprimée est
2016-06-02 10:59:55 信息 100 57.53907559474309
Related Recommendations
Comment
All comments (7)
请问 bitcoinwisdom的stochrsi参数是14 14 3 3我talib.STOCHRSI(records, 14, 14, 3, 3); 这样是对应的吗?还有返回的结果sr[0] sr[1]哪个是stochrsi 哪个是ma?
10 years ago
- 1

