Sub-Charts for MT4

 
Good day, is there any library or anyone knows how we can make Sub-Charts with regards by using mql4. I notice in mql5 there is an include file that we can utilise to make them, however not available in mql4. 

How do we make Sub-Charts on mt4?
 
Price charts or Statistics charts?
 
Lorentzos Roussos:
Price charts or Statistics charts?

Price Charts. 

//In mql5 this is the functtion, How ever in mql4 OBJ_CHART isnt available
if(!ObjectCreate(chart_id,name,OBJ_CHART,window,0,0,0))
      return(false); 
 
Jefferson Metha :

Price Charts.

Standard TF or custom? Below is an example of creating and using any non-standard TFs on MT4.

Files:
MetaTrader_4.png  144 kb
 
Vladimir Perervenko:

Standard TF or custom? Below is an example of creating and using any non-standard TFs on MT4.

Nope not offline charts 
I mean in 1 chart open an indicator subwindow and display a standard TF. As shown in the image below for MT5 using TF panel 

Or this 

 
Please help me i'm unable to close order on mt4
Reason: