|
|||||||
| 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 (1) | Thread Tools | Display Modes |
|
|||
|
Quote:
Code:
extern int ShortPeriod = 5; extern int ShortPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma extern int BigPeriod = 50; extern int BigPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma extern int ExitPeriod = 20; extern int ExitPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma |
|
|||
|
Quote:
I posted two indicators already: one with dots and the other one with arrows. They are the same but with dots and arrows only. Explanation of the settings: ShortPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma BigPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma ExitPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma ShortPeriodMode is the mode for one crossing MA (3 is linear weighted moving average). BigPeriodMode is the mode for the other crossing MA (3 is lwma - your case) ExitPeriodMode - mode for MA for exit (if you are using lwma or ema or whatever ma for exit). ShortPeriod = 5 - period of the first crossing indicator. BigPeriod = 50 - period for the second one. ExitPeriod = 20 - period for exit (first indicator is crossing Exit indicator). You may change everything in the settings of course. Last edited by newdigital : 04-24-2006 at 12:06 PM. |
|
|||
|
MA cross alert email indicator needed
I am looking for moving average Cross indicator that will Email alert once after a cross
I have tried many of the indicators here to no avail They either alert all the time and don’t email alert Any help would be appreciated ! |
|
|||
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/indicators-metatrader-4/1819-cross.html
|
|||
| Posted By | For | Type | Date |
| MA Cross 3MACross Alert WarnSig - MQL4 Code Base | Post #118 | Refback | 03-26-2008 04:40 PM |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ema Cross! | codersguru | Ema Cross | 730 | 07-03-2008 10:48 PM |
| MA cross/Price cross MA EA | Pipsta_UK | Expert Advisors - Metatrader 4 | 5 | 05-10-2007 08:50 PM |
| 3 MA cross | demontaz | Indicators - Metatrader 4 | 2 | 04-15-2007 06:24 AM |
| ema cross | 1f4 | General Discussion | 5 | 05-21-2006 03:13 PM |