Hi,
I have a study that I have created that uses the MAStudy() function.
I have used a negative offset:
MAStudy(5, -3, "Close", MAStudy.WEIGHTED);
In my efs script. When I run it through the backtester it works great but when I use it as a sutdy in my day to day operations it returns null?
Anyone know if this is a bug or not? I have been using a negative offset MA for some time but am just now using it in a study.
Thanks,
Jon
I have a study that I have created that uses the MAStudy() function.
I have used a negative offset:
MAStudy(5, -3, "Close", MAStudy.WEIGHTED);
In my efs script. When I run it through the backtester it works great but when I use it as a sutdy in my day to day operations it returns null?
Anyone know if this is a bug or not? I have been using a negative offset MA for some time but am just now using it in a study.
Thanks,
Jon
Comment