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

Reply
Old 05-16-2009, 10:59 AM   #1

Join Date: Oct 2008
Location: new york
Posts: 54
Ignore this user

Thanks: 17
Thanked 8 Times in 4 Posts

Chart Based on Tick Interval

For tradestation:

is there a way to create an indicator based on tick count?
i would like to create and indicator based on tick counts so that
there are 3 MAs being drawn on a chart but they are based on tickcounts.
ephi144 is offline  
Reply With Quote
Old 05-16-2009, 11:24 AM   #2

suriNotes's Avatar

Status: Educational Partner
Join Date: Nov 2007
Location: Seattle, WA
Posts: 165
Ignore this user

Thanks: 8
Thanked 156 Times in 59 Posts

Re: Chart Based on Tick Interval

Hi ephi144,

Yes, you can build tools based on Tick Counts...
The count itself can be obtained by UpTicks & DownTicks.

Here is an article I discussed some Intrabar Execution tools
using Time & Tick Counts etc. (Stocks and Commodities Magazine, July 2008)

Intrabar Execution Tools

Regards,
Suri


Quote:
Originally Posted by ephi144 »
For tradestation:

is there a way to create an indicator based on tick count?
i would like to create and indicator based on tick counts so that
there are 3 MAs being drawn on a chart but they are based on tickcounts.
suriNotes is offline  
Reply With Quote
Old 05-16-2009, 11:55 AM   #3

Join Date: Oct 2008
Location: new york
Posts: 54
Ignore this user

Thanks: 17
Thanked 8 Times in 4 Posts

Re: Chart Based on Tick Interval

ok..i tried to use tick to get number of ticks but it returns 0 all the time.

------------
vars: BI(0),Totaltick(0), currTicks(0);

BI = BarInterval;

currTicks = ticks;

breakpoint("test");
------------

the currTicks is always 0
ephi144 is offline  
Reply With Quote
Old 05-16-2009, 04:46 PM   #4

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: Chart Based on Tick Interval

Quote:
Originally Posted by ephi144 »
ok..i tried to use tick to get number of ticks but it returns 0 all the time.
------------
vars: BI(0),Totaltick(0), currTicks(0);
BI = BarInterval;
currTicks = ticks;
breakpoint("test");
------------
the currTicks is always 0

a quick referral to the manual might get you the definition and "meaning" of "ticks".



hint: EasyLanguage definition is not necessary what you assumed.
Tams is offline  
Reply With Quote

Reply

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
Tick Chart Patterns Head2k Technical Analysis 20 09-06-2009 02:01 PM
Time based candels V Tick Candles Nick1984 Technical Analysis 10 08-04-2008 04:30 PM
233 Tick Chart Andres Beginners Forum 10 04-13-2008 09:10 PM
tick chart indicators traderjim Beginners Forum 7 01-12-2008 11:07 AM
Tick chart for ES looks different than YM The Bear Technical Analysis 20 10-28-2007 11:20 AM

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