[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EL help please.



PureBytes Links

Trading Reference Links

 Good day all..

  I am trying to create this indicator in TS4 for the currentsession only.  For some reason, my code is not working. I have written it as follows.

plot1(TrueHigh, "HighofToday");
Plot2(((High+low) /2), "Mid");
Plot3(TrueLow, "LowofToday");

  I am simply looking to Plot the HighOfToday, the LowofToday, and the midpoint between the high and the low of today. Would appreciate someone's advice as i have gone through the manual already to no avail.. thankyou.

 KJH