/* Generated by EX4-TO-MQ4 decompiler V4.0.224.1 [] Website: http://purebeam.biz E-mail : purebeam@gmail.com */ #property copyright "(c) MT4i.com" #property link "" #import "MT4iConnect.dll" int DetachChart2(int a0, int a1); #import void start() { if (!IsDllsAllowed()) { MessageBox("Please turn on \"Allow DLL imports\" in order to undock charts"); return; } DetachChart2(WindowHandle(Symbol(), Period()), 3); }