Jovager
Jovager
Friends

Add friends via their profile or user search and you will be able to see if they are online

Jovager
Added topic My first EA
Jovager
Added topic One alert is good and not the second
From this alert : extern int kstoch=14; extern int dstoch=3; extern int ssstoch=3; double Stoch; double Stochsignal; int start() { Stoch=iStochastic(NULL,0,kstoch,dstoch,ssstoch,MODE_SMA,0,MODE_MAIN,0);
Jovager
Added topic Trading two timeframes
Hello, Is it possible in an expert advisor, to have 2 different timeframes conditions, for example : buy if MACD (daily) is higher than previous and MACD (hourly) is higher than previous. Thanks for help. Jo
Jovager
Added topic How trade more than one
Trading an EA, I have only one trade pending. I suppose it's because in program there is : If(total<1)...... What if I want till 4 trades maximum, but on 4 different pairs. Thanks for help
Jovager
Added topic Reversal signal mtf / Currency Trend meter
I'm interested by downloading these 2 indicators. But it's not possible. How can I get them in mq4 and not exe files. Thanks in advance
Jovager
Registered at MQL5.community
Jovager
Added topic To have 1 Trade by Symbol
What change in your MACD Sample Expert Adviser to have 1 Trade by symbol , and not only 1 Trade for all symbols ? Thanks for help. Jo 
12