Hi. Does anyone have some time to combine the following three basic studies and their DDE outputs into one efs file, or provide direction?
My goal is to have two moving averages and one RSI combined into one file, producing three separate DDE outputs each for a different cell in Excel.
The idea is to save CPU usage, and limit the number of files in a chart, as I am using 10 stocks, so 10 charts.
I read this page stating a DDEOutput Object can be created for each indicator, in one file, but can't figure out the string identifier, or how to combine the studies to one file to begin with. It seems straightforward, but I am still working on it.
Attached is the code that I am trying to combine and produce three DDE outputs from:
Thank you for your time and direction.
My goal is to have two moving averages and one RSI combined into one file, producing three separate DDE outputs each for a different cell in Excel.
The idea is to save CPU usage, and limit the number of files in a chart, as I am using 10 stocks, so 10 charts.
I read this page stating a DDEOutput Object can be created for each indicator, in one file, but can't figure out the string identifier, or how to combine the studies to one file to begin with. It seems straightforward, but I am still working on it.
Attached is the code that I am trying to combine and produce three DDE outputs from:
Thank you for your time and direction.
Comment