[amibroker] Seperate Chart for each Plots

 

Below is how my code looks:


PlotOHLC( Open,  High,  Low,  Close, "", colorGreen, styleBar |styleThick );

_SECTION_BEGIN("Informed Volume Accumulation / Distribution ");

InformedVolAD_Ind = 0;

InformedVolAD_Ind = Cum( (V *  IIf(InformedActivity_S_f == 1, 1,  IIf(InformedActivity_S_f == 2, -1, 0 )) ));

Plot(InformedVolAD_Ind,"Informed Volume Accumulation / Distribution", colorBrightGreen);

_SECTION_END();



Now the issue is that both these plots are coming on the same Chart, causing the chart to be meaningless.


I can not have two separate codes to have these two plots. They have to be in same code.


How to Plot seperate chart for each plot?


How to fix this?

__._,_.___

Posted by: meanomalist@yahoo.com
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/


.

__,_._,___


EmoticonEmoticon