Hi All,
I am writing an EFS which will have two formulae.
I want one of the formulae to show on the price chart - presumably that means I need to setPriceStudy(true);
The other is a MACD variation, which I wish to show as a separate study in a window below the price bar chart. I am guessing that means I have to setPriceStudy(false) in Premain.
My question thus asks whether a single EFS can show an output from one formula to the price bar chart, as well as write to a separate pane below the price bar charts with the output from another formula.
I cannot see how to do this if setPriceStudy has to be either true or false in the Premain.
Thanks in advance for your help folks.
Neil.
I am writing an EFS which will have two formulae.
I want one of the formulae to show on the price chart - presumably that means I need to setPriceStudy(true);
The other is a MACD variation, which I wish to show as a separate study in a window below the price bar chart. I am guessing that means I have to setPriceStudy(false) in Premain.
My question thus asks whether a single EFS can show an output from one formula to the price bar chart, as well as write to a separate pane below the price bar charts with the output from another formula.
I cannot see how to do this if setPriceStudy has to be either true or false in the Premain.
Thanks in advance for your help folks.
Neil.
Comment