Re: Stocks To Keep A Close Eye On - Chapter II
Thank you...Its working now...:clap:
Thanks again...
Hi,
Actually the problem is with the brackets I believe.
In place of the original one, try this
_N(Title = StrFormat("{{NAME}} ({{INTERVAL}}), {{DATE}} {{OHLCX}}, V=%1.0f\n {{VALUES}}\n\n", V )+ Ttl);
The original has it like this
_N(Title = StrFormat("{{NAME}} ({{INTERVAL}}), {{DATE}} {{OHLCX}}, V=%1.0f\n {{VALUES}}\n\n", V + Ttl))
It plotted the chart without error.
Maybe Anant can confirm the change I mentioned above
Actually the problem is with the brackets I believe.
In place of the original one, try this
_N(Title = StrFormat("{{NAME}} ({{INTERVAL}}), {{DATE}} {{OHLCX}}, V=%1.0f\n {{VALUES}}\n\n", V )+ Ttl);
The original has it like this
_N(Title = StrFormat("{{NAME}} ({{INTERVAL}}), {{DATE}} {{OHLCX}}, V=%1.0f\n {{VALUES}}\n\n", V + Ttl))
It plotted the chart without error.
Maybe Anant can confirm the change I mentioned above
Thanks again...