Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
iMarketProfile1_65
Collapse
X
-
hello
value and the plot are both correct.
Why?
To view the profile, I use the DrawRectangle. For this I must give a starting point (the exact value) and an end point (the value + TickSize).
That's why you feel that the rectangle is not in front of the value.
-
-
Very nice work !!
Love the indicator and do so much appreciate all the continued hard work in improving such a great indicator. I would like to add my requests for future improvements. One would be to have the POC continue to chart show as long as it remains a naked poc. Once touched then it disappear.
thanks.
Leave a comment:
-
hi aviat72,
thank for the contribution,
I posted iMarketProfile1_7 (for NT 7) soon.
I just need a little more time to finalize, it changes compared to version 6.5.
For now I have some problems with one of my PC, I have crashes, I do not know if it's NT 7 or Windows 7 64 bits that causes me problems.
But we'll have them.
Leave a comment:
-
Hi Hegh:
(1) Reuse the NT7 compatible file attached
I am attaching a version of the file which also works on NT7. This has the latest IB persistance and 50-100% extension stuff. Could you please use this file as the starting point for future changes. All my changes are in an #if NT7 block and just change the DrawText Functions.
I have renamed this fileas iMarketProfile_65_7_1_1 (1_1 being 1.1 for the new functionality you just added) instead of using 1/Test etc. to maintain better version tracking.
(2)
Is it possible to write some export functions to get real-time values for different statistics you plot?
For eg:
GetIBHigh(int daysAgo)
GetIBLow(int daysAgo)
GetRotationFactor(int daysAgo)
GetBullishTPOCount(int daysAgo)
GetBearishTPOCount(int daysAgo)
GetPOC(int daysAgo)
GetVAH(int daysAgo)
GetVAL(int daysAgo)
with daysAgo set to zero for current trading day.
You will have to maintain an Array variable (not DataSeries) for every day you calculate the statistics for, and return the values from that Array.Attached FilesLast edited by aviat72; 04-09-2010, 10:32 PM.
Leave a comment:
-
Profile work with NT 7
has anyone tested this with version 7? i cannot get it to import.
Leave a comment:
-
Hi Adrien
Big Big Thank You for sharing your MP indicator with us. I will attend a MP webinar next Sun and am extremely thrilled to uncover your thread today.
Let's hope that I will learn how to benefit from your Amazing master piece in days. Else I will certainly knock at your door for sos and guidance. Thank you.
Beth
Leave a comment:
-
hi,Originally posted by mtfalk64 View PostHegh2000,
I take it that the lines for the high and low IB will only print on the current day. and the past days are erased? Would it be a problem to have it keep the prior days as this is also one area that if we have two high double IB would be a strong possible reversal. Again thank you for helping us out and taking time out of your day for this.
Oh boy this does look sweet. Nice work Hegh2000
Mike
like that ?
Leave a comment:
-
I want to thank you for helping.
Hegh2000,
I take it that the lines for the high and low IB will only print on the current day. and the past days are erased? Would it be a problem to have it keep the prior days as this is also one area that if we have two high double IB would be a strong possible reversal. Again thank you for helping us out and taking time out of your day for this.
Oh boy this does look sweet. Nice work Hegh2000
MikeLast edited by mtfalk64; 04-08-2010, 05:27 PM.
Leave a comment:
-
hi,Originally posted by lentrader1 View PostHi heg2000 bonsoir
As mtfalk64 in his post mentioned see attached picture, is it possible to implement the IB50% an IB100% lines in the indicator? These lines are very important for finding trading descisions. I missed it in your excellent indicator.
Thanks
Heinz
try this.
Leave a comment:
-
IB 50% Lines and IB 100% Lines above and belows the iMarketProfile1_65 TPO chart
Hi heg2000 bonsoirOriginally posted by hegh2000 View Posthello
for the first, you do not have to change the indicator.
Create another rather like SimpleGetHighLow for a specific time, then modify it by adding lines as you want.
For the second, by cons, it would modify the indicator itself.
I give you 2 examples with syntax and where you need to insert it, then you choose.
line 944 :
DrawLine("tag1"+ compteur, false, CurrentBar - BarCount, TPOPrice, CurrentBar - BarCount - TPOHigh, TPOPrice, Color.Yellow, DashStyle.Solid, 2);
or
DrawRectangle("tag1"+ compteur, false, CurrentBar - BarCount, TPOPrice, CurrentBar - BarCount - TPOHigh, TPOPrice+TickSize, Color.Yellow, Color.Yellow, 2);
As mtfalk64 in his post mentioned see attached picture, is it possible to implement the IB50% an IB100% lines in the indicator? These lines are very important for finding trading descisions. I missed it in your excellent indicator.
Thanks
Heinz
Leave a comment:
-
Where is the indicator
can anyone tell me where this indicator is on the site, i cant seem to locate it. also, is it ready for NT7
Leave a comment:
-
hi,
I changed the indicator.
This corrects the bug closed days for mode 1 (weekly).
adrien
Leave a comment:
-
Educational Resources for MP
Educational Resources for Market Profile:Originally posted by DaveS View PostwinJR.
If you go back to the first post in this thread, hegh2000 has expained the colors and a lot more. Look also at the first chart displayed there.
I also am trying to learn about MP and would like to hear of any educational recources.
"Mind over Markets" by Dalton & Jones
"Steidlmayer on the Markets" by Steidlmayer & Hawkins
Great indicator, good job.............
Leave a comment:
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
60 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
147 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
161 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
97 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
284 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Leave a comment: