View Single Post
  #7 (permalink)  
Old 07-12-2007, 11:24 PM
iscuba11's Avatar
iscuba11 iscuba11 is offline
Senior Member
 
Join Date: May 2006
Location: Houston
Posts: 400
iscuba11 is on a distinguished road
Smile

Can you give me a sample of how to call this function Watermark (); so I may learn?

Can I just put the following, and will it work??

ObjectCreate("Forex-Grail", OBJ_LABEL, 0, 0, 0);
ObjectSetText("Forex-Grail", "Forex-Grail", 11, "Lucida Handwriting", RoyalBlue);
ObjectSet("Forex-Grail", OBJPROP_CORNER, 3);
ObjectSet("Forex-Grail", OBJPROP_XDISTANCE, 5);
ObjectSet("Forex-Grail", OBJPROP_YDISTANCE, 10);
return(0);

I just tried the above, it compiled with no errors, but nothing shows on the graph! Frustrating.

I have a good working ea that is still in the test stages, and do not want to reveal the code of the ea.

Dave

<><<<

Last edited by iscuba11; 07-12-2007 at 11:35 PM.
Reply With Quote