신호생성 repo (24. 1. 5 ~).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
271 B

import os
import pandas as pd
import numpy as np
import sys
sys.path.append('Scripts')
from preprocess_daily import DailyPreprocessor
from generate_signals import SignalGenerator
self = SignalGenerator()
self.prepare_data()
self.process_history()
self.process_movement()