Forex
Google

Go Back   Forex Trading > Discussion Areas > Suggestions for Trading Systems
Forex Forum FAQ Members List Calendar Mark Forums Read


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

 
 
LinkBack (7) Thread Tools
  5 links from elsewhere to this Post. Click to view.
Old 10-21-2005, 01:48 AM
sky_forex sky_forex is offline
Junior Member
 
Join Date: Oct 2005
Posts: 14
sky_forex is on a distinguished road
Lightbulb Ind-TD-Demark-3-1

Hi Alex and everybody,

I have this indicator and trade manual w/this.It's based in trendlines and work very well.is it possible convert to EA?

Thank's
Attached Files
File Type: mq4 Ind-TD-DeMark-3-1.mq4 (14.8 KB, 1380 views)

Last edited by sky_forex : 12-04-2006 at 11:34 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 10-21-2005, 05:49 AM
newdigital newdigital is online now
Administrator
 
Join Date: Sep 2005
Posts: 15,424
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
We have the thread about this type of indicators:
Td

Besides the above mentioned indicator was translated to the English language so it is more easy now to create the EA based on Tom Demark

The settings are the following:
- Commen, if true we will see the comments in the up left side of the chart;
- TD, if true we will see the TD points;
- TrendLine, if true we will see the Trend lines;
- HorizontLine, of true we will see the current value of TD lines by horizontal line in the chart;
- ShowingSteps, value is from 1 to 3. It is predictive steps. Try change this value from 0 to 2 or 3 and see what that is (how many TD lines should be simulteniously on the chart);
- TakeProf, if true we will see the Targets;
- BackSteps, changing all the lines and points on the step back (value=bar);
- FractalAsTD, if true we will see the Williams fractals instead of TD points.

It will be great of all 3 steps (ShowingSteps=3) of this indicator will be program into EA. Nobody did it.
Attached Images
File Type: gif td.gif (16.6 KB, 2783 views)
Attached Files
File Type: mq4 Ind-TD-DeMark-3-1.mq4 (14.8 KB, 445 views)
File Type: mq4 Ind-TD-DeMark-3-1_eng.mq4 (14.8 KB, 1005 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 10-21-2005, 07:23 AM
Pip Hunter Pip Hunter is offline
Junior Member
 
Join Date: Oct 2005
Posts: 26
Pip Hunter is on a distinguished road
Hi Sky,

Can you elaborate on how you trade with this
TD-Demark indicator? Looks interesting...

Thanks for sharing
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 10-21-2005, 07:26 AM
newdigital newdigital is online now
Administrator
 
Join Date: Sep 2005
Posts: 15,424
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
Just download Ind-TD-DeMark-3-1_eng.mq4 (see posts above). It is the same indicator but with full comments in english.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 10-31-2005, 03:09 PM
schwager schwager is offline
Member
 
Join Date: Oct 2005
Location: Germany
Posts: 62
schwager is on a distinguished road
DeMark

I have only Metastockformel. Who can help with to create as MT4?

DeMark's REI Indicator

x1:=If(Ref(H,-2),< ,Ref(C,-7),
If(Ref(H,-2),<,Ref(C,-8),
If(H,<,Ref(L,-5),
If(H,<,Ref(L,- 6),0,1),1),1),1);
x2:=If(Ref(L,-2),> ,Ref(C,-7),
If(Ref(L,-2),>,Ref(C,-8),
If(L,>,Ref(H,-5),
If(L,>,Ref(H,- 6),0,1),1),1),1);
SubValues:=(x1) * (x2) * (H-Ref(H,-2) ) +((x1) * (x2) * (L-Ref(L,-2)) );
AbsDailyVal:=(Abs(H-Ref(H,-2)) + Abs(L-Ref(L,-2)));
Sum((SubValues),8) / Sum((AbsDailyVal),8)


from:
http://trader.online.pl/MSZ/e-w-DeMark_Indicator.html

thanks to all
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 11-01-2005, 12:33 PM
Alex.Piech.FinGeR's Avatar
Alex.Piech.FinGeR Alex.Piech.FinGeR is offline
Senior Member
 
Join Date: Oct 2005
Location: Germany
Posts: 305
Alex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud of
yes i possible but i have now no time

later sorry
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 11-01-2005, 04:35 PM
forexts's Avatar
forexts forexts is offline
Administrator
 
Join Date: Sep 2005
Posts: 290
forexts has disabled reputation
Perhaps this helps.

Demark Auto Trader

Also if you explain how you hand trade with it ... if possible with images and examples, sure we will be able to help you.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 11-08-2005, 06:05 PM
schwager schwager is offline
Member
 
Join Date: Oct 2005
Location: Germany
Posts: 62
schwager is on a distinguished road
Rei

description is here:

http://www.efuturevision.com/emdem.php3
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 11-16-2005, 06:37 PM
schwager schwager is offline
Member
 
Join Date: Oct 2005
Location: Germany
Posts: 62
schwager is on a distinguished road
DeMark

unfortunaty!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 11-16-2005, 07:11 PM
newdigital newdigital is online now
Administrator
 
Join Date: Sep 2005
Posts: 15,424
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
DeMark is not easy.
Somebody should start I think.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

Thread Tools

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

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

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/suggestions-trading-systems/146-ind-td-demark-3-1-a.html
Posted By For Type Date
DeMark Indicators (ADVANCED) - Page 5 This thread Refback 01-10-2008 11:33 AM
DeMark Indicators (ADVANCED) - Page 5 This thread Refback 12-29-2007 06:36 AM
OANDA FXMessage: Demark levels This thread Refback 11-06-2007 11:05 PM
DeMark Indicators (ADVANCED) - Page 5 This thread Refback 08-28-2007 07:54 AM
we need indicators !!! - NinjaTrader Support Forum This thread Refback 07-08-2007 11:55 PM
we need indicators !!! - NinjaTrader Support Forum This thread Refback 07-06-2007 07:16 PM
DeMark Indicators (ADVANCED) - Page 5 @ Forex Factory This thread Refback 06-21-2007 09:38 AM

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


All times are GMT. The time now is 06:48 AM.