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.
Nobody wanna mess with Bob? (let me guess: he's gonna ask put Fibos all over it...)
simple MA HrzLine 4 tests - if everything ok, we can put it on Igorad's new AllMAs v2
I am new here, just found this thread this am. I trade with the MA cross over and AO & AC.. can anyone make a EA using 2 MA and AO/AC. I have a cross over alert so can the EA place a order with the alert and exit the trade on the next alert, and place another trade going the other way? Maybe I am asking too much from a EA
I am so new to proraming and keep getting it wrong . !
I'm wondering if anyone would be kind enough to give me the MQL4 coding for a 12 day EMA. If you give me the syntax for these calculations in MQL4, it would help as well;
1. 12 day EMA - 26 EMA
2. William's %R 14 day Simple MA
Also, I want to view my 12 day EMA - 26 EMA as a line and a histogram. What should I do to convert it from one form to the other?
I am so new to proraming and keep getting it wrong . !
I'm wondering if anyone would be kind enough to give me the MQL4 coding for a 12 day EMA. If you give me the syntax for these calculations in MQL4, it would help as well;
1. 12 day EMA - 26 EMA
2. William's %R 14 day Simple MA
Also, I want to view my 12 day EMA - 26 EMA as a line and a histogram. What should I do to convert it from one form to the other?
Thank you ever so much.
don't understand what you say ? 1. 12 day EMA - 26 EMA ?
do you need a difference ? if so (MACD 12,26,x) will do
for your first question =
change the Buffer
SetIndexStyle(0,DRAW_LINE);
into
SetIndexStyle(0,DRAW_HISTOGRAM);
Looking for a percentile based Moving Average Channel
Does anyone know of, or have the ability to code, an MT4 indicator to create a moving average channel like that described by Gerald Appel (yes, the originator of MACD) - here's an article about how he uses it:
All the channels I've been able to find are based on using one MA for the top channel and another for the bottom channel (such as on the high and the low, or different lengths for the MA).
His system is based on having the MA as the center line of the channel, and the upper and lower bounds are a percentage greater and lower than that, like 8% more and less for instance. This results in a channel of steady width that moves with price. He sets that percentage to encompass about 95% of price action (a visual and subjective setting).
As with other channels, signals are then generated by how price interacts with the upper and lower bounds - but it tells you more than just buy and sell - it also tells you when a trend is losing steam and getting ready to reverse.
If anyone could help me by creating this, I'd be very appreciative! Thanks in advance!
Does anyone know of, or have the ability to code, an MT4 indicator to create a moving average channel like that described by Gerald Appel (yes, the originator of MACD) - here's an article about how he uses it:
All the channels I've been able to find are based on using one MA for the top channel and another for the bottom channel (such as on the high and the low, or different lengths for the MA).
His system is based on having the MA as the center line of the channel, and the upper and lower bounds are a percentage greater and lower than that, like 8% more and less for instance. This results in a channel of steady width that moves with price. He sets that percentage to encompass about 95% of price action (a visual and subjective setting).
As with other channels, signals are then generated by how price interacts with the upper and lower bounds - but it tells you more than just buy and sell - it also tells you when a trend is losing steam and getting ready to reverse.
If anyone could help me by creating this, I'd be very appreciative! Thanks in advance!
I've read Appel's book several times.
Just drop indicator envelopes that comes by default with MT4