Thank you for your help. But I'm a newbie for coding. I don't know 
how to code this sentence "DynamicColour = IIf( your conditions 
here );" Could you please teach me how to do it?

Graph0 = Sum((Volume*Close),10)/Sum (Volume,10);
DynamicColour = IIf( your conditions here );
Plot( Close, "Up", colorGreen, styleCandle );
Plot( Close, "Down", colorRed, styleCandle );

Thanks!


--- In [email protected], "Lester Vanhoff" <[EMAIL PROTECTED]> 
wrote:
>
> Her is the code layout:
> 
> ... your code ...
> DynamicColour = IIf( your conditions here );
> Plot( Close, "", DynamicColour, styleCandle );
>


Reply via email to