Market/Volume Profile Indicator on Tradestation
Connect with Facebook
Coding Forum Collaborate, receive help, or discuss coding related issues.

Coding Forum Thread, Market/Volume Profile Indicator on Tradestation in Trading Resources; Why is it so difficult to find a Market or/and a Volume Profile Indicator free and really works on Tradestation ...
Reply
2 2 Attachment(s)
 
LinkBack Thread Tools Display Modes

Market/Volume Profile Indicator on Tradestation  

  #1  
Old 07-09-2009, 09:14 AM
agon
 
Join Date: Jan 2007
Location: Paris
Posts: 22
Thanks: 19
Thanked 14 Times in 4 Posts
Why is it so difficult to find a Market or/and a Volume Profile Indicator free and really works on Tradestation ?
Is it a limitation of the Easy language or a political problem ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Market/Volume Profile Indicator on Tradestation  

  #2  
Old 07-09-2009, 09:35 AM
Tams's Avatar
Tams is laughing... LOL
 
Join Date: Sep 2008
Location: Geelong
Posts: 1,888
Thanks: 1,108
Thanked 814 Times in 490 Posts
Originally Posted by agon View Post
Why is it so difficult to find a Market or/and a Volume Profile Indicator free and really works on Tradestation ?
Is it a limitation of the Easy language or a political problem ?

--> Limitation of the Easy language

More precisely, the limited ability to manage a database.



There are free versions posted here, therefore politics is not an issue.
The paid versions come with a proprietary database add-on.

Last edited by Tams; 07-09-2009 at 09:45 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Market/Volume Profile Indicator on Tradestation  

  #3  
Old 07-09-2009, 09:51 AM
agon
 
Join Date: Jan 2007
Location: Paris
Posts: 22
Thanks: 19
Thanked 14 Times in 4 Posts
Thank you for your answer. I used all the free versions available. None of them works properly.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Market/Volume Profile Indicator on Tradestation  

  #4  
Old 07-09-2009, 09:54 AM
Tams's Avatar
Tams is laughing... LOL
 
Join Date: Sep 2008
Location: Geelong
Posts: 1,888
Thanks: 1,108
Thanked 814 Times in 490 Posts
Originally Posted by agon View Post
Thank you for your answer. I used all the free versions available. None of them works properly.

to further learning, may I suggest:

1. you can post the links to the ones you have tried, so that others can test the same.

2. post your usage experience: pros, cons, strengths, weaknesses, etc.,

if you share your findings, others will chime in... and we can learn from each other.



maybe they all work... all you need is a little tweaking.

Last edited by Tams; 07-09-2009 at 10:07 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Market/Volume Profile Indicator on Tradestation  

  #5  
Old 07-09-2009, 10:11 AM
agon
 
Join Date: Jan 2007
Location: Paris
Posts: 22
Thanks: 19
Thanked 14 Times in 4 Posts
The only one that works properly is here :

"TPO Pro5.0b.zip"
http://www.traderslaboratory.com/for...-eld-3198.html

but it is not very readable.

For my part, I look rather a Volume Profile like "Ensign one" on Tradestation, the TPO are not useful for me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Market/Volume Profile Indicator on Tradestation  

  #6  
Old 07-09-2009, 10:23 AM
Tams's Avatar
Tams is laughing... LOL
 
Join Date: Sep 2008
Location: Geelong
Posts: 1,888
Thanks: 1,108
Thanked 814 Times in 490 Posts
EasyLanguage is not a good platform for MP.

If MP is your main strategy, you should consider a dedicated platform.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Market/Volume Profile Indicator on Tradestation  

  #7  
Old 07-09-2009, 11:40 AM
Tams's Avatar
Tams is laughing... LOL
 
Join Date: Sep 2008
Location: Geelong
Posts: 1,888
Thanks: 1,108
Thanked 814 Times in 490 Posts
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Market/Volume Profile Indicator on Tradestation  

  #8  
Old 07-09-2009, 01:52 PM
BlowFish's Avatar
BlowFish .BlowFish
 
Join Date: Mar 2007
Location: In Da House
Posts: 2,475
Thanks: 75
Thanked 680 Times in 461 Posts
Originally Posted by Tams View Post
--> Limitation of the Easy language

More precisely, the limited ability to manage a database.



There are free versions posted here, therefore politics is not an issue.
The paid versions come with a proprietary database add-on.
It dosen't really need a database if you are prepared to average the volume in a bar across the prices between low and high. This is how most (if not all packages do it)

FinAlgs package for Ninja does this and it is excellent and supports both volume and time profiles. Atrader is an interesting little program too.

I wrote half the code for a volume profile in tradestation for Jperls PVP. This stores volume at each price level in an array. It only displays the peak volume. All it would require to display a histogram would be to loop through the array to display each element. I might be prepared to part with the code if anyone is up for doing the display stuff?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to BlowFish For This Useful Post:
Tams (07-30-2009)

Re: Market/Volume Profile Indicator on Tradestation  

  #9  
Old 07-29-2009, 05:29 PM
Crazynasdaq
 
Join Date: Oct 2007
Location: Pesaro
Posts: 19
Thanks: 2
Thanked 2 Times in 2 Posts
Originally Posted by BlowFish View Post
It dosen't really need a database if you are prepared to average the volume in a bar across the prices between low and high. This is how most (if not all packages do it)

FinAlgs package for Ninja does this and it is excellent and supports both volume and time profiles. Atrader is an interesting little program too.

I wrote half the code for a volume profile in tradestation for Jperls PVP. This stores volume at each price level in an array. It only displays the peak volume. All it would require to display a histogram would be to loop through the array to display each element. I might be prepared to part with the code if anyone is up for doing the display stuff?
Hi BlowFish,
I've read many of your posts in "Trading with market statistic" from Jperl, Volume splitter and others, and I use every day your stuff.......very cool and good stuff.
I'm not very good with easylanguage, only simple things, so when I've read your post that you can create a Volume histogram simply modifying and looping the PVP indicator used for the VWAP + PVP using ADE, I've decided to write you about this.
I use Multicharts and tradestation (better Multicharts than TS), so if you could help me in coding the entire Volume histogram using tick chart and ADE, I will thank you all the life......and I post all the charts or all what your code display here
Sorry for my not good english, but I'm italian and not very good in english writing.
Thanks and Regrads

CraZyNasdaQ
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Market/Volume Profile Indicator on Tradestation  

  #10  
Old 07-30-2009, 08:50 AM
BlowFish's Avatar
BlowFish .BlowFish
 
Join Date: Mar 2007
Location: In Da House
Posts: 2,475
Thanks: 75
Thanked 680 Times in 461 Posts
Hi Crazy thanks for the kind words. it is a fairly straightforward task but would still require a fair amount of work. All the information you have is there it's already in the array. It's simply a matter of displaying it. That is not really hard just a bit fiddly. At the moment I don't really have the time to undertake it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Better Volume Indicator and Tradestation pa18 Forex Laboratory 33 06-25-2009 09:43 PM
[Market Profile] Market profile / volume profile jfutures Technical Analysis 2 10-10-2008 10:08 AM
Profile Trend March + Market Profile Momentum spyro Coding Forum 12 10-04-2008 04:17 AM
Any Tradestation Market Profile Indicator? agabr Coding Forum 3 07-08-2008 03:54 PM
Tradestation Volume Avg vj2651 Coding Forum 7 03-22-2007 03:16 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 Off
Pingbacks are On
Refbacks are Off