Thread: MQL4 Learning
View Single Post
  #106 (permalink)  
Old 07-23-2007, 03:58 AM
MQL4 MQL4 is offline
Member
 
Join Date: Jul 2007
Posts: 41
MQL4 is on a distinguished road
Thank You guys, I have one more question please:
I spent many hours, and I cannot solve the problem to this code:


if (MODE_ASK==121.10)
{
ticket=OrderSend(Symbol()..............

I want the USD\JPY to trigger a buy at this point. What's wrong with this code?

Can somebody tell me a code syntax that will trigger a buy at a certain time?

Thank You. God bless You.
Reply With Quote