Get signal from candle ID1
-
Hi there! Please how to get signal from arrows without indicator buffers?
@jstap you have already solved a very similar topic few months ago, this is the link
https://fxdreema.com/forum/topic/13998/how-to-get-the-signal-of-the-arrows-when-it-is-on-the-candle-id1/9This one is another indicator, i don't know how to get the right name of the arrows, i know the price coordinates instead, but sometimes that price match with others arrows in the past on chart, and this is not good. Have you any input to solve it?
Indicator 0_1646670356477_double-top-bottom-patterns.ex4
Project https://fxdreema.com/shared/V5sxtWfvd

-
@ambrogio What you did is correct. The problem is that the indicator repaints. The reason why sometimes the arrow is correctly positions and sometimes not is because the EA identifies correctly all figures all the time, but the indicator moves it later. This is not a reliable indicator for an EA unless you are ready to accept those bad entries.
-
@jstap I used a trick to solve the problem, it is not very orthodox, i change the color of past objects, what do you think about?
-
@ambrogio I think that buffers needed should already be in the indicator, if there not then whatever means work is the only and best idea.
-
@jstap said in Get signal from candle ID1:
@ambrogio I think that buffers needed should already be in the indicator, if there not then whatever means work is the only and best idea.
Unfortunately for the buffers I only have the ex.4 file, anyway it's fine even so, thanks.
-
@ambrogio said in Get signal from candle ID1:
@jstap said in Get signal from candle ID1:
@ambrogio I think that buffers needed should already be in the indicator, if there not then whatever means work is the only and best idea.
Unfortunately for the buffers I only have the ex.4 file, anyway it's fine even so, thanks.
id recommend using the AutomaticZigZag indicator in MQL5 market. Its free. Stanislav Korotky is the dev.