17 lignes
281 o
Text
17 lignes
281 o
Text
|
|
# Copyright 2025, MetaQuotes Ltd.
|
||
|
|
# https://www.mql5.com/en/users/johnhlomohang/
|
||
|
|
|
||
|
|
##Gather Historical Data
|
||
|
|
%run GettingHistData.py
|
||
|
|
|
||
|
|
##Feature Engine
|
||
|
|
%run Features.py
|
||
|
|
|
||
|
|
##Model Definition
|
||
|
|
%run Model.py
|
||
|
|
|
||
|
|
##Training Pipeline
|
||
|
|
%run Train.py
|
||
|
|
|
||
|
|
##Flask Server
|
||
|
|
%run Server.py
|