Welcome to the Traders Laboratory Forums.
Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL.

Reply
TD Waldo 02 Details »»
TD Waldo 02
Platform: , by aaa aaa is offline
Developer Last Online: May 2012 Show Printable Version Email this Page

Platform: MultiCharts Rating: (1 votes - 5.00 average)
Released: 06-27-2010 Last Update: Never Installs: 9
Supported
Re-useable Code Translations  

// Name : Waldo Pattern 02
// Author: Tom Demark
// Version: 1.0
// Date: 20100627

Demark Indicators by Jason Perl
Page 171
Bloomberg Press 2008
http://www.amazon.com/DeMark-Indicat.../dp/1576603148



Download Now

File Type: eld TD WALDO 02.ELD (4.6 KB, 144 views)
File Type: pla TD Waldo 02.pla (4.4 KB, 84 views)
File Type: txt TD Waldo 02.txt (1.2 KB, 120 views)

Screenshots

TD Waldo 02-td-woody-02.gif  

Show Your Support

  • If you like to thanks you by the author -> Click Thanks to the Author
  • This modification may not be copied, reproduced or published elsewhere without the author's permission.
The Following 8 Users Say Thank You to aaa For This Useful Post:
fxtrader12 (10-23-2011), hieutruong (07-15-2010), Stat (02-19-2011), stktrader3 (09-01-2010), Tams (06-27-2010), TIKITRADER (08-28-2010), Tom Thumb (07-12-2010)

Comments
Old 07-20-2010, 11:04 PM   #10

michaelaero's Avatar

Join Date: May 2009
Location: LA
Posts: 5
Ignore this user

Thanks: 2
Thanked 0 Times in 0 Posts

Re: TD Waldo 02

Quote:
Originally Posted by aaa »
Hi Michael

Here is a 2 cents suggestion

Put multiple copys of an indicator with different input on your preferate graph ( Move.Bars( xx ), Previous.Bars( xx ) )

Change colors 2 identfy them

Now choose the values which gives you best result according 2 your trading style

rgds
yes aaa, I am asking my question because I found the most effective pattern was TD Waldo 2, according to the book. for those TD waldo 3-8, I got very bad results as I tried coding them. and thanks for your suggestions.
michaelaero is offline  
Reply With Quote
Old 07-25-2010, 05:33 AM   #11
aaa

aaa's Avatar

Join Date: Jun 2008
Location: Switzerland
Posts: 443
Ignore this user

Thanks: 240
Thanked 283 Times in 136 Posts

Re: TD Waldo 02

-
Question from a PM

Quote:
2. Dots look like scalper dots (do they also appear delayed by 2-3 bars?)
I answer on the forum 4 the benefit of the community

- Dots appears with " only " 1 bar delay

plot1[1](h[1] + Offset, "Waldo02 High");
plot2[1](l[1] - Offset, "Waldo02 Low");

See also

http://www.traderslaboratory.com/for...painting-8251.

How 2 delay a signal with EasyLanguage

When applying the analysis technique to a chart, you can displace the plot to the right or left.

For example:

Plot1[3](Value1);

The above example calculates the plot value using the current bar but draws it on the chart 3 bars ago.
Use a negative number to draw the value 3 bars ahead of the current bar.
aaa is offline  
Reply With Quote
The Following 3 Users Say Thank You to aaa For This Useful Post:
Stat (02-19-2011), Tams (07-25-2010)
Old 07-31-2010, 04:36 AM   #12
aaa

aaa's Avatar

Join Date: Jun 2008
Location: Switzerland
Posts: 443
Ignore this user

Thanks: 240
Thanked 283 Times in 136 Posts

Re: TD Waldo 02

Question from a Visitor Message

Quote:
1. Do you have links other than the book that explain the Waldo indicator ?
I answer on the forum 4 the benefit of the community

************************* ************************

Short-Term Capital Management Site


Each link will contain a description and explanation of what the indicator attempts to measure and what values it uses to determine the output of the indicator

Most of the NinjaScripts code on this site is intended for strategies, not indicators.

It is in the process of updating all the code examples

************************* ************************


DeMark Indicators

Last edited by aaa; 07-31-2010 at 04:45 AM.
aaa is offline  
Reply With Quote
The Following 4 Users Say Thank You to aaa For This Useful Post:
raccolgo (04-12-2011), Stat (02-19-2011), youri (07-31-2010)
Old 08-07-2010, 06:20 AM   #13
aaa

aaa's Avatar

Join Date: Jun 2008
Location: Switzerland
Posts: 443
Ignore this user

Thanks: 240
Thanked 283 Times in 136 Posts

Re: TD Waldo 02

-
Question from a PM

Quote:
3. Does the indicator work on historical data (or must it be in real time) ?
I answer on the forum 4 the benefit of the community

************************* ************************

If pp can deal with 1 bar delay it should work in all Data feed

B aware that noplot function erase only the intrabar false signal

So in this code below it could not erase the false signal 1 bar back

plot1[1](h[1] + Offset, "Waldo02 High");

This limitation in the code should generate many false signals

And I dono how 2 avoid that, except reload the chart at each bar :=(

***********************
aaa is offline  
Reply With Quote
The Following User Says Thank You to aaa For This Useful Post:
Stat (02-19-2011)
Old 09-04-2010, 06:28 AM   #14
aaa

aaa's Avatar

Join Date: Jun 2008
Location: Switzerland
Posts: 443
Ignore this user

Thanks: 240
Thanked 283 Times in 136 Posts

Re: TD Waldo 02

DeMark Indicators
aaa is offline  
Reply With Quote
The Following 2 Users Say Thank You to aaa For This Useful Post:
Stat (02-19-2011)

Reply

Thread Tools
Help Others By Rating This Thread
Help Others By Rating This Thread:


All times are GMT -4. The time now is 05:18 AM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.