[MQL5] EA Basic Check function wilin' out, MT5 bar download increase more chunky instead of granular
Channel:
Subscribers:
142
Published on ● Video Link: https://www.youtube.com/watch?v=70oPOQ5Wfvs
I should add a delay to the Basic Check function if it fails a certain # of times in a row, probably by using a counter and having it exit if the counter doesn't hit certain multiples (modulus 0) -- Don't wanna use Sleep() because that pauses the entire EA I believe.