i'm setting the color of a price...this code works fine.
SetPriceBarColor(Color.red);
i would like to set the 'prior' bar color vs current bar.
any help will be appreciated.
thanks,
peter.
SetPriceBarColor(Color.red);
i would like to set the 'prior' bar color vs current bar.
any help will be appreciated.
thanks,
peter.
Comment