12 lines
189 B
Python
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()
|