Create coreSignal.py

This commit is contained in:
Redsandy 2022-05-08 17:46:38 +03:00 committed by GitHub
parent 015587b588
commit 1f1daab552

14
Siganls/coreSignal.py Normal file
View File

@ -0,0 +1,14 @@
class coreSignal():
def __init__ (self,
#indDict={},
name='NoName',
mode='retro',
target=None,
valeType=None
):
self.ans=None
self.name=name
#self.indDict=indDict
self.mode=mode
self.target=target # nextBar
self.valeType=valeType #price o c h l