Working with arrows
-
Hi everybody,
I have a Indikator which draws up arrow and down arrow on the chart. Now, the ea should open a buy trade if there was a up arrow. How can I make this??? In conditions I have a left operate and a right operate, but I will only say: If the indicator draws a up arrow called "Value1
" please open a buy trade.
Thanks for your help! -
"Condition" block compares two values - left and right operand.
Try with "Indicator appear" block. -
Thanks!