3 Bar Fractal with mid-bar and bar on each side 11 replies
Seeking Help for Open & Close Trades On New Bar Open 6 replies
How do I determine what size range bar is comparable to a daily bar? 6 replies
Pin bar, pin bar, pin bar 0 replies
How to Determine when Current bar closes? 4 replies
Quoting Mtav Disliked Hi there Can someone help how to determine exactly in a EA, when new bar is open ? thk in advance Ignored
Quoting Terranin Disliked int tm; if (tm != Time[0]) { ... new bar ... tm = Time[0]; } Ignored