Forum

Copilot saying "you exceeded your current quota please check your plan and billing details"

Hello, Please I'm trying to make a prompt to the copilot but it is saying "you exceeded your current quota please check your plan and billing details". What should I do

error(-4, 'Terminal: Not found')

I'm trying to run this code I got from the documentation page: from datetime import datetime import MetaTrader5 as mt5 # connect to MetaTrader 5 if not mt5.initialize(): print("initialize() failed") mt5.shutdown() # request connection status and parameters print(mt5.terminal_info()) # get