PureBytes Links
Trading Reference Links
|
> I would appreciate some help with an indicator. I would like to
> input a value, say 955.50 for SP as an example. I want to plot a
> horizontal line on the data 4 points above and below this pivot
> value. When plotting there would be a horizontal line on the screen
> at 959.50 and 951.50. Both numbers could be changed in the inputs
> area ( the price level and the pivot spread) for the indicator. This
> is the most straightforward idea I have had, but I dont know where
> to start. Thank You
>
> Ron Czop
~~~~~~~~~~~~~~~~~~~~~~~~~
input: SnP (955.00), Spread (4);
plot1(SnP + Spread,"above");
plot2(SnP - Spread,"below");
~~~~~~~~~~~~~~~~~~~~~~~~~
thats all you need...........
rgds hans
~~~~~
I dont sell a newsletter
I dont sell a system
I dont sell a software
I dont sell a course
I dont sell anything else
I dont have a webpage
I dont want to have a webpage
I dont even trade OTHER peoples money !
Im just helpfull when/if I can
Famous Publisher of the World's Best Systems/Software/Newsletter <br>
For a REAL proof ~ simply send me ALL your money <g>
|