PureBytes Links
Trading Reference Links
|
>I'm looking for an indicator or easylanguage formula that will display
>the Pivot R1 R2 S1 and S2 for me every day.
>
>I'm hoping that I can find one that will show these levels for as many
>days as I display. In other words, I'm hoping that the Pivot and other
>values will be displayed on more than just the last day.
Why can't you just do this with a ShowMe study:
plot1(R1, "R1");
plot2(R2, "R2");
plot3(S1, "S1");
plot4(S2, "S2");
This should place a mark at the specified levels each day.
--
,|___ Alex Matulich -- alex@xxxxxxxxxxxxxx
// +__> Director of Research and Development
// \
// __) Unicorn Research Corporation -- http://unicorn.us.com
|