I am trying to specify a time frame and symbol in the following statement:
new MACDStudy(12, 26, 9, "Close", True);
I am trying to calculate this value for other symbols within an efs routine. I want to compare values from different symbols.
Or if someone could explain how this value is calculated, I could simply re-write the code to access the other symbols.
Thanks
new MACDStudy(12, 26, 9, "Close", True);
I am trying to calculate this value for other symbols within an efs routine. I want to compare values from different symbols.
Or if someone could explain how this value is calculated, I could simply re-write the code to access the other symbols.
Thanks
Comment