MACD & ADX - 'Active := false', has no effect.
Posted: Thu Jun 19, 2008 7:48 pm
Hi guys; thanks for your previous help. I have a problem with hiding and showing the MACD & ADX Function Series.
The following work fine:
Stochasticseries.Active := false;
RSIseries.Active := false;
All the financial functions behave appropriately. They dissappear off the chart when ACTIVE := false, and return with setting ACTIVE := true;
BUT NOT so with the MACD & ADS function series. I guess this has to do with these functions each being comprised of more than one series.
How do I get the MACD & ADX functions to completley dissappear and reappear when I want? Setting ACTIVE has no effect on them. I don't want to free them and replot them.
Thanks.
The following work fine:
Stochasticseries.Active := false;
RSIseries.Active := false;
All the financial functions behave appropriately. They dissappear off the chart when ACTIVE := false, and return with setting ACTIVE := true;
BUT NOT so with the MACD & ADS function series. I guess this has to do with these functions each being comprised of more than one series.
How do I get the MACD & ADX functions to completley dissappear and reappear when I want? Setting ACTIVE has no effect on them. I don't want to free them and replot them.
Thanks.