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.
This indicator works well on the chart but I think that it could be improved to show not just the current timeframe trendlines and target but also those that exist on other timeframes, selectable via the properties box.
I must say that I'm always astounded by the level of quality coding that goes on here (clearly those that can code really enjoy doing it) and the generosity shown by those that can, so a big thank you from me to those that do it for the rest of us ... long may we learn.
Hi,
I tried to use this indicator in MT4, but it does not work properly, and did not refresh. Also each time have to recompile and sometimes paint entire the window instead of paint the line.
Can any body debug it?
Thanks millions in advance.
Hi,
I tried to use this indicator in MT4, but it does not work properly, and did not refresh. Also each time have to recompile and sometimes paint entire the window instead of paint the line.
Can any body debug it?
Thanks millions in advance.
Seems to be converted from mql using a program converter and the result is a complete disaster.
I have the TS version and I can tell you, this is not TD REI. However, MT3 version is Ok.
The Function for TS2000 is:
Quote:
INPUT:LENGTH(NUMERICSIMPLE);
VAR:REI(0),RE(0),REABS(0),SUM(0),SUMABS(0),Z(0);
RE=(H-H[2])+(L-L[2]);
REABS=ABSVALUE(H-H[2])+ABSVALUE(L-L[2]);
SUM=0;
SUMABS=0;
FOR Z=0 TO LENGTH-1 BEGIN
SUM=SUM+RE[Z];
SUMABS=SUMABS+REABS[Z];
END;
the lines change because whenever there's a new support or resistence point it is used instead of the old one to draw the most recent demand/supply line ie it's basicaly drawing trend lines -the right way- from right to left support or resistence points are defined as the candle with the lowest low with two candles on each side not lower than it's lowest low and the reverse goes for resistance points
horisontal lines are only projection lines for the potential of the move
you take a long once a new candle opens above the resistence trendline and a short once a candle opens below the support trendline
it's a good system much more than those many hocus pocus lagging indicators but still as any system you'll encounter whipsaws and false signals so place your stoploss whisely
hope this helps
Could you post Tom Demark differential indicator again?Thanks in advance.
Thanks. Seems I moved 2 posts to the other thread some month ago.
Please find updated links:
Everything about DeMark:
- TD Sequential indicator with full documentation is here;
- Demark Auto Trader: EA for MT3;
- code of standard DeMarker indicator: small thread is here;
- Another Demark Trendline Trader: one indicator as trading system;
- Tom DeMark DIFF: one very good indicator;
- Demark documentation and code: documentation and code (Tradestation) for Demark indicators;
- All Demark indicators: here and here.
Hi,
I tried to use this indicator in MT4, but it does not work properly, and did not refresh. Also each time have to recompile and sometimes paint entire the window instead of paint the line.
Can any body debug it?
Thanks millions in advance.
Hi, I managed to fix the problem of the line painting the entire window.
Try the attached version of the indicator.
It's a pretty interesting indicator, but it's very close to the DeMarker oscillator, which is one of MT4's default indicators, and quite excellent...