Well.. please tell me what to do? I am not talking about the ZigZag. It is doing its job perfectly. I need to find price candleID based on my custom indicator highest/lowest value between A and B. Do I need to change something in my custom indicator?
Maybe this function will still remain unsolvable...
Latest posts made by stoqn4o89
-
RE: Need help with coding a custom blockposted in Questions & Answers
-
RE: Need help with coding a custom blockposted in Questions & Answers
I don't quite understand what you mean. There is no buffer that saying any candle. Only shows OHLC values for each candle in real time tick by tick.
I have candleIDs of the price Lows and Highs from the ZigZag advanced topic. I think there is a function to find highest/lowest value of the indicator between candleID-A and candleID-B but how to get the corresponding price candleID of this highest/lowest value.
How is this so complicated that nobody still figure it out? I searched the forum and didn't find anything... -
RE: Need help with coding a custom blockposted in Questions & Answers
I know that there is no such fxdreema function. Thats why I am asking for help for some custom block code.
The indicator is this red/green candles below the price chart (images above). Buffers gives OHLC values like a regular candle. When the candle closes we have four indicator values. Open value, highest value, lowest value and close value. It is candle by candle. No continuous line or number on the chart.
The goal is to find the candleID between candleID-1 and the L1 or L2 on the zigzag. -
Need help with coding a custom blockposted in Questions & Answers
Hello. I need help about coding a custom block.
https://fxdreema.com/shared/KDp7hioTd
This is one part of the project where I need help.
I did a lot of search and there are some posts about that but with no solution...This custom indicator use buffer 9 to get highest value of a indicator candle and buffer 10 for lowest value. Using highest indicator value from candleID1 to zigzagH1 I want to get the corresponding candleID. The candleID based on highest or lowest value of the indicator.
I know in this image it is the same candle as the Zigzag high but it's not everytime the same..
Sometimes the indicator highest/lowest candle is different from the zigzag high/low

I need help about finding the candleID based on highest or lowest value of a indicator...
There is no such function and it have to be custom code that I can't do.
I appreciate any help. Thanks in advance!