A Code block to detect A “New Candle/Bar” using bars history (very effective way) – EA MetaTrader 5
In previous code I used the time to detect a new bar. This time let’s use the bars count to detect a new bar. it’s way lighter and faster than using the time method. Declare the variables in integer data type to store the bar counts. Assign the bars count for the “BarsTotal_OnInt” at the … Read more