You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
MT4 v177 (updated)
//+------------------------------------------------------------------+ //| JustTesting.mq4 | //+------------------------------------------------------------------+ int init() { return(0); } int deinit() { ObjectDelete("mocardo"); return(0); } int start() { ObjectCreate("mocardo", OBJ_VLINE, 0, Time[10], 0 ); return(0); }