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.
....into the code of a moving average? I am working with XPMA (which is a MA that changes color from Coder's Guru) and I am trying to have multiple currency lines displayed in a single chart which change color according to their Moving Avg. direction.
I trade triangularly (strength vs weakness and trade the cross) and I use XPMA in different currency charts and compare their direction visually and am trying to get them into a single chart and am having difficulty.
I have added an extern string for a currency but it doesn't pull another currency's data in. I believe I need more instructions in the code.
Can anybody make any suggestions? Thanks.
If you want indicator calculated with another pair than the one youy attached your indy, you must replace the "NULL" by the new pair:
extern string NewSymbol = "USDJPY";
iMA(NewSymbol,0,MA_Period,.....);
Remember to write your symbol EXACTLY like your broker display it.
FerruFx
__________________ FerruFx / www.ervent.net - Professional Coding Services (EAs/Indicators/Alerts)
Thank You - I will plug it in and see what I can massage it with. I'll share it if it works should anyone want it as well.
Kindly,
pipsqueak4x
__________________
Life is, right now, the way it is supposed to be. Even with all the sham and manipulation, there is more peace than war. It's all around if you want to see it.
Maybe I missed this along the way, but I have a question regarding Lot Size.
I like the fact that the XpMA EA chooses the "number" of lots based on my Margin, this is a great feature, but I've been trying to set the Lot Size and that's where I'm having problems.
If I want to set the lot size from 1.0 to 0.1 or .01 - how do I do that? I've tried adjusting "Lots" in the EA, but that is not working. Each of my trades are for $10 a lot, which is more than I normally trade. Any ideas?
(I know they say that size doesn't matter, but that's not what my forex broker says)
I'm one of Moving Average loyal fans, I like all the types of well known Moving Average:
Simple moving average, Exponential moving average, Smoothed moving average, Linear weighted moving average, Double Exponential Moving Average, Triple Exponential Moving Average and T3 Moving Average.
I like too see the Moving Average Indicator changes its color according to its direction (like red for up and blue for down).
But where to find such XP Moving Average?? I didn't find it, I created it to enjoy it together!
History (I don't remember the dates and time):
Current version is version 4! But the name of the indicator still called xpMA.mq4!
Version 1 was repainting the past now it's not!
Added: Debug mode option which when you turn it on it will take screen shots of every tick to be proof that the indicator doesn't print the past.
Added: Moving Average type 7 JMA.
Added: Arrows upon color changes.
Added Sound Alert upon color changes.
Changed: The method of changing the color upon the direction change.
Added: Signal buffer added to make it easy to make an EA based on the xpMA (-1 means sell signal, 1 means buy signal and 0 means nothing).
Note: the T3MA.mq4 and JMA.mq4 (included) are required files for the Moving Average type 6 and 7.
1-TRAGAPIPS,I have attached a copy of T3.mq4 and T3MA.mq4,hope they solve your problem,just save them in "experts>>indicators" then compile them and you should be set and ready to work with XPMA.Please see the attachment.
2-MIKEJODY:I do not know exactly,but have tried this XPMA indicator in lower timefranes-to see if it repaints or not- and I do not think it repaints the past.I think it is a very accurate trend filter for the 1h/4h timeframes.Anyway Codersguru is the person that can best answer your query.
Best Regards.
SIMBA
T3-Serie and T3MA are wonderful, perfect Indicators! Thank You very much!
I like the fact that the XpMA EA chooses the "number" of lots based on my Margin, this is a great feature, but I've been trying to set the Lot Size and that's where I'm having problems.
If I want to set the lot size from 1.0 to 0.1 or .01 - how do I do that? I've tried adjusting "Lots" in the EA, but that is not working. Each of my trades are for $10 a lot, which is more than I normally trade. Any ideas?