RSI-Stoch-MA-EA/train_nn.py
SahrJohn dd501f6392
Some checks failed
Build and Deploy MT5 EA / build (push) Failing after 43s
Build and Deploy MT5 EA / deploy (push) Has been skipped
new files added
2026-02-17 15:29:40 -06:00

15 lines
243 B
Python

# 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()