heikin expert shadow problems
-
HI,
I am creating an expert that allows you to operate when, in the case of a buy operation, the Heikin has no lower shadow and in the case of a short operation, an upper shadow. In my expert I looked for all the possible solutions to ensure that it only reads the heikin without spike but I didn't succeed. Can you help me? Thank you.
-
Check if open = high or low
-
@jstap Hi, thanks for replying, I followed one of your posts to identify the variables like you did. but I notice that it often comes in anyway even when there is shade. I'll send you the modified project with your indications. https://fxdreema.com/shared/gfaD73Rvd Can you understand why sometimes he opens trades even when there is darkness?
-
Could you tell me if the reasoning is correct to identify no upper and lower shadows as seen in the photo?
-
For no shadow high or low == open, draw lines on the chart so you can see what each value is doing, and think the standard blocks are now working.
-
@jstap ok thank you!
