Disliked{quote} Puoi entrare pił in dettaglio sulle regole di queste candele verdi e rosse? Perchč le candele che ho evidenziato non erano segnate? {immagine}Ignored
MT4 candle-by-candle manual backtesting 9 replies
Indicator for average candle size for up or down candle? 1 reply
How to make EA that send Open Price of Candle for every new candle 5 replies
Day's first H4 candle correlation to daily candle 14 replies
Correlation between first 4 hour candle and daily candle 1 reply
Disliked{quote} Puoi entrare pił in dettaglio sulle regole di queste candele verdi e rosse? Perchč le candele che ho evidenziato non erano segnate? {immagine}Ignored
Disliked{quote} Which pair? I'll have a look tomorrow. I coded the indicator and dash to the strategy on the first page. Which timeframe?Ignored
Disliked{quote} Can you give your rules in code? Are these the rules that you are using: LONG: if(Close[i] > High[i+1] && Close[i+2] > Open[i+2] && Close[i+1] > Open[i+1] && Close[i+2] < Close[i+1] && Low[i] < High[i+2] && Close[i]> Open[i]) SHORT: if(Close[i] < Low[i+1]&&Close[i+2] < Open[i+2] && Close[i+1] < Open[i+1] &&Close[i+2] > Close[i+1] && High[i] > Low[i+2]&& Close[i]< Open[i])Ignored
Disliked{quote} if(Low[i] < High[i+2])// Don't continue if(High[i] > High[i+1] && Close[i+2] > Open[i+2] && Close[i+1] > Open[i+1] && Close[i+2] < Close[i+1] && Low[i] < High[i+2] ) {file}Ignored
DislikedThe pairs i will be watching on Monday. USDJPY - buy limit {image} AUDUSD - sell limit{image} GBPUSD- sell limit {image} EURUSD- SELL limit {image} EURCHF - SELL LIMIT {image} GBPJPY - SELL LIMIT {image} And there are others also...Ignored
Disliked{quote} The line has to be marked on the high or the low of the candle, not at the close. Obviously, if the spike is short, there is not so much difference, but a long spike does it.Ignored
Disliked{quote} But you could have been short a couple of candles before, right?Ignored
Disliked{quote} Yes, if high/low is near the close, the price may want to go there, but if the wick is large, the price may not reach the close.Ignored
Disliked{quote} I am not sure. I see a short on the daily with the same system.Ignored
Disliked{quote} This system also suggests looking for a refinement entry along with higher timeframe direction. Although we see a break short on the daily, the source of that movement can be quite far up the candle. So I actually would look to go long to that level. {image}Ignored
Disliked{quote} I am not sure. I see a short on the daily with the same system.Ignored