PureBytes Links
Trading Reference Links
|
An Indicator is the only way... I've allways found
this a strange thing to do... care explain what you
are looking at/for? here it goes:
Method #1:
Plot1(1/Open);
Plot2(1/High);
Plot3(1/Low);
Plot4(1/Close);
Method #2:
Plot1(-Open);
Plot2(-High);
Plot3(-Low);
Plot4(-Close);
In either case, format the properties of the indicator
and set the plotting style to 'Left Tick', 'Bar high',
'bar low' and 'righ tick' respectively.
--- "[ tradergirl ]" <tradergirl@xxxxxxxxxxxxxxxxxx>
wrote:
> I need to know how in TS4, I can 'upside down' the
> chart.
> Even if an indicator has to redraw it, it would be
> helpful for me.
>
> Also, I take back what I said about the SP, I sold
> at 1405 today,
> and rode it down hard. Right to the Limit Down. So
> I apologize
> for being a little goofball. All I can say is it
> KICKED ASS!
>
> happy happy crazy happy!!!!
>
> :)
>
> TG
>
>
|