Experts/TM-Python-v1/TM1.py
super.admin da793cc2e1 convert
2025-05-30 14:54:10 +02:00

12 lines
189 B
Python

# Thorsten Fischer Copyright 2020
# https://mql5.tfsystem.de
import MetaTrader5 as mt5
#//import matplotlib.pyplot as plt
mt5.initialize()
# you code here
#
mt5.shutdown()