ObjectMove in MT4

 
Hello,

I want to convert the following code in MT3 to MT4 and was wondering if I need to create and "ObjectCreate" function:

MoveObject("Buys",OBJ_HLINE,1,Barhigh,Time[0],Barhigh,SandyBrown,1,STYLE_SOLID);



or does this just convert to MT4 as

ObjectMove("Buys",1,Time[0],BarHigh)



if I do need to create an "ObjectCreate" fuction, what would it be?

thanks for your help.




 
there is a great mql4 tutorial floating around by "codersguru". do a search and read the entire thing twice. All your questions will be answered. If anyone attempts to explain it to you, they'd just be repeating.
Reason: