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

Re: Print Statement



PureBytes Links

Trading Reference Links



> Then Buy("ABCLong") High + .125 stop


--------------------------------------------------------------------
I didn't check this, but it may give you some ideas
--------------------------------------------------------------------

var:aa(0);

aa=high+.125;

If  c>c[1] then begin  print(" Then Buy ABCLong ", aa:4:4);    end;