Welcome to the Traders Laboratory Forums.
Linnsoft Discussion board for IRT users. Moderated by LS_Chad.

Reply
Old 07-14-2008, 04:47 PM   #1
forsearch

Status: Guest
Posts: n/a
Ignore this user


Indicator As OHLC or Candlesticks in Investor/RT

This may seem like an odd question, but I was wondering if one could easily display any given indicator as an OHLC bar or a candlestick in Investor/RT?

Simple example:

You can display, say CCI as a line or a histogram, typically in most programs. But say you wanted to display it as an OHLC bar instead. Is this doable?

Keep in mind that I'm thinking way outside of the box here, as most folks would not want this capability, but looking at your Volume Breakdown indicator, I figure the same functionality to display other indicators as OHLC (or candlesticks) might be available.

Or to make it even simpler:

Guess what I'm really asking is... what are the available options for "Draw As" for indicators available in I/RT? Does it include OHLC bar or candlestick as an option?

Thanks,

-fs
 
Reply With Quote
Old 07-14-2008, 04:58 PM   #2

LS_Chad's Avatar

Status: Partner
Join Date: Mar 2007
Location: Atlanta, GA
Posts: 224
Ignore this user

Thanks: 0
Thanked 76 Times in 59 Posts

Re: Indicator As OHLC or Candlesticks in Investor/RT

Well, in order to draw OHLC bars, you have to have 4 values. The CCI indicator for instance only has one recorded value per bar. Internally, the high, low, and open of the CCI is not recorded. Now, since the open is essentially the previous value of CCI, it would be possible to draw CCI as an open/close bar. Now it is possibly to draw custom candlesticks using any 4 custom prices (custom indicators), but the high and low isn't accessible in this case. But here are a couple variations of CCI bars drawn with open/close candle bodies:

http://www.charthub.com/images/2008/07/14/CCI_Bars.png

LS_Chad is offline  
Reply With Quote
Old 07-14-2008, 05:16 PM   #3
forsearch

Status: Guest
Posts: n/a
Ignore this user


Re: Indicator As OHLC or Candlesticks in Investor/RT

Chad,

Thanks for this. Would it be possible to pass through the value of an indicator using a token to create a custom indicator with OHLC or HLC values?

Keep in mind, I'm referring to the OHLC values that the indicator makes per bar, which may or may not coincide with the OHLC values of its input (e.g. Price).

Looking at a static final (close) value of an indicator after the fact gives no clue as to where it may have moved during the bar interval.

If an indicator is run on a tick-by-tick basis, is there any other way of capturing and displaying those other values (high, low and open) on a historical basis?
 
Reply With Quote
Old 07-14-2008, 09:37 PM   #4

mister ed's Avatar

Join Date: Apr 2007
Location: wagga
Posts: 503
Ignore this user

Thanks: 147
Thanked 146 Times in 81 Posts

Re: Indicator As OHLC or Candlesticks in Investor/RT

fs, Chad - I might be completely wrong here, but if you plotted a very short-term chart (let's say 10 seconds, or even tick-by-tick as you suggest, fs) and report the CCI result for this very short-term chart (close only like you say Chad) into one of the "Variables" (V1, V2, etc...) and then plotted the "Variable" as an OHLC or candle under a longer timeframe chart (Chad, you have used the 5-minute in your post), would this work? I could try it but I am not proficient at manipulating the Variables. So just an idea which may or may not work, Chad?
mister ed is offline  
Reply With Quote
Old 07-15-2008, 07:40 AM   #5

LS_Chad's Avatar

Status: Partner
Join Date: Mar 2007
Location: Atlanta, GA
Posts: 224
Ignore this user

Thanks: 0
Thanked 76 Times in 59 Posts

Re: Indicator As OHLC or Candlesticks in Investor/RT

Actually, you could plot the CCI (or any other indicator) in OHLC bar or candle format using a custom instrument (and a V# variable). I'll create one of these and let it run for a few hours this morning, and then post it with details.
LS_Chad is offline  
Reply With Quote
Old 07-15-2008, 09:30 AM   #6

LS_Chad's Avatar

Status: Partner
Join Date: Mar 2007
Location: Atlanta, GA
Posts: 224
Ignore this user

Thanks: 0
Thanked 76 Times in 59 Posts

Re: Indicator As OHLC or Candlesticks in Investor/RT

OK, here is the CCI bars done as a custom instrument. I've setup a custom instrument/symbol, ES_CCI, which ticks every time the ES ticks, but ticks with a price of the current 5-min CCI value. In this way, not only can you plot the CCI as bars, but you can then apply any technical indicator to the CCI Bars. In this chart, I've added a 5 period MA to the CCI bars:



Another interesting side effect of this approach....even though it's plotting the 5-min CCI, you could plot the ES_CCI bars in any periodicity. For instance, here they are plotting on a 1-minute data. Notice the jumps they take every 5 minutes as the CCI moves to a new window of bars:


Last edited by LS_Chad; 07-15-2008 at 10:25 AM.
LS_Chad is offline  
Reply With Quote
Old 07-15-2008, 10:39 PM   #7
forsearch

Status: Guest
Posts: n/a
Ignore this user


Re: Indicator As OHLC or Candlesticks in Investor/RT

Excellent!

Can you run this custom instrument on historical tick-by-tick data? Or must it be live data?

And if I did a replay with tick data, would it work?
 
Reply With Quote
Old 07-16-2008, 08:33 AM   #8

LS_Chad's Avatar

Status: Partner
Join Date: Mar 2007
Location: Atlanta, GA
Posts: 224
Ignore this user

Thanks: 0
Thanked 76 Times in 59 Posts

Re: Indicator As OHLC or Candlesticks in Investor/RT

Quote:
Originally Posted by forsearch »
Excellent!

Can you run this custom instrument on historical tick-by-tick data? Or must it be live data?

And if I did a replay with tick data, would it work?
You can replay the tick data on this custom instrument, yes...on a chart of any timeframe. You could even plot an Market Profile chart of ES_CCI, or open a Time & Sales window on ES_CCI, etc.

The custom instrument will build tick by tick live while data is flowing, from the time it is created. I/RT is unable to build historical data from tick data due to the nature of the custom instrument. Custom instruments based on prices (OHLC) or volume of one or more instrument, can generate historical data from the tick data of the component or components however.
LS_Chad 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
Regards As Candlesticks in Easylanguage pencil2 Coding Forum 3 08-22-2009 06:22 PM
Candlesticks and Volume brownsfan019 The Candlestick Corner 20 11-07-2008 12:29 AM
OHLC Marker for NT pajusa Technical Analysis 0 03-27-2008 08:21 PM
Investor/RT 9.0 LS_Chad Linnsoft 7 02-21-2008 05:21 PM
Candlesticks Technique Tradecision Trading Articles 0 10-20-2006 12:00 PM

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