Collaboration to design a new indicator? - Page 3 - 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 (1) Thread Tools Display Modes
  #21 (permalink)  
Old 01-31-2007, 11:10 AM
walterw's Avatar
walterw is The Trader Chimp

Trader Specs
 
Join Date: Nov 2006
Location: Argentina
Posts: 2,168
Thanks: 0
Thanked 41 Times in 30 Posts
Re: Collaboration to design a new indicator?

Soul, I couldnt find the indicator I promissed, its just about the same posted at beggining.... sorry for that.

I still dont know if the delta that ts creates really can be trusted... I understand that ts data uses for bid and ask values the up/ dn ticks... soul you should double check this factor because if this is true the delta that this indicator creates its not that much reliable... cheers Walter.

Reply With Quote
  #22 (permalink)  
Old 01-31-2007, 08:11 PM
wsam29 has no status.

Trader Specs
 
Join Date: Jan 2007
Location: Toronto, Ontario, Canada
Posts: 227
Thanks: 1
Thanked 5 Times in 4 Posts
Send a message via MSN to wsam29
Re: Collaboration to design a new indicator?

Quote:
View Post
Sure I would like to take a look. Insideday made an indicator posted on page 1 of this thread which is pretty much what I wanted. I'll post a snapshot of that tomorrow after the close since it only works in real time. Thanks

I have no clue where to find the actual ELD file to upload and I have no clue how to do that either.
Attached Images
File Type: jpg tick vol.jpg (101.6 KB, 50 views)

Reply With Quote
  #23 (permalink)  
Old 01-31-2007, 08:35 PM
nicknextmove has no status.

 
Join Date: Dec 2006
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Collaboration to design a new indicator?

wsam29,

If you are sure that it is not an indicator that you paid for, do this:

1. Open TradeStation
2. Select the File | Import/Export EasyLanguage ... menu
3. Select Export EasyLanguage Documents file (ELD). Click Next.
4. In the Export Wizard Select All Techniques
5. Then select the TTM Tick Volume Indicator. Click on the > button.
6. Click Next.
7. Type in CTTM-Bid-Ask-Bars as the File Name
8. Click Finish

You will now have the TTM-Bid-Ask-Bars.eld file in C

Upload it.
Attached Images
File Type: png 1.PNG (18.3 KB, 11 views)
File Type: png 2.PNG (34.6 KB, 10 views)
File Type: png 3.PNG (19.7 KB, 11 views)
File Type: png 4.PNG (32.6 KB, 10 views)

Reply With Quote
  #24 (permalink)  
Old 02-01-2007, 11:48 AM
walterw's Avatar
walterw is The Trader Chimp

Trader Specs
 
Join Date: Nov 2006
Location: Argentina
Posts: 2,168
Thanks: 0
Thanked 41 Times in 30 Posts
Re: Collaboration to design a new indicator?

yeap, ttm tick volume, its free to public, its been given freely by tradethemarkets.com to their members , but originally was developed by waynechem from tradestation forum, the original name of the indicator is WAV_VOL_3 you can see here his thread and the indicator link https://www.tradestation.com/discuss...Topic_ID=42531 the indicator looks very good, and does work on historical data... it is based on up/dn ticks... so it would be a Delta from ticks... I attach the indicator, Enjoy cheers, Walter.
Attached Files
File Type: eld 20050830200518WAV_VOL_3.ELD (4.4 KB, 55 views)

Reply With Quote
  #25 (permalink)  
Old 02-01-2007, 01:55 PM
nicknextmove has no status.

 
Join Date: Dec 2006
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Collaboration to design a new indicator?

Thank you Walter. Will try that indicator out.

Reply With Quote
  #26 (permalink)  
Old 02-01-2007, 06:14 PM
Soultrader's Avatar
Soultrader is focusing on discipline.

Trader Specs
 
Join Date: Aug 2006
Location: Tokyo, Japan
Posts: 3,218
Thanks: 162
Thanked 467 Times in 208 Posts
Send a message via Skype™ to Soultrader
This member is the original thread starter. Re: Collaboration to design a new indicator?

Very nice. Thanks walter.

__________________
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
  #27 (permalink)  
Old 02-01-2007, 07:07 PM
Blu-Ray's Avatar
Blu-Ray has no status.

Trader Specs
 
Join Date: Nov 2006
Location: England
Posts: 426
Thanks: 105
Thanked 53 Times in 34 Posts
Re: Collaboration to design a new indicator?

James


Is this the kind of indicator your after? It's a little bit easier on the eyes than the last one.

I've just figured this one out today and so far it looks good.

Give me a shout if this is what your after.

Cheers

Blu-Ray
Attached Images
File Type: bmp UpDownInd.bmp (411.7 KB, 67 views)

Reply With Quote
  #28 (permalink)  
Old 02-01-2007, 07:40 PM
Soultrader's Avatar
Soultrader is focusing on discipline.

Trader Specs
 
Join Date: Aug 2006
Location: Tokyo, Japan
Posts: 3,218
Thanks: 162
Thanked 467 Times in 208 Posts
Send a message via Skype™ to Soultrader
This member is the original thread starter. Re: Collaboration to design a new indicator?

Hi Blu-Ray,

Now thats another interesting one... would you mind sharing it? Thats actually a better way to plot the ask and bid volume. Thanks

__________________
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
  #29 (permalink)  
Old 02-01-2007, 07:59 PM
Blu-Ray's Avatar
Blu-Ray has no status.

Trader Specs
 
Join Date: Nov 2006
Location: England
Posts: 426
Thanks: 105
Thanked 53 Times in 34 Posts
Re: Collaboration to design a new indicator?

James

I've been after this type of indicator for ages now, even looked at the market delta indicator as that was the info I needed, how much volume up compared to volume down.

Anyway, long story short, the green is the total volume, with the red the down volume and with them being overlapped you can always see how much buying compared to how much selling.

Import the ELD and it will probably just show two lines. Just right click and format the indicator, switch the colour on the volume to green (down Volume already red). Then switch the style to histogram on both and adjust the weight of the lines. Remember to press the default button, so you only have to do this once.

This only works on intraday data, daily charts don't work.

Enjoy

Blu-Ray
Attached Files
File Type: eld UPDOWNINDICATOR.ELD (3.2 KB, 64 views)

Reply With Quote
  #30 (permalink)  
Old 02-01-2007, 08:05 PM
Soultrader's Avatar
Soultrader is focusing on discipline.

Trader Specs
 
Join Date: Aug 2006
Location: Tokyo, Japan
Posts: 3,218
Thanks: 162
Thanked 467 Times in 208 Posts
Send a message via Skype™ to Soultrader
This member is the original thread starter. Re: Collaboration to design a new indicator?

Thank you Blu-Ray,

Wow.... this makes my life alot easier now. Excellent indicator. I tried the one walter posted earlier but I must say I like your better due to simplicity and visibility. Where did you find this indicator? Did you make this yourself? Thanks

James

__________________
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
Reply



LinkBacks (?)
LinkBack to this Thread: http://www.traderslaboratory.com/forums/f56/collaboration-to-design-a-new-indicator-1099.html
Posted By For Type Date
Coding Forum [Archive] - Traders Laboratory - Active Traders Forum This thread Refback 10-27-2007 04:45 PM

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
BB Squeeze Replica For Tradestation Soultrader Trading Indicators 47 10-05-2008 12:47 AM
Is the RSI indicator any good? Lisa Technical Analysis 14 04-27-2008 12:41 PM
Free indicator for eSignal? keymoo Market Profile® 2 01-23-2007 08:45 AM
TraderInteriews.com Collaboration Soultrader Announcements 3 12-23-2006 11:22 AM
Ant: Is there any way to improve this indicator? nasdaq5048 Market Profile® 3 12-22-2006 11:45 AM


All times are GMT -4. The time now is 12:46 AM.