Rupe
Yes it is possible and the studies in the EFS2 Custom folder are already enabled to do that.
In the image enclosed below you can see the moving average of IBM plotted on a Dow Industrials chart.
Alex
Rupe
EFS2 allows you to apply any study (builtin or custom) to an external symbol and/or interval. For example in the chart below you can see that the main symbol is $INDU while the overlayed symbol is Crude with a Donchian Channel based on that symbol
Alex
Can you tell me how to apply external symbol to the following formula but i think it might have been written in older code since it was written by alex few years ago.
rupe
You can use the MAx2.efs that is available here
Comment out the setPriceStudy)true) statement in preMain and change the return from return new Array(getSeries(xMA1), getSeries(xMA2)); to return (getSeries(xMA1) - getSeries(xMA2));
Alex
Search through the forums and you will find many examples of EFSs that generate alerts based on all types of studies, builtin or otherwise. While the syntax will be slightly different the logic will be the same.
Alex
Comment