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?
>