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.
Hmmm, perhaps 'SK' refers to a price where Fibonacci lines from two or more time frames achieve approximate coincidence.
For example:
Suppose there is a fib line at 1.2000 on the 5 minute chart AND there is a fib line on a 15 or 30 minute chart at 1.2000 ( or 1.2003, etc.). There may even be a line at 1.1995 on the 1 hour chart. If this were the case you could say that the lines are 'clustered' (a.k.a., Klustered) or grouped around a price point.
Now suppose there was an indicator you could plug in fib values from other time frames and this indicator would alert you when a fib line on your active chart was close to your target value. Maybe it would change the color of the active fib line. What do you think?
I know we can draw in the lines from the other time frames, but the problem for me is that too many lines on a chart makes it less useful - making it harder not easier to make decisions.
hello ..
I need some help for coding something simple in my mind for MT4 like this :
Input two EMA's with diffrent periods like x,y
find the median of those diffrent two input EMA Like :
Median = ( EMA x + EMA y ) / 2
Now : the problem is that I need to draw this Median as a DOT on any
timeframe for the instane time we are in now , I mean : I need to draw many dots which indicate the value of that Median on diffrent time frames :
5m + 15m + 30m + 1hr
And it shows those diffrent dots ( 4 dots ) on any timeframe I choose ,
I mean : when I open the 30m chart (or any timeframe chart ) , It draws 4 dots for the value of that median at this now-time ( the value of that median on
the diffrent time frames : 5m + 15m + 30m + 1hr ).
Those 4-dots will be drawn above/below the current candle denoting the value of the median for the diffrent 4 timeframes.
Does anyone already have an EA that identifies support and resitance levels?
It is hard to decide what is support and resistances. The best to do this is the following:
1. Draw them yourself. Horizontal lines at high and low points.
2. Get a good daily pivot calculator EA (as i don't know if Metatrader has it built in (in never use it)).
3. Watch 00, 20,50,80 price levels (as they are bank stops/psych barriers).
4. Use 50,100,200 SMA moving averages on your 15min+ charts.
5. Learn about trendlines and chart patterns.
that's fine for visual analysis but what i can see and what can be automated are only as good as we can make the computer see in relevant digital data. Hence the question...how do I get support and resistance automated so it can work with an automated execution?
that's fine for visual analysis but what i can see and what can be automated are only as good as we can make the computer see in relevant digital data. Hence the question...how do I get support and resistance automated so it can work with an automated execution?
Well, just like the post above, there are a few options there that have mechanical qualities...like the pivot point calculator, or using DeMark Auto Trendline or something like that. You just need to know how to integrate those indicators into your auto trader.
if it doesn't have the specific indicators on it there is a way to download them to the page and i think it will put them in the 'variables' section and make them available for use in the 'logics'. at least that's what i'm hoping. this is the best i have to work with at this time and given my own limitations. Could you post the indicators you mentioned so I can load them to this page?