Disliked{quote} if you ever want to interface. extern bool useBDM=true; if (!useBDM) ChartOpen(....); else GlobalVariableSet("BDM$popup",pairnumber); Where pairnumber is 0-27 (alphabetical pairs)Ignored
Something like..
Inserted Code
extern bool useBDM=true;
if (!useBDM)
ChartOpen(....);
else GlobalVariableSet("BDM$currency_popup",currency_id); Have you already read the #Post 1 of this thread yet?