Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
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.