
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
void watermark()
{
ObjectCreate("Forex [1]", OBJ_LABEL, 0, 0, 0);
ObjectSetText("Forex [1]", "Forex [1]", 11, "Lucida Handwriting", RoyalBlue);
ObjectSet("Forex [1]", OBJPROP_CORNER, 2);
ObjectSet("Forex [1]", OBJPROP_XDISTANCE, 5);
ObjectSet("Forex [1]", OBJPROP_YDISTANCE, 10);
return(0);
}
//+------------------------------------------------------------------+
Using this as an example of format, how do I create a wingding of 177 symbol next to Forex (I guess I could create another objectCreate)????
But how do I code the wingding 177 symbol in the programming?? I need someone's advice!!!