doesn't draw arrow or stop sign
-
Hi, I want to make a very simple EA. When the 3 halftrends on different timeframes are giving a buy signal = ARROW up, if not = STOP sign. Vice versa for sell signal.
I dont see any arrows or stop sign when I launch the EA, what am I doing wrong?
The Half trend indicator works, I previously made a EA that triggers Buy and sell orders with succes.half-trend: 0_1614334579018_half-trend.mq4
project: https://fxdreema.com/shared/vu13X2izd
Thanks in advance!
-
@hypnoise Some suggestions:
- Remove both 'Pass' blocks. They are not necessary.
- Specify candle ID 1 on all operands of all blocks.
- You are requiring the arrow sign to be true at the same time on 3 different TF. Are you sure it happens so often?
-
Yes thank you! Ill try it when i'm home. Yes it happens often. Its a trend indicator. i want the arrow to be visible as long as the 3 timeframes are in the same direction. When atleast 1 timeframe changes direction the stop sign need to be visible. So not when the timeframes switch direction at the same candle as you are suggesting i think?
-
@hypnoise Well, it depends on how often tose signals happen. I never tried that indicator. You can try alternative options to be sure it works as designed.