PureBytes Links
Trading Reference Links
|
Hi Brian,
Text_New needs 4 parameters, as shown in the following line.
Value1 = Text_New(BarDate, BarTime, Price, "MyText") ;
See if this resolves the issue.
-- Harrison
Brian Smiley wrote:
the areas
"Text1=Text_New(D,Plot1,"GP1 "); is looking for a numerical value" are
what I am having trouble with, as the commented out code is partially a
cut n paste n modified code I am trying to make work...but I dont know
enough to pull it off
|