cleanup
This commit is contained in:
@@ -24,20 +24,20 @@ from plotly.offline import init_notebook_mode, iplot
|
||||
from plotly.subplots import make_subplots
|
||||
init_notebook_mode()
|
||||
|
||||
import market_trade.CoreTraidMath
|
||||
import market_trade.CoreDraw
|
||||
import market_trade.Ind_bollingerBands
|
||||
import Siganls.coreSignal
|
||||
import market_trade.core.CoreTraidMath
|
||||
import market_trade.core.CoreDraw
|
||||
import market_trade.core.Ind_bollingerBands
|
||||
import market_trade.signals.coreSignal
|
||||
|
||||
|
||||
class SignalB_B_1(Siganls.coreSignal):
|
||||
class SignalBollingerBands1(market_trade.signals.coreSignal):
|
||||
def __init__(self,
|
||||
IndDict={},
|
||||
mode='retro',
|
||||
):
|
||||
super().__init__(name='1.1',mode=mode,target='nextBar',valeType='price')
|
||||
self.IndDict=IndDict
|
||||
self.BB=Ind_bollingerBands.BB(
|
||||
self.BB=market_trade.core.Ind_bollingerBands.BB(
|
||||
IndDict['BB']['df'],
|
||||
IndDict['BB']['params'],
|
||||
IndDict['BB']['needFig'],
|
||||
Reference in New Issue
Block a user