Hi all,
I have been playing around with this cci efs for a while now. One of the things I have not been able to figure out is this: Do I need only one of these or all of them?(see below) I only want to use HLC/3, do I need the other ones?
Thank you,
chris
var fp2 = new FunctionParameter("Source", FunctionParameter.STRING);
fp2.setName("CCISource");
fp2.addOption("Close");
fp2.addOption("High");
fp2.addOption("Low");
fp2.addOption("Open");
fp2.addOption("HL/2");
fp2.addOption("HLC/3");
fp2.addOption("OHLC/4");
fp2.setDefault("Close"); //Edit this value to set a new default
I have been playing around with this cci efs for a while now. One of the things I have not been able to figure out is this: Do I need only one of these or all of them?(see below) I only want to use HLC/3, do I need the other ones?
Thank you,
chris
var fp2 = new FunctionParameter("Source", FunctionParameter.STRING);
fp2.setName("CCISource");
fp2.addOption("Close");
fp2.addOption("High");
fp2.addOption("Low");
fp2.addOption("Open");
fp2.addOption("HL/2");
fp2.addOption("HLC/3");
fp2.addOption("OHLC/4");
fp2.setDefault("Close"); //Edit this value to set a new default
Comment