Heiken Ashi Buffers
-
Hi
I have an Indicator that I am trying to get the buffers correct on in the condition blocks before I add other blocks. I am checking my setup by adding Draw arrow blocks & then running what I have through the EA Tester. Here is what I get... EA_Test_results.png [attachment=1:vrm2uqhd]https://fxdreema.com/shared/yndLq7dzc
-
I will not fix this indicator even if it's bad. What can I say... you have it, you can check if it works, you decide to use it or not.
If Candle 0 works, work with it. Candle 0 is the current candle. Some indicators have values for that candle, others don't. If you don't have value that you can use for Candle 0, then you can't use the value that is there (EMPTY_VALUE in most cases). If this is the case, yu can probably use the value of Candle 1. But if you don't like it, well, what can I do about it? Indicators are not crystal balls, they only convert history data into lines, histograms or arrows.
-
Fx Dreema
Thank you for your help.
My issue was not with where the Indicator placed the arrows but where my EA was placing the diamonds. i.e one bar after the indicator arrow.
I have found the fault. It has to do with the Draw Arrow placement, I had time set at Candle ID 0 and Price at ID 1. Both should have been the same to get the position of the diamond where I wanted it.

Thank you for such a great product