In the interest of learning all that I can, why would you want to do this?
--- In [email protected], "carlacash26" <[EMAIL PROTECTED]> wrote: > > YES!! This does exactly what I want! > Thanks ChrisB and gp_sydney for your help! > > > --- In [email protected], ChrisB <kris45mar@> wrote: > > > > carlacash26 > > > > Could you see if this does what you need? > > > > Can't remember where I say this for credits. > > > > ******** > > > > // Flip price chart > > > > Plot(C,"",colorBlack,64); > > > > if(ParamToggle("Upside Down?","No|Yes")) > > GraphXSpace = -100; > > > > *********** > > Just use the param function to Flip the chart. > > regards > > > > ChrisB > > > > carlacash26 wrote: > > > > > > I would like to chart a mirror image of my charts. > > > An uptrend would become a downtrend, and vice versa. > > > > > > Is this possible to do? > > > > > > I would maybe know how to program it, but I don't know how to > implement > > > it really. How would I know what values I would calculate for each > of O > > > H L C? > > > > > >
