Go Back   Traders Laboratory > Trading Resources > Trading Indicators > Coding Forum

Coding Forum Collaborate, receive help, or discuss coding related issues.

Reply
Bookmarks
del.icio.us StumbleUpon Google Digg Facebook Furl Reddit Netscape

 
LinkBack Thread Tools Display Modes Language
  #1 (permalink)  
Old 02-03-2008, 01:51 PM
wsam29 wsam29 is offline
Premium Trader

Trader Specs
 
Join Date: Jan 2007
Location: Toronto, Ontario, Canada
Posts: 229
Thanks: 1
Thanked 2 Times in 2 Posts
Send a message via MSN to wsam29
TTM/DDF Value Chart

I take it some of you have seen their newest indicator they are promoting.

Just by eyeballing it, it looks like a good indicator.

I've tried searching for it and came up short.

Value Chart Video

Value Chart Video 2

From what I understand the indicator was created by John Clayburg, correct me if I am wrong.

Either way, I like the indicator

Clayburg.Com - Your Source on the Web for Self-Adaptive Systems and Indicators

__________________
Winfred
Life is a comedy for those who think and a tragedy for those who feel.Horace Walpole Doubt all before you believe anything!Sir Francis Bacon
Reply With Quote
  #2 (permalink)  
Old 02-03-2008, 02:29 PM
thrunner thrunner is offline
Registered Trader

 
Join Date: Feb 2007
Posts: 155
Thanks: 50
Thanked 34 Times in 17 Posts
Re: TTM/DDF Value Chart

Stratman has published some capable code in this thread based on earlier eKam and goose studies over at the TS forum.
The idea of opening range break out or establishing trend based on other opening range price action has been around for quite some time. It seems like every few years they add a new twist or flavor to the old indicators and call it the latest thing.

I would be very careful about believing claims of 80% accuracy or some such number in predicting trend. If it is 80%, not too many people have seen the details (actual data) of such studies. Anything approaching 80% in trading is probably not wildly published.

Reply With Quote
  #3 (permalink)  
Old 02-03-2008, 03:06 PM
wsam29 wsam29 is offline
Premium Trader

Trader Specs
 
Join Date: Jan 2007
Location: Toronto, Ontario, Canada
Posts: 229
Thanks: 1
Thanked 2 Times in 2 Posts
Send a message via MSN to wsam29
Re: TTM/DDF Value Chart

I was inquiring about the +8/-8 value chart indicator, not the Directional Day Filter.

Thanks

__________________
Winfred
Life is a comedy for those who think and a tragedy for those who feel.Horace Walpole Doubt all before you believe anything!Sir Francis Bacon
Reply With Quote
  #4 (permalink)  
Old 02-03-2008, 05:31 PM
Blu-Ray's Avatar
Blu-Ray Blu-Ray is offline
Premium Trader

Trader Specs
 
Join Date: Nov 2006
Location: England
Posts: 355
Thanks: 60
Thanked 19 Times in 14 Posts
Re: TTM/DDF Value Chart

Hi Winfred

Good to see you back, here's the Value Chart Indicator you're after.

Cheers

Blu-Ray
Attached Files
File Type: eld VALUECHART.ELD (6.9 KB, 130 views)

__________________
Remember - Take the path of least resistance.
Reply With Quote
The Following User Says Thank You to Blu-Ray For This Useful Post:
wsam29 (02-03-2008)
  #5 (permalink)  
Old 02-03-2008, 05:37 PM
wsam29 wsam29 is offline
Premium Trader

Trader Specs
 
Join Date: Jan 2007
Location: Toronto, Ontario, Canada
Posts: 229
Thanks: 1
Thanked 2 Times in 2 Posts
Send a message via MSN to wsam29
Re: TTM/DDF Value Chart

Omg, I Love You!!!

__________________
Winfred
Life is a comedy for those who think and a tragedy for those who feel.Horace Walpole Doubt all before you believe anything!Sir Francis Bacon
Reply With Quote
  #6 (permalink)  
Old 02-04-2008, 07:26 AM
Soultrader's Avatar
Soultrader Soultrader is offline
Founder of TL!

Trader Specs
 
Join Date: Aug 2006
Location: Tokyo, Japan
Posts: 2,856
Thanks: 56
Thanked 278 Times in 106 Posts
Blog Entries: 9
Send a message via MSN to Soultrader Send a message via Skype™ to Soultrader
Re: TTM/DDF Value Chart

Hi,

Is there a link to a site where it explains the calculations behind this indicator? Thanks

__________________
James Lee
Email: JamesLee@traderslaborator y.com
Skype: james.lee03
TradersLaboratory.com

Reply With Quote
  #7 (permalink)  
Old 02-04-2008, 08:46 AM
Blu-Ray's Avatar
Blu-Ray Blu-Ray is offline
Premium Trader

Trader Specs
 
Join Date: Nov 2006
Location: England
Posts: 355
Thanks: 60
Thanked 19 Times in 14 Posts
Re: TTM/DDF Value Chart

Quote:
View Post
Hi,

Is there a link to a site where it explains the calculations behind this indicator? Thanks
I've had a quick look and couldn't find a link to explain the exact calculations, however I can provide the code if you wanted. What I did find was an interview by the creator of the value chart, David Stendahl, talking to Tradestation.

Here's the link:

Chart Research - TradeStation Interview

Hope this helps

Blu-Ray

__________________
Remember - Take the path of least resistance.
Reply With Quote
  #8 (permalink)  
Old 02-04-2008, 08:48 AM
Soultrader's Avatar
Soultrader Soultrader is offline
Founder of TL!

Trader Specs
 
Join Date: Aug 2006
Location: Tokyo, Japan
Posts: 2,856
Thanks: 56
Thanked 278 Times in 106 Posts
Blog Entries: 9
Send a message via MSN to Soultrader Send a message via Skype™ to Soultrader
Re: TTM/DDF Value Chart

HI Blu-Ray,

The code would be perfect if you dont mind. I am trying to replicate this in IRT. Thanks

__________________
James Lee
Email: JamesLee@traderslaborator y.com
Skype: james.lee03
TradersLaboratory.com

Reply With Quote
  #9 (permalink)  
Old 02-04-2008, 08:58 AM
Blu-Ray's Avatar
Blu-Ray Blu-Ray is offline
Premium Trader

Trader Specs
 
Join Date: Nov 2006
Location: England
Posts: 355
Thanks: 60
Thanked 19 Times in 14 Posts
Re: TTM/DDF Value Chart

Quote:
View Post
HI Blu-Ray,

The code would be perfect if you dont mind. I am trying to replicate this in IRT. Thanks
Sure here goes, the first part is for the function VChart:

Inputs:NumBars(Numeric),P rice(NumericSeries);

Variables:VarNumBars(0),V ar0(0),LRange(0),YDiv(0), RanVar4(0),VOpen(0),VHigh (0),VLow(0),VClose(0),
VarA(0),VarB(0),VarC(0),V arD(0),VarE(0),VarP(0),Va rR1(0),VarR2(0),VarR3(0), VarR4(0),VarR5(0);

{Insure NumBars is between 2 and 1000}
If NumBars < 2 then VarNumBars = 2;
If Numbars > 1000 then VarNumBars = 1000;
If Numbars >= 2 and NumBars <=1000 then VarNumBars = NumBars;

VarP=Round(VarNumBars/5,0);

If VarNumBars >7 then begin
VarA=Highest(H,VarP)-Lowest(L,VarP);
If VarA = 0 and VarP=1 then VarR1=absvalue(C-C[VarP]) Else VarR1 = VarA;
VarB=Highest(H,VarP)[VarP+1]-Lowest(L,VarP)[VarP];
If VarB = 0 and VarP=1 then VarR2=absvalue(C[VarP]-C[VarP*2]) Else VarR2 = VarB;
VarC=Highest(H,VarP)[VarP*2]-Lowest(L,VarP)[VarP*2];
If VarC = 0 and VarP=1 then VarR3=absvalue(C[VarP*2]-C[VarP*3]) Else VarR3 = VarC;
VarD=Highest(H,VarP)[VarP*3]-Lowest(L,VarP)[VarP*3];
If VarD = 0 and VarP=1 then VarR4=absvalue(C[VarP*3]-C[VarP*4]) Else VarR4 = VarD;
VarE=Highest(H,VarP)[VarP*4]-Lowest(L,VarP)[VarP*4];
If VarE = 0 and VarP=1 then VarR5=absvalue(C[VarP*4]-C[VarP*5]) Else VarR5 = VarE;
LRange=((VarR1+VarR2+VarR 3+VarR4+VarR5)/5)*.2;
End;


If VarNumBars <=7 then Begin
If AbsValue(C-C[1]) > (H-L) then Var0=AbsValue(C-C[1]) else var0=(H-L);
If H=L then Var0=absvalue(C-C[1]);
LRange=Average(Var0,5)*.2 ;
End;

If LRange > 0 then begin
If Price = Open then
VChart=((Open-Average((H+L)/2,VarNumBars)))/(LRange);
If Price = High then
VChart=((High-Average((H+L)/2,VarNumBars)))/(LRange);
If Price = Low then
VChart=((Low-Average((H+L)/2,VarNumBars)))/(LRange);
If Price = Close then
VChart=((Close-Average((H+L)/2,VarNumBars)))/(LRange);
End;


and the second part is the indicator

Inputs:NumBars(5);
Variables:Vopen(0),VHigh( 0),VLow(0),VClose(0),Var1 (0),Var2(0);
Var: VcloseLam(0),ValueSOB(" "),ValueMOB(" "),ValueMOS(" "), ValueSOS(" "), ValueFair(" "), lastdate(0);


{Calcualte Value Chart}
VOpen = VChart(NumBars,Open);
VHigh = VChart(NumBars,High);
VLow = VChart(NumBars,Low);
VClose = VChart(NumBars,Close);


If currentbar > Numbars then Begin
Plot1(VOpen,"VOpen");
Plot2(VHigh,"VHigh");
Plot3(VLow,"VLow");
Plot4(VClose,"VClose");
Plot5(8,"8");
Plot6(4,"4");
Plot7(-4,"-4");
Plot8(-8,"-8");
Plot9(0,"0");
End;


Cheers

Blu-Ray

__________________
Remember - Take the path of least resistance.
Reply With Quote
  #10 (permalink)  
Old 02-04-2008, 09:20 AM
Soultrader's Avatar
Soultrader Soultrader is offline
Founder of TL!

Trader Specs
 
Join Date: Aug 2006
Location: Tokyo, Japan
Posts: 2,856
Thanks: 56
Thanked 278 Times in 106 Posts
Blog Entries: 9
Send a message via MSN to Soultrader Send a message via Skype™ to Soultrader
Re: TTM/DDF Value Chart

Thank you very much Blu-Ray. Much appreciated.

__________________
James Lee
Email: JamesLee@traderslaborator y.com
Skype: james.lee03
TradersLaboratory.com

Reply With Quote
Reply



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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
YM Chart 7/27/07 TinGull The Candlestick Corner 2 07-30-2007 07:54 AM
a VSA chart a Day flatwallet Beginners Forum 27 05-05-2007 12:41 PM
Chart-ex.com torero Broker & Software Review 1 04-01-2007 08:35 PM
Chart Set-up wsam29 Market Analysis 10 03-05-2007 04:13 PM
MP Chart TinGull Market ProfileŽ 2 12-09-2006 12:03 AM


All times are GMT -4. The time now is 08:10 AM.

 


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60