Welcome to the Traders Laboratory Forums.
Coding Forum Collaborate, receive help, or discuss coding related issues.

Reply
Old 07-30-2008, 06:41 PM   #65

Join Date: Feb 2007
Posts: 3
Ignore this user

Thanks: 1
Thanked 2 Times in 1 Post

Re: TTM/DDF Value Chart

Top work fellas. Number of responses from TS forum, zero, Traderslab, plenty.. Hurrah!! Had a fiddle with the code to the best of my ability, taking it on from Blu-Ray's enhancement to give a green bar on a close above +4 and a red one on a close below -4. Slight glitch in the code in that I can't get all parts of the bar to change colour, I have to leave the close element in the neutral colour otherwise I can't get it to work. Minor glitch that maybe someone can resolve.. Thanks again for the code for the candles, but after trying to work with them I have found this colour coded version of the bars easier to read..
Attached Files
File Type: eld VALUE CHART V3.ELD (8.0 KB, 184 views)
pwald9 is offline  
Reply With Quote
The Following 2 Users Say Thank You to pwald9 For This Useful Post:
HBBHVN (12-04-2008), phill (07-30-2008)
Old 08-14-2008, 06:48 AM   #66

Join Date: Aug 2008
Posts: 2
Ignore this user

Thanks: 0
Thanked 0 Times in 0 Posts

Re: TTM/DDF Value Chart

Hi, this is my first post here. So hello to everyone! Great forum!

I'm trying to convert the ValueCharts into MetaTrader 4 and need please some help. I have managed to create the charts but sometimes i get strange results and i know i miss very small piece.

Can someone give some light what value exactly will return the VChart function if LRange is = 0. I know it will skip those lines form the code because of the if statement:

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;

BUT what will be the input then for the Plot function in this case for the close price and same for H,L,O?? Do we exit with 0?If Plot sees 0 what it does then?

Plot1( VClose, "VClose", Red) ;

Sorry to asking but i do not know EL and use my C++ and MQL skills to convert the code So in C++ one have to define what value a function will return. Here because of the IF in the VChart function the case when LRange=0 is undefined.

My second qustion is:
What may be the reason that i'm getting values for VChart greater then 15??Some bars (see screenshot) are 100 or more of value. Why can this occur?

Thanks in advice!
Attached Thumbnails
TTM/DDF Value Chart-vc.jpg  
Liliput is offline  
Reply With Quote
Old 08-14-2008, 12:48 PM   #67

Join Date: Feb 2007
Location: US
Posts: 314
Ignore this user

Thanks: 86
Thanked 206 Times in 89 Posts

Re: TTM/DDF Value Chart

Quote:
Originally Posted by Liliput »
I'm trying to convert the ValueCharts into MetaTrader 4
Please try the TRO VC modification for Forex.
http://kreslik.com/forums/viewtopic.php?p=8577
thrunner is offline  
Reply With Quote
Old 08-14-2008, 06:10 PM   #68

Join Date: Aug 2008
Posts: 2
Ignore this user

Thanks: 0
Thanked 0 Times in 0 Posts

Re: TTM/DDF Value Chart

Thsnkx thrunner! But i'm still on the search...
Liliput is offline  
Reply With Quote
Old 08-15-2008, 10:47 AM   #69

Join Date: Jul 2008
Posts: 24
Ignore this user

Thanks: 0
Thanked 2 Times in 2 Posts

Re: TTM/DDF Value Chart

Quote:
Originally Posted by forsearch »
Are there any special settings to get these to work (the ones available for free fromt he tradethemarket.com site)?

I have installed the ELD and also the workspaces per instructions.

The TTM DDF Value Chart never appears (although you can see it is inserted into the chart window), and the TTM DDF Automatic does draw the line over the first hour (when the hour is complete), but no red or blue line is extended out from that to show the daily direction.

Any help is appreciated.
TraderGuy101 is offline  
Reply With Quote
Old 08-15-2008, 11:44 AM   #70

Join Date: Jul 2008
Posts: 24
Ignore this user

Thanks: 0
Thanked 2 Times in 2 Posts

Re: TTM/DDF Value Chart

Quote:
Originally Posted by TraderGuy101 »
but no red or blue line is extended out from that to show the daily direction.

Any help is appreciated.
Sorry guys, this red/blue line is extending so please ignore this part of the prior question.
TraderGuy101 is offline  
Reply With Quote
Old 08-16-2008, 08:53 PM   #71

Join Date: Jan 2008
Location: maler kotla
Posts: 1
Ignore this user

Thanks: 0
Thanked 0 Times in 0 Posts

Re: TTM/DDF Value Chart

hi i m new in here, i just want to know that is this possible to get the indicator value chart for metatrader if yes the can somebody help me to get that
goyaltraderz is offline  
Reply With Quote
Old 09-08-2008, 02:43 PM   #72

Join Date: Feb 2007
Location: Joshua
Posts: 27
Ignore this user

Thanks: 0
Thanked 2 Times in 2 Posts

Re: TTM/DDF Value Chart

Is there a TTM indicator for Ninja on this forum? thanks, David
slableak is offline  
Reply With Quote

Reply

Tags
ttm, value trading

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


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 Trading Products and Services 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 11:36 AM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.