help create expert advisor

 

double HighValue,LowValue;

HighValue=High[iHighest(NULL,0,MODE_HIGH,100,1)];

LowValue= Low[iLowest(NULL,0,MODE_HIGH,1,1)];

HighValue - LowValue = 0.00095 true; 

OrderSend ("EURUSD",OP_BUY,0,01,Bid,3,Ask -5 * Point,Ask +10 * Point);

HighValue - LowValue = 0.00225 true;  

OrderSend ("EURUSD",OP_BUY,0,01,Bid,3,Ask -5 * Point,Ask +10 * Point);

 

How can I do this expert advisor

I can not run

please help 

 
soner3232:

<CODE DELETED>

 

How can I do this expert advisor

I can not run

please help 

Please read some other posts before posting . . .

Please   edit   your post . . .    please use the   SRC   button to post code: How to use the   SRC   button. 

 
soner3232: How can I do this expert advisor

  1. Play video
    Please edit your post.
    For large amounts of code, attach it.

  2. You have only three choices: Search for it, learn to code it, or pay someone. We're not going to code it FOR you. We are willing to HELP you when you post your attempt (using SRC) and the nature of your problem.
 
does not work 
 
soner3232:
does not work 
Play video
 
soner3232:
does not work 

Yes it does,  follow the instructions . . .  click here --->  How to use the   SRC   button. 

double HighValue,LowValue;

HighValue=High[iHighest(NULL,0,MODE_HIGH,100,1)];

LowValue= Low[iLowest(NULL,0,MODE_HIGH,1,1)];

HighValue - LowValue = 0.00095 true; 

OrderSend ("EURUSD",OP_BUY,0,01,Bid,3,Ask -5 * Point,Ask +10 * Point);

HighValue - LowValue = 0.00225 true;  

OrderSend ("EURUSD",OP_BUY,0,01,Bid,3,Ask -5 * Point,Ask +10 * Point);
 

HighValue - LowValue = 0.00095 true; 

 

eror 

 '-' - assignment expected

'true' - an operator expected

'=' - assignment expected

 
Of course not. You have to code mql4. learn to code then come back when you have real code (using SRC) and the nature of your problem.
 
expert advisor is a big lie?
 
soner3232:
expert advisor is a big lie?
Don't double post.
Reason: