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

Re: Easy Language question



PureBytes Links

Trading Reference Links

You can view the values in the Data Window or
You can take the code from the showme ie. PivotHighVS>-1 and plot it as an
indicator Plot1 (PivotHighVS,"PivotHigh") scaled to screen.

My PivotHighVS and SwingHigh functions return -1 if false and the Plotted
Price value if true.

If you don't want the values those indicators give, you can write you own
function and assign it whatever values you want.
If H<H[1] and H[1]>H[2]  then PivH=1 else PivH=0

Neville

-----Original Message-----
From: Francesco Topino <ftopino@xxxxxxxxxx>
To: omega-list@xxxxxxxxxx <omega-list@xxxxxxxxxx>
Date: Monday, January 15, 2001 6:50 PM
Subject: Easy Language question


>hello,
>
>does anyone know how I can get the values the pivot low show-me study =
>paints on the chart?
>
>help is greatly appreciated
>
>FR
>
>
>