Forex



Go Back   Forex Trading > Discussion Areas > Suggestions for Trading Systems
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
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.
See more

Reply
 
Thread Tools Display Modes
  #41 (permalink)  
Old 02-20-2006, 09:12 AM
jorgeng's Avatar
Member
 
Join Date: Nov 2005
Posts: 64
jorgeng is on a distinguished road
Quote:
Originally Posted by MFX
Hi all,

new version from Ind-TD-Demark-3-1


Regards
MFX
It seems this one is connecting 3 lines, good work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #42 (permalink)  
Old 12-04-2006, 11:27 AM
Sadly's Avatar
Senior Member
 
Join Date: Nov 2006
Posts: 286
Sadly is on a distinguished road
Ind_TD_DeMark_3_1_LA_Mod_03B_AIME

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #43 (permalink)  
Old 12-12-2006, 05:05 PM
Member
 
Join Date: Mar 2006
Posts: 34
spiketrader is on a distinguished road
Fixing REIMT4 Ind.

Quote:
Originally Posted by grunge
I got REI from russian forum

Is this the one you guys want?
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #44 (permalink)  
Old 04-13-2007, 02:05 PM
Linuxser's Avatar
User Root
 
Join Date: May 2006
Location: Helliconia (Winter)
Posts: 4,410
Blog Entries: 56
Linuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond repute
Quote:
Originally Posted by spiketrader
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;

IF SUMABS>0 THEN REI=SUM/SUMABS;

TDREI=100*REI;
And the indicator code is:

Quote:
INPUT:LENGTH(8),OB(60),OS(-60);


PLOT1(TDREI(LENGTH),"REI");
PLOT2(OB,"OB");
PLOT3(OS,"OS");

Last edited by Linuxser; 04-13-2007 at 02:08 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #45 (permalink)  
Old 04-15-2007, 07:46 PM
Junior Member
 
Join Date: Mar 2007
Posts: 16
mina is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #46 (permalink)  
Old 04-15-2007, 07:55 PM
Junior Member
 
Join Date: Mar 2007
Posts: 16
mina is on a distinguished road
thanks for the english version newdigital
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #47 (permalink)  
Old 06-02-2007, 01:41 PM
mystified's Avatar
Senior Member
 
Join Date: Jun 2006
Posts: 190
mystified is on a distinguished road
Tom Demark differential indicator

Hi Newdigital

TD DIFF indicator link is not available anymore:forecasting indicators

Could you post Tom Demark differential indicator again?Thanks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #48 (permalink)  
Old 06-02-2007, 02:37 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by mystified
Hi Newdigital

TD DIFF indicator link is not available anymore:forecasting indicators

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #49 (permalink)  
Old 06-02-2007, 06:13 PM
Senior Member
 
Join Date: Feb 2006
Posts: 1,211
et_phonehome_2 is on a distinguished road
THanks ND, just what couldn't recall where it was....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #50 (permalink)  
Old 06-02-2007, 06:38 PM
FXSamurai's Avatar
Member
 
Join Date: Aug 2006
Posts: 56
FXSamurai is on a distinguished road
Quote:
Originally Posted by spiketrader
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...

Enjoy
Attached Files
File Type: mq4 REIMT4.mq4 (2.9 KB, 612 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
DeMark, demark indicators, Ind-TD-DeMark-3-1, Ind-TD-DeMark-3-1.mq4, Ind-TD-DeMark-3, demark lines, td demark, Ind-TD-DeMark, demark mq4, 3 demark, td rei, de mark, td rei mq4, Ind-TD-DeMark-3-1_eng, td lines, td demark indicator, demark lines ea, Demark Indicator


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Another Demark Trendline Trader Linuxser Indicators - Metatrader 4 50 11-13-2009 01:55 PM
Demark Auto Trader newdigital Expert Advisors - Metatrader 4 23 09-23-2009 08:21 AM
Demark documentation and code MainPIP Documentation 3 12-29-2007 09:55 PM
Demark arrow please explain toddanderson Indicators - Metatrader 4 0 12-22-2006 03:52 PM
Smoothed Demark 006 Metatrader 4 2 02-18-2006 07:57 AM


All times are GMT. The time now is 12:31 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.