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

Reply
Old 07-29-2009, 06:29 PM   #9

Join Date: Oct 2007
Location: Pesaro
Posts: 25
Ignore this user

Thanks: 2
Thanked 5 Times in 5 Posts



Re: Market/Volume Profile Indicator on Tradestation

Quote:
Originally Posted by BlowFish »
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
Crazynasdaq is offline  
Reply With Quote
Old 07-30-2009, 09:50 AM   #10

BlowFish's Avatar

Join Date: Mar 2007
Location: In Da House
Posts: 3,272
Ignore this user

Thanks: 129
Thanked 1,038 Times in 694 Posts



Re: Market/Volume Profile Indicator on Tradestation

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.
BlowFish is offline  
Reply With Quote
Old 07-30-2009, 09:56 AM   #11

Join Date: Oct 2007
Location: Pesaro
Posts: 25
Ignore this user

Thanks: 2
Thanked 5 Times in 5 Posts



Re: Market/Volume Profile Indicator on Tradestation

Quote:
Originally Posted by BlowFish »
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.
Thanks a lot again BlowFish.
I'll try to make it on my own and if I reach a good target, I'll post it here for everybody, in honor of your work.

Thanks again
Crazynasdaq is offline  
Reply With Quote
Old 11-08-2009, 06:42 PM   #12

shrike's Avatar

Join Date: Jun 2009
Location: fantasy
Posts: 85
Ignore this user

Thanks: 44
Thanked 24 Times in 22 Posts



Re: Market/Volume Profile Indicator on Tradestation

hi
crazynasdaq ->Tick Data Processing

if i've understood well you take free stuff and after sell them ??? mmmhhh
shrike is offline  
Reply With Quote
Old 11-09-2009, 02:56 AM   #13

Join Date: Oct 2007
Location: Pesaro
Posts: 25
Ignore this user

Thanks: 2
Thanked 5 Times in 5 Posts



Re: Market/Volume Profile Indicator on Tradestation

Quote:
Originally Posted by shrike »
hi
crazynasdaq ->Tick Data Processing

if i've understood well you take free stuff and after sell them ??? mmmhhh
Hi Shrike,
You have not understood well. I've made a packet of indicators and then I lease them, but only those that I've made myself like the Volume Profile, the Volume Control Panel, the Volume Force index, The Volume Pressure, the Volume acceleration and others little but useful stuff. The others, the ones that everyone can find on the web is free, so you did not understand well. I'm sorry, but you are wrong.

CrazyNasdaq
Crazynasdaq is offline  
Reply With Quote
Old 11-20-2009, 08:59 PM   #14

Join Date: May 2007
Location: Richmond Hill
Posts: 12
Ignore this user

Thanks: 0
Thanked 0 Times in 0 Posts



Re: Market/Volume Profile Indicator on Tradestation

I have used a modified version of TPO Pro6.0b on a volume and time chart to get a pretty good market profile going. It even shows the developing VAH, VAL and POC. What I'm looking for however is an indicator that can give me the MP of the week and not just the day or intraday. I want the volume distribution of the entire week, not each day separately. Does anyone know if this has been done on TS or MultiCharts?

Thanks

Z
zardoz is offline  
Reply With Quote
Old 11-21-2009, 03:57 AM   #15

Join Date: Oct 2007
Location: Pesaro
Posts: 25
Ignore this user

Thanks: 2
Thanked 5 Times in 5 Posts



Re: Market/Volume Profile Indicator on Tradestation

Quote:
Originally Posted by zardoz »
I have used a modified version of TPO Pro6.0b on a volume and time chart to get a pretty good market profile going. It even shows the developing VAH, VAL and POC. What I'm looking for however is an indicator that can give me the MP of the week and not just the day or intraday. I want the volume distribution of the entire week, not each day separately. Does anyone know if this has been done on TS or MultiCharts?

Thanks

Z
Hi Zardoz, maybe I know how to modify it to build a weekly Voume profile or a monthly or custom, because I've already done with the PVP indicator of DBntina and Blowfish.
But you should share with us your code if you would like to recieve some support, considering that you have posted this request in a thread where we are trying to build a daily volume profile.

CrazyNasdaq
Crazynasdaq is offline  
Reply With Quote
Old 11-21-2009, 04:39 AM   #16

Join Date: Aug 2007
Location: Moscow
Posts: 22
Ignore this user

Thanks: 6
Thanked 2 Times in 2 Posts



Re: Market/Volume Profile Indicator on Tradestation

This one works well in EL: Market Profile
It includes Volume and Market Profiles. Quite expensive. But you could put some efforts to open the source code in order to understand methodology.
garp is offline  
Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Any Tradestation Market Profile Indicator? agabr Coding Forum 6 08-12-2011 06:23 PM
Better Volume Indicator and Tradestation pa18 Forex Trading Laboratory 33 06-25-2009 10:43 PM
[Market Profile] Market profile / volume profile jfutures Technical Analysis 2 10-10-2008 11:08 AM
Profile Trend March + Market Profile Momentum spyro Coding Forum 12 10-04-2008 05:17 AM
Tradestation Volume Avg vj2651 Coding Forum 7 03-22-2007 04:16 PM

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