Hi,
I'm trying to call an external efs. Even though it seems to me that I'm passing the write parameters based on what esignal shows on the chart, I still get a null. any ideas?
ArpsDivergenceMin = efsExternal("/Advanced/Arps Crown Jewels/Arps AutoDivergence Tool.efs"
,"CCI", 4, 2.5, "true", "true", Color.aqua, Color.aqua, Color.aqua, Color.aqua, 5, "false");
even when I tried passing with no parameters, I still get null.
Thanks in advance.
Safwan
I'm trying to call an external efs. Even though it seems to me that I'm passing the write parameters based on what esignal shows on the chart, I still get a null. any ideas?
ArpsDivergenceMin = efsExternal("/Advanced/Arps Crown Jewels/Arps AutoDivergence Tool.efs"
,"CCI", 4, 2.5, "true", "true", Color.aqua, Color.aqua, Color.aqua, Color.aqua, 5, "false");
even when I tried passing with no parameters, I still get null.
Thanks in advance.
Safwan
Comment