I want to use the price which the select function buy for the next order. How can I do that?

 

Pls. help me. I'm beginner.

[code]

int start()

{
OrderSelect(Symbol(),OP_BUY,0.05,Ask,0,Ask-150*Point,Ask+15*Point,NULL,0,0,NULL);

}

[/code]

I want to use the price which the select function buy for the next order. How can I do that?

 

there is No such thing

OrderSelect(Symbol(),OP_BUY,0.05,Ask,0,Ask-150*Point,Ask+15*Point,NULL,0,0,NULL);

c OrderSelect()

i Would highly recommend you to read this

Reason: