Forum

Cant plot full contents of buffer.

So am trying to make an indicator that gives the ratio between each candles volume and its body size(close-open). But i just cant seem to be able to print a plot for all available bars in history. It always stops plotting at index 35(the 36thbar).As new candles come in it works fine it plots a new

Email API

Hello is there a way mql5 can be used to send emails, I am trying to write an EA that sends me emails, incase certain criteria is met, is that possible

Opening different terminals using python API

def start_mt5_terminal(account_credentials): for account in account_credentials: start_time = time.time() # Start the timer mt5.initialize( 'D:\MT5\MT5_1\terminal64.exe' ) # type: ignore time.sleep( 30 ) # Connect to the terminal if not mt5.login(account[