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.
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.
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!
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
i'm working on develop it and will include optional SL, expected developed version by 13 st March 2014
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

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Elliott_1:
Author: WOODYPECKER