THE PRICE HISTOGRAM EA----NEED HELLLPPPP
-

Hello all of you friends,
I want to use the indicator called "market profile" or "price histogram" that you see in the picture below in my ea strategy.
Secondly, the indicator I want to include in my strategy is the "PZ Reversal Fractals MT5" indicator, you can see it in the picture above.
My EA strategy should be like this:- Candle, SELL transaction will open from the top of the price histogram (where I marked in the first picture.)
TP: It will be the place I specified as --9217.7 PRICE
2)Candle, BUY transaction will open from the bottom of the price histogram (where I marked in the first picture.)
3)When the reversal fractal is displayed, the trade will open in that direction.
It will be the place I specified as TP:.-9217.8 PRICE

INDICATORS ARE ATTACHED.
PLEASE HELP ME1_1630502384747_PZ Reversal Fractals MT5.ex5 0_1630502384743_MarketProfile.ex5@l-andorrà , @roar , @miro1360 , @TipsyWisdom , @fabiobioware , @trader-philipps , and all my friends please help please...
- Candle, SELL transaction will open from the top of the price histogram (where I marked in the first picture.)
-
@ladydolares First things first. Can you provide the mq5 files instead? Are you COMPLETELY sure any of those repaint?
-
hello again,yes there are not repaint I am sure....
The indicators I downloaded from the mt5 store, unfortunately, do not give them in mq5 format. -
@ladydolares Ok. Now we need to be completely sure thay are correctly identified by fxDreema. Did you import them into your account and the required buffers are all visible?
-
@l-andorrà PZ REVERSAL INDICATOR seen empty as in the picture.But profile market indicator seen looks right.
this picture is PZ indicator:

-
@ladydolares I can show you how to add to FXDreema, don't know how well will work though as I couldn't get either to work on back test, fractals not even on live chart.
When you load an ex5 indicator as in your picture and then click new for the input you get the place to add the input as in the same as you get in MT5.

The type is the symbols on the left in picture it is listed like this.

If you have a int depicting something like time frame go on to a FXdreema condition block select what is in the input and count down until you get to the relevant place.

In that picture M12 == 8
Do all this the same (including spelling and format) the same as inputs.
Push new for as many buffers as you believe are there, these can be named as you would like.
Once done and updated put all buffers into a comment block as number, if these represent a fixed number then you will see them change as and when required, if they represent something that only shows as a signal (like indicator appear) then it will have a 0 most of the time and then flick to a greater number when this happens.
Hope this helps.
-
@jstap I'm sorry please, I'm a very newbie as this is the first time I'm doing something like this. I did not understand the last information you wrote.
-
@ladydolares No I am talking about the list on the left of the inputs, when you open in MT5 you will get all the required inputs.
-
@jstap

I wrote all the entries as you said. but it gives an error as in the picture...where did I go wrong?
-
@ladydolares Sometimes this happens probably just a simple error, as default name you have DodgerBlue with a space, you have 3 strings not in the FX list so potentially causing errors, make these 2 lists match perfectly so the order is the same and see what happens.
-
@jstap Let's forget about the pz indicator.
Market Profile Indicator has been added completely and without errors.
I want to open a buy trade at the price that coincides with the highest point of the candle, the market profile indicator, and sell at the price that coincides with the lowest point.
How should I do this? How should the project be?

-
@ladydolares This depends on if there are buffers depicting these points, even if lines are drawn they can be referenced. once a way of referencing is known we will know how to make EA do somthing.
-
I explained how I want to use this indicator. How can I do this strategy in the form of a project? Is there a fxdreema angel that can help me?
Believe me, I will pray for him all my life.
0_1630606792926_MarketProfile.ex5 -
@ladydolares Did you try any initial project to begin with? Asking for other to do it from scratch is not specially nice. Just saying

-
@l-andorrà I didn't ask anyone to make it from scratch. I just couldn't figure out how the indicator would be visible on the robot, with which block to make it.
-
@ladydolares Ok. I will help you. Can you please share the last version of your EA to check it out?