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.
Ok, why not? The one in the previous post is just some knock-off of some code I did called the LSMA which got slaughtered by the wolves who never even realized it had a fundamental coding error in it. Here is a cleaner and better version of a simple colored moving average indicator, ready for the gallows
SETTINGS:
MAType
0 - Simple Moving Average
1 - Exponential Moving Average (Default)
2 - Smoothed Moving Average
3 - Linear Weighted Moving Average
MAPeriod
Whatever period you like (Default = 34).
MAShift
Shift Moving average forward how many bars (Default = 0).
PriceType
0 - Close Price
1 - Open Price
2 - High Price
3 - Low Price
4 - Median Price, (high+low)/2.
5 - Typical Price, (high+low+close)/3.
6 - Weighted Close Price, (high+low+close+close)/4.
So long.
FX Sniper
__________________
"I do not need a compass to tell me which way the wind is shining."
Ok, why not? The one in the previous post is just some knock-off of some code I did called the LSMA which got slaughtered by the wolves who never even realized it had a fundamental coding error in it. Here is a cleaner and better version of a simple colored moving average indicator, ready for the gallows
Another FX Sniper's INGENUITY. Simply....
fxcruiser
P.S. If you would just hand me over your MO indicator, I will be all set. You have my e mail address. Thanks again for your valued contribution to TSD.
Although it might not be exactly the subject of the thread but does anybody, including the author have mq4 code or file for 'FX Sniper's CCI.ex4',
nice idicator, but only with 1 CCI, would be great to have 2-3 (34,50 as well) displayed.
I would appreciate if you could post the mq4 file with or without addition
Although it might not be exactly the subject of the thread but does anybody, including the author have mq4 code or file for 'FX Sniper's CCI.ex4',
nice idicator, but only with 1 CCI, would be great to have 2-3 (34,50 as well) displayed.
I would appreciate if you could post the mq4 file with or without addition
euro
Hey there,
The code will do you no good as all 8 available buffers are used up hence why there is no room to put a second or third CCI, best you simply drag more CCI's over this one from the Indicator menu. MT4 only allows for 8 indicator buffers and all the coloring etc...used them all up
Laters,
FX Sniper
__________________
"I do not need a compass to tell me which way the wind is shining."
The code will do you no good as all 8 available buffers are used up hence why there is no room to put a second or third CCI, best you simply drag more CCI's over this one from the Indicator menu. MT4 only allows for 8 indicator buffers and all the coloring etc...used them all up
Laters,
FX Sniper
With the code I could have freed some buffers and made say upper/lower histogram color static(hard coded) that could only be changed from the code.
The problem with 'dragging' and over-laying of normal CCI on top, is that zero line (and other important levels) on 2 grapghs do not line up