Hi,
I wanted to display the 21-day ema line on my 5 min intraday chart.
The formula I am using is;
"return ema(21,inv("D"));"
Which, by reading the info in the EFS2 help file should work.
Yet, I don't get an error and nothing appears on the chart.
When I print the value to the formul;a output windows it displays "[oject Series]".
I assume that insuficient data is loaded with the 5min chart...
How do I get around that problem?
I wanted to display the 21-day ema line on my 5 min intraday chart.
The formula I am using is;
"return ema(21,inv("D"));"
Which, by reading the info in the EFS2 help file should work.
Yet, I don't get an error and nothing appears on the chart.
When I print the value to the formul;a output windows it displays "[oject Series]".
I assume that insuficient data is loaded with the 5min chart...
How do I get around that problem?
Comment