I want to combine two efs programs, customVolume.efs and ATR.efs. Everything appears to be good except for the function main(), they require two different inputs.
CustomVolume.efs has function main(Length) and
ATR.efs has function main(nInputPeriod).
How can I combine both programs in function main()? Or do I just make a separate function under function main() to take care of the ATR.efs?
Any help would be greatly appreciated.
CustomVolume.efs has function main(Length) and
ATR.efs has function main(nInputPeriod).
How can I combine both programs in function main()? Or do I just make a separate function under function main() to take care of the ATR.efs?
Any help would be greatly appreciated.
Comment