RSI-Stoch-MA-EA/train_nn.py

15 lines
243 B
Python
Raw Permalink Normal View History

2026-02-17 15:29:40 -06:00
# Copyright 2026, MetaQuotes Ltd.
# https://www.mql5.com
from datetime import datetime
import MetaTrader5 as mt5
import tensorflow as tf
import numpy as np
import matplotlib.pyplot as plt
mt5.initialize()
# you code here
#
mt5.shutdown()