Indicator without Buffer
-
Hello! I have an indicator that has no buffer, but draws arrows. How can i handle these? Thank you!
-
probably very hard, ... best if you find logic on which arrows drawing is working and this logic you replicate into fxdreema blocks
-
I have also struggled with trying to do this but I think I found the solution. The object that the indicator creates (arrow for example) must be found and deleted. Once that happens another arrow must be created to take its place. Since you can name that arrow whatever you want, you now have a condition to go by.

-
See what the flow of the object name is , if it's hard to tell what the next object will be just use the specific color on select object by name .
Attach the ea on chart that looks for the object names /colors and also the indicator that draws them. Then you don't have to spend so much time.