Count of objects (dynamic s/r project)
-
In order to create custom dynamic support and resistance with fxdreema, i want to know how much time was spend at price levels (or zones). My idea here is to plot a single object per candle median, to then count how many objects were created within a specific zone that i created. These zones will then be flagged, based on the sum of total objects created. One can consider this a type of volume profile. A high amount would reflect a high volume zone, and vise versa.
My questions are the following.
#1 While i am able to create an object for each candle, is there a way i can count the amount of objects created? I will do this between horizontal line A and B.#2 is there a way to plot objects on the past " x" candle's? I only seem to be able to find single candle ID to do this (so ID 1 for the previous candle etc). I would want to be able to put in 1440 for the previous day for example. 1440 objects will then be plotted across multiple zones, that are then defined by either many, or little time spend by price.
#3 is there a more efficient way to achieve my goal with fxdreema? Just wondering if any of you out there have some suggestions. Thanks!
-
Try this when counting objects:

And use this when counting candles:

-
@robertk I'm also using market profile with manual trading, and a few months ago, I found this project.
https://fxdreema.com/forum/topic/5734/big-challenge-for-me-at-least-count-candles-crossed-by-a-horizontal-line
Wow, for months I thought this project was emptied of the original blocks. I looked now with greater attention, and the main part of the project is on the "On chart" event tab.
Wow this is great! Glad I tried to help :), I helped myself also
So look on the On chart tab. -
Thanks for the replies! Especially the 2nd post is a nice starting reference for what i am trying to achieve. I will experiment around with it.