Alex,
I did not want to reply to your original post [looks too good as is], but I have a question related to your MACD example in that post:
Is it possible to achieve the same thing without declaring the "new MACDStudy(....)" three times, but using its three outputs [macd, signal, hist]?
Somewhat related question: Is it allowed to declare a new series as the diference betwen other two, without using esfInternal?
Ex: newSeries = Series1 - Series2, where Series 1 and 2 are declared.
Thank you,
Mihai
I did not want to reply to your original post [looks too good as is], but I have a question related to your MACD example in that post:
Is it possible to achieve the same thing without declaring the "new MACDStudy(....)" three times, but using its three outputs [macd, signal, hist]?
Somewhat related question: Is it allowed to declare a new series as the diference betwen other two, without using esfInternal?
Ex: newSeries = Series1 - Series2, where Series 1 and 2 are declared.
Thank you,
Mihai
Comment