TICK Coding Help - Page 2 - Traders Laboratory
Forum Guidelines | Contact Us
Home

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

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

Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 05-07-2007, 09:13 AM
cooter's Avatar
cooter has no status.
Banned

 
Join Date: Mar 2007
Posts: 633
Thanks: 0
Thanked 7 Times in 2 Posts
Re: TICK Coding Help

Another piker in the wind, perhaps? Let's try to keep this forum a collaborative of traders helping traders ....

Reply With Quote
  #12 (permalink)  
Old 05-07-2007, 09:24 AM
trader273's Avatar
trader273 is chilling in Quahog

 
Join Date: Oct 2006
Posts: 151
Thanks: 2
Thanked 32 Times in 22 Posts
Re: TICK Coding Help

Quote:
View Post
trader273, before you write this you should research better!
I ever offer my own written code. And the FTP's on the current OR was my own idea in 2004!

I am no longer a TS client so I cant get to the forums. But to say that a pivot eld combined w/ an opening range eld is something special that someone should pay $125 or whatever you want is crazy. There are dozens of pivot elds (hell, even a couple on this site) and there are a bunch of open range indicators. This idea is far from original.

Reply With Quote
  #13 (permalink)  
Old 05-08-2007, 08:47 AM
bakrob99 has no status.

Trader Specs
 
Join Date: May 2007
Location: Toronto
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
Re: TICK Coding Help

Re: Nickm001 mod

When I use this - it only works for Regular Session and not my custom defined sessions... Am I doing something wrong here? I'd like it to post the x-minute range for any custom szession I have defined starting from the (csutom) session's 1st bar...

Reply With Quote
  #14 (permalink)  
Old 05-11-2007, 04:08 PM
nickm001 has no status.

 
Join Date: Jan 2007
Posts: 79
Thanks: 0
Thanked 3 Times in 3 Posts
Re: TICK Coding Help

Code is for regular session. Lines that needs to be changed is:

from ... "EndTime( CalcTime(SessionStartTime (1,1),EndTimeOffset))" to

EndTime( CalcTime(SessionStartTime (0,1),EndTimeOffset))


same for ... If time > EndTIme and time < SessionEndTIme(0,1) then


Here is the copy from TS guide that explains the difference...
_________________________ ___________________

Usage
SessionStartTime(SessionT ype,SessionNum)

Parameters
SessionType
A numeric value. 0 = Auto Detect, 1 = Regular Session

SessionNum
A numeric value. Session Number to Reference


Last edited by nickm001; 05-11-2007 at 04:13 PM.
Reply With Quote
  #15 (permalink)  
Old 05-14-2007, 04:44 PM
nickm001 has no status.

 
Join Date: Jan 2007
Posts: 79
Thanks: 0
Thanked 3 Times in 3 Posts
Re: TICK Coding Help

EDIT:

Ignore previous post... Just modify the following lines..

inputs:
StartTime( SessionStartTime(0,1)),
EndTime( CalcTime(SessionStartTime (0,1),90)),


I was looking at different version of my code, not the code I posted in here.

Note to admin: For some reason I cannot edit my previous post

Reply With Quote
  #16 (permalink)  
Old 05-14-2007, 04:45 PM
Soultrader's Avatar
Soultrader is focusing on discipline.

Trader Specs
 
Join Date: Aug 2006
Location: Tokyo, Japan
Posts: 3,220
Thanks: 163
Thanked 467 Times in 208 Posts
Send a message via Skype™ to Soultrader
This member is the original thread starter. Re: TICK Coding Help

Quote:
View Post
EDIT:

Ignore previous post... Just modify the following lines..

inputs:
StartTime( SessionStartTime(0,1)),
EndTime( CalcTime(SessionStartTime (0,1),90)),


I was looking at different version of my code, not the code I posted in here.

Note to admin: For some reason I cannot edit my previous post
There is a time limit for post edits. We do this mainly for spam protection purposes.

__________________
James Lee - Founder
Forum Guidelines | Forum Manual | Support Coder | Report a Bug
------------------------------------------------------------------------------------
Empowering traders with knowledge.

Please support TL by visiting our sponsors. Thanks!
Reply With Quote
  #17 (permalink)  
Old 05-15-2007, 12:15 AM
nickm001 has no status.

 
Join Date: Jan 2007
Posts: 79
Thanks: 0
Thanked 3 Times in 3 Posts
Re: TICK Coding Help

makes sense.. thanks..

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

BB 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

Similar Threads
Thread Thread Starter Forum Replies Last Post
TICK Hook's and TICK Candles Soultrader Technical Analysis 2 04-21-2007 04:22 PM
[VSA] Coding TinGull Coding Forum 2 03-18-2007 01:05 PM
TICK lows on the Russell TICK, not NYSE TinGull Trading Videos 6 01-29-2007 10:14 PM


All times are GMT -4. The time now is 05:08 PM.

 

 
 


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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76