Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
Could anyone out there with programming skills please help me out here? I trade cable (GBP/USD) all i use is two simple crossovers they are as follows:-
Parameters MA1
Period 3
Shift 0
MA Methord Linear Weighted
Apply to Close
Style Red
Parameters MA2
Period 11
Shift 0
MA Methord Linear Weighted
Apply to Close
Style Blue
My methord is i trade the M30 chart with a S/L of 50 points, i need help in doing an expert advisor to place trades on a crossover on the 3 crossing the 11. And to alert when it is crossing or about to crossover.
I also use a Stochastic Oscillator for conformation only
can anyone please help?
thanks in advance
PS it warks on the M5 and M15 aswell, but the M30 is less whippy
Welcome to the forum, I think it is not difficult to find an EA crossover, it has been done many many times.
If you look through the post you will find example of EA crossover (including if you look at my post).
Then if you use metatrader it is really simple, just replace the value of the moving average by yours (fast MA and slow MA), put the good time frime and and the MA type and you will be done.
Could anyone out there with programming skills please help me out here? I trade cable (GBP/USD) all i use is two simple crossovers they are as follows:-
Parameters MA1
Period 3
Shift 0
MA Methord Linear Weighted
Apply to Close
Style Red
Parameters MA2
Period 11
Shift 0
MA Methord Linear Weighted
Apply to Close
Style Blue
My methord is i trade the M30 chart with a S/L of 50 points, i need help in doing an expert advisor to place trades on a crossover on the 3 crossing the 11. And to alert when it is crossing or about to crossover.
I also use a Stochastic Oscillator for conformation only
can anyone please help?
thanks in advance
PS it warks on the M5 and M15 aswell, but the M30 is less whippy
I created it using Gordago.
It should be exactly according to your rules.
Last edited by newdigital; 02-09-2006 at 12:45 PM.
Reason: bug was found and fixed
I created it using Gordago.
It should be exactly according to your rules.
Hello Newdigital,
i need help expert on MA, I want to tried elliot waves system and validated with MA. I have tried many combination of MA. Can you modified MA to 34.5 period?
i need help expert on MA, I want to tried elliot waves system and validated with MA. I have tried many combination of MA. Can you modified MA to 34.5 period?
Thx
Now you can change the settings of LWMA and Stochastic to your need.
Last edited by newdigital; 02-09-2006 at 12:39 PM.
Reason: Bug was found and fixed
Now you can change the settings of LWMA and Stochastic to your need.
thx for your fast reply.
But why the indicator can't applied to MT4 as usual? i have compiled, but it wont appear on the chart? Why? is it different platform use?
thx for your fast reply.
But why the indicator can't applied to MT4 as usual? i have compiled, but it wont appear on the chart? Why? is it different platform use?
It is EA and should be in /expert folder.
I fixed some bug in all the version and uploaded the EAs so make sure that you downloaded the version without bug.