|
|||||||
| Register in Forex TSD! | |
|
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 |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi there fellow traders,
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 Last edited by easy fx : 02-08-2006 at 10:45 AM. |
|
|||
|
Quote:
It should be exactly according to your rules. Last edited by newdigital : 02-09-2006 at 11:45 AM. Reason: bug was found and fixed |
|
||||
|
MA expert help
Quote:
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? Thx |
|
|||
|
Quote:
Last edited by newdigital : 02-09-2006 at 11:39 AM. Reason: Bug was found and fixed |
|
||||
|
Quote:
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? |
|
|||
|
Quote:
I fixed some bug in all the version and uploaded the EAs so make sure that you downloaded the version without bug. |
|
|||
|
Next version. Now you can select MA method to use in EA:
Code:
MAsmallMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma Code:
MAbigMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma |
|
||||
|
Quote:
Can you make MACD indicator, which i can change the period to value=34,5 ?? |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RSI crossover EA | Pinggarcia | Expert Advisors - Metatrader 4 | 32 | 05-25-2007 04:49 AM |
| Interesting GBP/USD MA Crossover system | frantacech | Expert Advisors - Metatrader 4 | 4 | 02-20-2007 06:36 PM |
| Double CCI crossover | Thruline | Indicators - Metatrader 4 | 1 | 12-14-2005 08:22 AM |