Hello... is there anyway to add an option on the MT4 version of the Market Profile indicator to calculate Value Area, and POC based on TPO? not Volume or Tick data...
Not sure what you propose here. The Market Profile indicator already calculates VA and POC based on TPOs. However, TPOs themselves are calculated based on price data.
 
Not sure what you propose here. The Market Profile indicator already calculates VA and POC based on TPOs. However, TPOs themselves are calculated based on price data.
Sorry About the confusion, I thought you were using Forex "Volume" to calculate VAH, VAL, and POC, but I was wrong. I changed the settings on the Value Area to 68 instead of 70 and now I'm getting the levels i want. So now for my question, is it possible to add 30 min timeframe to the intraday setting? it wont let me go above 15min, I can use 30min with the daily setting, but there i cant modify a start and end time for the profile, also i dont know if its possible to add an option in the Value Area Ray and Median Ray settings to plot previous VAH,VAL,POC from a higher Time Frame? For example I want to plot previous day 30 min VAH VAL POC on a 5min chart etc...
 
The MTF feature that i'm asking about is really secondary... the important thing is being able to use the 30 Min time frame with the intraday setting
 
The MTF feature that i'm asking about is really secondary... the important thing is being able to use the 30 Min time frame with the intraday setting
I might add the M30 timeframe in the next version. Meanwhile, you can use the MP on any timeframe with arbitrary start and finish time using the rectangular session.
 
Hi! A good indicator! You can add a count above/below the POC of the TPO value as shown in the screenshot.
 

Attachments

  • 2024-07-28_16-31-18.jpg
    2024-07-28_16-31-18.jpg
    204.7 KB · Views: 11
Hello,
I would like to suggest a change for a future version of Market Profile.

Would it be possible to include a flag to not generate data for the current period?

If I select 5 weeks, I don't want to see the current data, supports, etc.
Post automatically merged:

Hello,
I would like to suggest a change for a future version of Market Profile.

It would be possible to include in the options, in the month, week, day, etc. button

Include a half-yearly option (every 6 months, January to June, July to December).

Include an annual option

Include a quarterly option (every 3 months, January to March, April to June, July to September and October to December) This has to do with the quarterly balance sheet of companies.
 
Hello,
I would like to suggest a change for a future version of Market Profile.

Would it be possible to include a flag to not generate data for the current period?

If I select 5 weeks, I don't want to see the current data, supports, etc.
You should be already able to do that by changing the start date in the input parameters.
I would like to suggest a change for a future version of Market Profile.

It would be possible to include in the options, in the month, week, day, etc. button

Include a half-yearly option (every 6 months, January to June, July to December).

Include an annual option

Include a quarterly option (every 3 months, January to March, April to June, July to September and October to December) This has to do with the quarterly balance sheet of companies.
I'll see if that's doable.
 
You should be already able to do that by changing the start date in the input parameters.

I'll see if that's doable.

** You should be already able to do that by changing the start date in the input parameters. **
But I wanted to remove the last period and not change the 'start'




** I'll see if that's doable. **
My request is based on a study that aims to see the volume traded in comparison to the quarterly results of companies' balance sheets. If possible, I would appreciate it for a future version.
 
** You should be already able to do that by changing the start date in the input parameters. **
But I wanted to remove the last period and not change the 'start'
Not sure what you mean. If you want to omit the current week, you can set the start date to July 27 for example and it will do just that. Don't forget to set StartFromCurrentSession to false of course.
 
Hi @Enivid, Thank you for this great indicator. I couldn't read the buffer values to get VAH and VAL for the latest profile formed.
I tried below code but no success:
Code:
            TPO_Handle=iCustom(Symbol(), PERIOD_M30, "MarketProfile");
            CopyBuffer(TPO_Handle, 4, 1, 1, TPO);
            SetIndexBuffer(4,TPO,INDICATOR_DATA);
            Comment(DoubleToString(TPO[0], 5) + " -" + DoubleToString(TPO[1], 5) + " -" + DoubleToString(TPO[2], 5) + " -" + DoubleToString(TPO[3], 5) + " -" + DoubleToString(TPO[4], 5) + " -" + DoubleToString(TPO[5], 5));

Could you please help me on this?
 
Hi @Enivid, Thank you for this great indicator. I couldn't read the buffer values to get VAH and VAL for the latest profile formed.
I tried below code but no success:
Code:
            TPO_Handle=iCustom(Symbol(), PERIOD_M30, "MarketProfile");
            CopyBuffer(TPO_Handle, 4, 1, 1, TPO);
            SetIndexBuffer(4,TPO,INDICATOR_DATA);
            Comment(DoubleToString(TPO[0], 5) + " -" + DoubleToString(TPO[1], 5) + " -" + DoubleToString(TPO[2], 5) + " -" + DoubleToString(TPO[3], 5) + " -" + DoubleToString(TPO[4], 5) + " -" + DoubleToString(TPO[5], 5));

Could you please help me on this?
Ok I figured it out. Since there are multiple profiles on the chart, it is an array of course 🙂
 
Hi there
love the work its the best out there
dint see your reply to the member that asked if you could add the buys and sells by count
I think its important especially when you want to see the volume delta that could signal possible shifts.

Also I have the recent one and I cant see the TPO option is this referiing to the median or did i get mixed up
 
dint see your reply to the member that asked if you could add the buys and sells by count
I think its important especially when you want to see the volume delta that could signal possible shifts.

That's something that might be added in the future version. I responded to that user in another thread.

Also I have the recent one and I cant see the TPO option is this referiing to the median or did i get mixed up

Which TPO option?
 
That's something that might be added in the future version. I responded to that user in another thread.



Which TPO option?
Thank you for the prompt response
I mean like the Time price opportunity in general I see nthing on it.Is it there?
and if it is..is it a different name coz am seeing it discussed but cant trace the settings.

Last question.
my mt4 getting slow do i use the same settings you use on crypto to solve the issue?