@miki unfortunately it doesn't work that way. I should probably use other methods. Thank for helping
Posts made by Prometheus
-
RE: Problem to compare Daily Candle high with H1 candle close!posted in Questions & Answers
-
RE: Problem to compare Daily Candle high with H1 candle close!posted in Questions & Answers
@miki I wanna create EA that function in multi time frame (D-H1).
let say we have a candle in daily that closed (candle id = 1).
I wanna know when price in H1 time frame will cross above the High of Daily candle (ID = 1).
Actually The problem is not about candle id, instead I want to buy or sell when price crosses above high of Daily candle in H1 time frame. -
RE: Problem to compare Daily Candle high with H1 candle close!posted in Questions & Answers
dear @miki let me show what I mean by an example:
We have 2 candle in Daily time frame with specific properties.
I want to find a candle in H1 time frame that closes above the candle 1.

-
Problem to compare Daily Candle high with H1 candle close!posted in Questions & Answers
At first step I created an EA to compare to candle with different specification in Daily time frame. (candle ID = 2 , candle ID = 1)
I couldn't solve the second part :
I want to check if price in H1 time frame closes above the high of Candle ID =1.
Note that we don't know in how many candle in H1 it takes to cross above High of Candle ID 1.
Here is the problem: I cant figure out how to compare two different time frame candle id! -
I think there is a bug using ATR indicator!posted in Bug Reports
[0_1607802670565_test.ex4](Uploading 100%) [0_1607802650701_test.mq4](Uploading 0%) [0_1607802648533_test.ex4](Uploading 100%) I tried a simple expert. Sell if candle body size < ATR. Surprisingly it doesn't work! How can you explain that?!