it makes you losses look better!! Rick Osborn
----- Original Message ---- From: treatmentinprogress <[EMAIL PROTECTED]> To: [email protected] Sent: Friday, November 16, 2007 9:29:10 AM Subject: [amibroker] Re: mirror image of charts In the interest of learning all that I can, why would you want to do this? --- In [EMAIL PROTECTED] ps.com, "carlacash26" <carlacash26@ ...> wrote: > > YES!! This does exactly what I want! > Thanks ChrisB and gp_sydney for your help! > > > --- In [EMAIL PROTECTED] ps.com, 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,"",colorBlac k,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? > > > > > >
