Experts: Elliott_1

 

Elliott_1:

EA depend on distances for 9 orders opened with condition of Stoc 4H >80 sell &

Author: WOODYPECKER

 
I cant load it on MT4 600. No errors in the journal window either. Whats wrong?
 
I cant load it on MT4 600. No errors in the journal window either. Whats wrong?
 
odomike:
I cant load it on MT4 600. No errors in the journal window either. Whats wrong?


Change

Sto= iStochastic(NULL,PERIOD_H4,21,3,3,MODE_SMA,30,MODE_MAIN,1);

to
Sto= iStochastic(NULL,PERIOD_H4,21,3,3,MODE_SMA,0,MODE_MAIN,1);

otherwise, open it in Meta Editor 5 and compile it either in User
C:\Users\xxxxx\AppData\Roaming\MetaQuotes\Terminal\

or programs mt4 itself.

 
odomike:
I cant load it on MT4 600. No errors in the journal window either. Whats wrong?


Change

Sto= iStochastic(NULL,PERIOD_H4,21,3,3,MODE_SMA,30,MODE_MAIN,1);

to
Sto= iStochastic(NULL,PERIOD_H4,21,3,3,MODE_SMA,0,MODE_MAIN,1);

otherwise, open it in Meta Editor 5 and compile it either in User
C:\Users\xxxxx\AppData\Roaming\MetaQuotes\Terminal\

or programs mt4 itself.

 
Elliott_Trader:
odomike:
I cant load it on MT4 600. No errors in the journal window either. Whats wrong?


Change

Sto= iStochastic(NULL,PERIOD_H4,21,3,3,MODE_SMA,30,MODE_MAIN,1);

to
Sto= iStochastic(NULL,PERIOD_H4,21,3,3,MODE_SMA,0,MODE_MAIN,1);

otherwise, open it in Meta Editor 5 and compile it either in User
C:\Users\xxxxx\AppData\Roaming\MetaQuotes\Terminal\

or programs mt4 itself.


wow tks u
I did it!
 
Elliott_Trader:
odomike:
I cant load it on MT4 600. No errors in the journal window either. Whats wrong?


Change

Sto= iStochastic(NULL,PERIOD_H4,21,3,3,MODE_SMA,30,MODE_MAIN,1);

to
Sto= iStochastic(NULL,PERIOD_H4,21,3,3,MODE_SMA,0,MODE_MAIN,1);

otherwise, open it in Meta Editor 5 and compile it either in User
C:\Users\xxxxx\AppData\Roaming\MetaQuotes\Terminal\

or programs mt4 itself.


wow tks u
I did it!
 
plz will you add some stop loss functio in it ? it doesnt hv a stop loss function ? plz reply me
 
plz will you add some stop loss functio in it ? it doesnt hv a stop loss function ? plz reply me
 
mrvisu:
plz will you add some stop loss functio in it ? it doesnt hv a stop loss function ? plz reply me

i'm working on develop it and will include optional SL, expected developed version by 13 st March 2014
 
mrvisu:
plz will you add some stop loss functio in it ? it doesnt hv a stop loss function ? plz reply me

i'm working on develop it and will include optional SL, expected developed version by 13 st March 2014
Reason: