PureBytes Links
Trading Reference Links
|
Input: r2(1139.30), .... ;
Plot1 (r2, "r2");
.
.
.
4 inputs, 4 plot statements.
MT
Jim Erven wrote:
>If I wanted to plot 4 horizontal lines, how would I write the code?
>This doesn't seem to work
>
>Input: Value1(0), Value2(0)), Value3(0), Value4(0) ;
>
>Plot1(Value,"r2");
>Plot2(Value,"r1");
>
>
>Plot3(Value,"s1");
>Plot4(Value,"s2");
|