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

Reply
Old 01-28-2010, 10:22 PM   #25

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,779
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Help with Formula

Quote:
Originally Posted by arnie_pt »
Hi Tams.

Need your wisdom again.
...

sorry for the late reply; I am on a trip.


the problem is here:

Text_setlocation_S(txt, date, Time, todayVolume);

change it to Time_s
__________________



Only an idiot would reply to a stupid post
Tams is offline  
Reply With Quote
The Following User Says Thank You to Tams For This Useful Post:
arnie_pt (01-29-2010)
Old 01-28-2010, 10:50 PM   #26

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,779
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Help with Formula

a side note:

always use easily recognizable variable names.

eg.

id_txt = text_new_s(date,time_s, 0, " ");

when you are reading the code,
you can easily recognize this variable id_txt is an ID name.


.
__________________



Only an idiot would reply to a stupid post

Last edited by Tams; 01-28-2010 at 10:59 PM.
Tams is offline  
Reply With Quote
The Following 2 Users Say Thank You to Tams For This Useful Post:
arnie_pt (01-29-2010), TIKITRADER (01-30-2010)
Old 01-29-2010, 01:44 AM   #27

Join Date: Dec 2009
Location: Barreiro
Posts: 10
Ignore this user

Thanks: 8
Thanked 1 Time in 1 Post

Re: Help with Formula

Unbelievable.
I stared for hours looking where could be the problem and never noticed the "time_s"




Thanks
arnie_pt is offline  
Reply With Quote
Old 01-29-2010, 07:07 AM   #28

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,779
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Help with Formula

Quote:
Originally Posted by arnie_pt »
Unbelievable.
I stared for hours looking where could be the problem and never noticed the "time_s"




Thanks

... this is not because I am smarter,
but because I have been there.

:-)>
__________________



Only an idiot would reply to a stupid post
Tams is offline  
Reply With Quote
The Following User Says Thank You to Tams For This Useful Post:
TIKITRADER (01-30-2010)
Old 01-30-2010, 11:20 AM   #29
aaa

aaa's Avatar

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

Thanks: 240
Thanked 283 Times in 136 Posts

Re: Help with Formula

you can easily recognize this variable id_txt is an ID name.

Hi Tams

What's ID means ?
aaa is offline  
Reply With Quote
Old 01-30-2010, 06:14 PM   #30

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,779
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Help with Formula

Quote:
Originally Posted by aaa »
you can easily recognize this variable id_txt is an ID name.

Hi Tams

What's ID means ?

ID = identification



From the EasyLanguage manual:

Text_New

Displays a text object, consisting of the specified string expression located at the specified bar and specified price value, on the chart that the study is based on;
returns an object-specific ID number, required to modify the object.

Example

id_text = Text_New( Date, Time, High, "UpT" );


.
__________________



Only an idiot would reply to a stupid post
Tams is offline  
Reply With Quote
The Following User Says Thank You to Tams For This Useful Post:
aaa (02-06-2010)

Reply

Tags
price volume relationship, volume

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
Tony Crabel's Opening Range Formula Soultrader E-mini Futures Trading Laboratory 17 01-29-2010 12:18 PM
Help Needed Converting Easy Language Formula Danaty Coding Forum 0 11-21-2008 06:10 PM
Please Help with ESignal Indicator/Formula - Price Pivots tradinghumble Technical Analysis 0 09-04-2008 10:41 PM
Mark Fishers AC Stock Formula for All. Szymon Technical Analysis 2 04-19-2008 06:11 AM

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