Hi folks:
Does anyone know of a quick and dirty way to put a daily indicator (custom or built-in) on an intraday chart? I've tried to use the forum.dll, but I can't seem to get it to work. The formula I want to put in is for daily pivots as follows:
{Daily Pivot Price}
x1:=(H+L+C)/3;
x2:=(H+L)/2;
{Pivot Diffential}
x3:=Abs(x2-x1);
{Pivot Range}
x4:=x1-x3;
x5:=x1+x3;
x1;
x2
I would like to apply it to other indicators (e.g., stochastics, etc.)
Thanks in advance for any assistance.
JimM