Would using just 3 bars typically be considered too little context for reliable signals?
I was thinking of using multiple time frames in this analysis such as daily, 12h, 8h, 6h, 4h, 3h, 2h, 1h, 30 min, 20 min, 15 min, 12 min, 10 min, 6 min, 5 min, 4 min, 3 min, 2 min, and 1 min. The reason for this is because when I have looked at historical data. The high and low of the day is always shared with the high and the low of it's smaller time frames. Would there be a better and more accurate way to perfecr reversals? Thank you for all your help and kindness. I have also seen the reversal or continuation signal on the daily time frame is shared for the entry signal of the smaller time frames.
If the entire signal logic only encompasses 3 bars in total, you will likely have a lot of losses unfortunately. Many indicators find the trend by constantly examining market prices bar by bar, and trend following indicators are built with sophistication for reliably seeking the true trend. In this case you're not using an indicator, and arbitrarily taking a gamble on 3 bars of analysis. Volume on the current bar is also always chaotic moving up and down constantly.
I understand, thank you for explaining it to me. I was thinking of using multiple time frames in this analysis such as daily, 12h, 8h, 6h, 4h, 3h, 2h, 1h, 30 min, 20 min, 15 min, 12 min, 10 min, 6 min, 5 min, 4 min, 3 min, 2 min, and 1 min. The reason for this is because when I have looked at historical data. The high and low of the day is always shared with the high and the low of it's smaller time frames. Would there be a better and more accurate way to perfecr reversals? Thank you for all your help and kindness. How can one understand the current market volume correctly if it is too chaotic to trust it's accuracy?
I understand, thank you for explaining it to me. I was thinking of using multiple time frames in this analysis such as daily, 12h, 8h, 6h, 4h, 3h, 2h, 1h, 30 min, 20 min, 15 min, 12 min, 10 min, 6 min, 5 min, 4 min, 3 min, 2 min, and 1 min. The reason for this is because when I have looked at historical data. The high and low of the day is always shared with the high and the low of it's smaller time frames. Would there be a better and more accurate way to perfecr reversals? Thank you for all your help and kindness. How can one understand the current market volume correctly if it is too chaotic to trust it's accuracy?

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi! I wanted to ask if someone could spot my 'logic' with regards to perfecting reversals wether bullish or bearish.
Bearish reversal:
High[1] > High[2] && Open[0] < Close[1] && Volume[0] > Volume[1]
Bullish reversal:
Low[1] < Low[2] && Open[0] > Close[1] && Volume{0] > Volume[1]
Obviously this isn't the code but a simple rough draft of the logic. Is my understanding of reversals correct or incorrect with regards to perfecting these techniques?