![]() |
This website will be down for maintenance from Friday May 24th at 6PM MDT until Saturday May 25th at 11AM MDT. We apologize for the inconvenience. If you need assistance during this time, please email sales@ninjatrader.com
|
|||||||
| NinjaScript File Sharing Discussion Discussion for shared NinjaScript files. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#31 |
|
Member
Join Date: Sep 2008
Posts: 72
Thanks: 0
Thanked 4 times in 3 posts
|
Here's a (quickly developed) Weekly version if dValueArea. I've only done basic function testing with it, so make sure you've saved your environment (incase if locks up and you have to crash out).
Calling this "dValueAreaWkly". Use it on intraday charts. |
|
|
|
|
|
#32 |
|
Senior Member
Join Date: Oct 2008
Posts: 250
Thanks: 0
Thanked 6 times in 2 posts
|
Thanks, nice!
|
|
|
|
|
|
#33 |
|
Member
Join Date: Dec 2004
Location: , ,
Posts: 80
Thanks: 0
Thanked 0 times in 0 posts
|
Dean,
Thank you for this great indicator. In the indicator parameters only open hour is listed, no closing. Does this mean that if I am running a 24 hours chart (12 am to 12 am), the indicator will measure 9 am to 9 am (if 9 is the open hour selected)? And it will measure Monday to Friday prior week only, for both evolving VA and VA? |
|
|
|
|
|
#34 | |
|
Member
Join Date: Sep 2008
Posts: 72
Thanks: 0
Thanked 4 times in 3 posts
|
Quote:
The start time and day is where the "week" starts. It then continues for the number of days specified (5 default, would end at the start time on the 6th day). To adjust for Open Hours, you need to set the chart up to display only the open hours. The Pre-Session stuff is only useful to see how the previous week worked out on the week-ends or something (perhaps not that useful for this appllicaiton, since the evolving stull will show that). The Evolving stuff is always the current (not completed till the next week gets a few bars), so could change with every new bar (till the week complete on Sat. or whatever). The normal plot lines (POC, etc.) always will be showing the previous weeks results. Hope that helps. Dean. |
|
|
|
|
|
|
#35 |
|
Member
Join Date: Dec 2004
Location: , ,
Posts: 80
Thanks: 0
Thanked 0 times in 0 posts
|
Dean,
Thank you. Whenever you tweak the code again, would it be possible to add the H, L and C of the prior week only (no evolving). But C should be Friday at 4:15 for equities, and if you are really ambitious 2:30 for crude. Thanks again. |
|
|
|
|
|
#36 |
|
NinjaTrader Customer Service
Join Date: Mar 2005
Location: Amsterdam, The Netherlands
Posts: 2,042
Thanks: 0
Thanked 3 times in 3 posts
|
Hi,
Unfortunately our forum experienced technical difficulties early this morning. As a result, we were forced to restore our forum to its last back up point approximately seven (7) hours ago. Any posts created since that time have been lost. We are sorry for the inconvenience. I have DeanV's last post here in response to 'meyer99': 'meyer, That's a different application, so won't be doing that here. Feel free to take this code and modify it for what you want.'
Vincent
NinjaTrader Customer Service |
|
|
|
|
|
#37 |
|
Junior Member
Join Date: Mar 2009
Location: So Cal
Posts: 4
Thanks: 0
Thanked 0 times in 0 posts
|
I've been trading futures only a couple of years and am interested in learning how to use market profile in trading. Can you direct a newbie to a link or two that teaches how to use MP? Thanks. The indicator looks interesting, can't wait to try it.
|
|
|
|
|
|
#38 | |
|
Junior Member
Join Date: Aug 2008
Posts: 21
Thanks: 0
Thanked 0 times in 0 posts
|
Quote:
|
|
|
|
|
|
|
#39 | |
|
Member
Join Date: Sep 2008
Posts: 72
Thanks: 0
Thanked 4 times in 3 posts
|
Quote:
A few web sites that also have related info (if these links are still good) are: http://www.enthios.com/price_histogram.htm http://www.secretsoftraders.com/ValueAreaHelpGuide.htm http://www.elitetrader.com/vb/showth...hreadid=127181 There are also various commercial versions of this type stuff. Some offer a lot more detail than this app. They also can have clues on how they use this type info. One if the key's is to find a method and version of this that helps you trade your personality style. |
|
|
|
|
|
|
#40 |
|
Junior Member
Join Date: Mar 2009
Location: So Cal
Posts: 4
Thanks: 0
Thanked 0 times in 0 posts
|
Thanks for the help.
|
|
|
|
|
|
#41 |
|
Member
Join Date: Sep 2009
Location: MA
Posts: 90
Thanks: 2
Thanked 1 time in 1 post
|
Dean,
Great contribution to NT users. Is the volume distributed equally across the bars or does the indicator collect the actual tic data (at least for the current day)? If you ever plan to make changes to the indicator, I would suggest that the VPOC for any day should be plotted over that days profile, not extended over to the next day and along the same lines, it would make a chart (when one is looking at profile over several days) if the VPOC lines were terminated at the session and not shown as step-lines. In any event, thanks for providing the indicator. |
|
|
|
|
|
#42 | |
|
Junior Member
Join Date: Mar 2009
Posts: 12
Thanks: 0
Thanked 0 times in 0 posts
|
Quote:
maybe I'm doing something wrong, but it looks like poc,vat and vab are not plotting the right values. believe vat should be poc. and vab is kind of low. thanks again |
|
|
|
|
|
|
#43 |
|
Senior Member
Join Date: Nov 2008
Location: Paris
Posts: 201
Thanks: 0
Thanked 10 times in 3 posts
|
hello,
value of POC is correct. For VA_t and VA_b, depending on the method of calculation. Here, it is the volume, so if you compare it with TPO (price only) is certainly different.
Last edited by hegh2000; 12-06-2009 at 03:02 PM.
|
|
|
|
|
|
#44 | |
|
Junior Member
Join Date: Mar 2009
Posts: 12
Thanks: 0
Thanked 0 times in 0 posts
|
Quote:
Vat is 1108.25 (I believe it should be 1113.25) Vab is 1084.85 (I believe it should be 1098.00) edit: I'm talking about the "weekly version"
Last edited by silvester17; 12-07-2009 at 05:23 AM.
|
|
|
|
|
|
|
#45 |
|
Member
Join Date: Sep 2008
Posts: 72
Thanks: 0
Thanked 4 times in 3 posts
|
Silvester, I believe your seeing the difference from the previous week (concluded) and the evolving numbers.
Assuming you've setup chart for openhours only and no weekends, the plot lines (concluded previous week) won't conclude this past weeks stuff, till we see a few completed bars after today's (monday) open. Then the program will know the previous week is done, calc., and plot last weeks stuff. You can see what the open will look like by looking at the evolving lines (perhaps still missing the last bar in the calc.). I looked this AM on a 15 min. chart, and the numbers looked as expected to me. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Entering Trades When Price Away from Key Areas of Support & Resistance | dgregor5 | Strategy Development | 4 | 01-19-2008 02:40 PM |
| Shading areas of chart? | higler | Charting | 3 | 05-01-2007 07:58 AM |