CCYIState

Posted By: danatrader

CCYIState - 10/17/20 11:04

on https://financial-hacker.com/petra-on-programming-the-correlation-cycle-indicator/

var State = CCYState(Prices,Period,Threshold);

--> seems to accept the threshold in 2.33

https://zorro-trader.com/manual/en/ta.htm

CCYIState(vars Data, int TimePeriod): var

--> threshold not mentioned, without threshold --> wrong number of parameters
Posted By: danatrader

Re: CCYIState - 10/17/20 11:06

Despite different notation in script on TFH

var CCYState(vars Data,int Length,var Threshold)


CCYIState(vars Data, int TimePeriod): var

assume they are the same.


Threshold is limited in it's value?
Posted By: jcl

Re: CCYIState - 10/19/20 13:04

Yes, the Threshold parameter is required, but was missing in the manual.
© 2024 lite-C Forums