# mql # prevent it from backtesting. if (TimeCurrent() < __DATE__){ Alert("Back testing prohibited."); ExpertRemove(); return; }
0 Comments