MCPcopy Create free account

hub / github.com/anfederico/clairvoyant / functions

Functions39 in github.com/anfederico/clairvoyant

↓ 17 callersMethodClosePosition
(self, Position, Percent, CurrentPrice)
clairvoyant/exchange.py:84
↓ 15 callersMethodTotalValue
(self, CurrentPrice)
clairvoyant/exchange.py:99
↓ 12 callersMethodEnterPosition
(self, Type, EntryCapital, EntryPrice, ExitPrice=0, StopLoss=0)
clairvoyant/exchange.py:69
↓ 3 callersMethod__init__
(self, InitialCapital)
clairvoyant/exchange.py:59
↓ 3 callersMethodfit
(self, X, y)
clairvoyant/engine.py:18
↓ 2 callersMethod__init__
(self, **kwargs)
clairvoyant/engine.py:14
↓ 2 callersMethodstart
(self, data, capital=None, logic=None, simulation=False, **kwargs)
clairvoyant/engine.py:41
↓ 1 callersMethodClose
(self, Percent, CurrentPrice)
clairvoyant/exchange.py:41
↓ 1 callersMethodPurgePositions
(self)
clairvoyant/exchange.py:93
↓ 1 callersMethodShow
(self)
clairvoyant/exchange.py:28
↓ 1 callersMethodbuyStats
(self)
clairvoyant/engine.py:199
↓ 1 callersFunctionchange
(d1, d2)
clairvoyant/helpers.py:1
↓ 1 callersMethodpredict
(self, Xs)
clairvoyant/engine.py:24
↓ 1 callersMethodsellStats
(self)
clairvoyant/engine.py:203
MethodClose
(self, Percent, CurrentPrice)
clairvoyant/exchange.py:51
MethodShowPositions
(self)
clairvoyant/exchange.py:96
Method__init__
(self, Type, Date)
clairvoyant/exchange.py:4
Method__init__
(self, Type, Date, Shares, Entry, Exit)
clairvoyant/exchange.py:11
Method__init__
(self, No, EntryPrice, Shares, ExitPrice=0, StopLoss=0)
clairvoyant/exchange.py:20
Method__init__
(self, No, EntryPrice, Shares, ExitPrice=0, StopLoss=0)
clairvoyant/exchange.py:37
Method__init__
(self, No, EntryPrice, Shares, ExitPrice=0, StopLoss=0)
clairvoyant/exchange.py:47
Method__init__
(self, features, trainStr, trainEnd, testStr, testEnd, buyThreshold=0.65, sellThreshold=0.65, continueTraining
clairvoyant/engine.py:29
Method__init__
(self, features, trainStr, trainEnd, testStr, testEnd, buyThreshold=0.65, sellThreshold=0.65, continueTraining
clairvoyant/engine.py:187
Method__init__
(self, features, trainStr, trainEnd, testStr, testEnd, buyThreshold=0.65, sellThreshold=0.65, continueTraining
clairvoyant/engine.py:220
Method__str__
(self)
clairvoyant/exchange.py:7
Method__str__
(self)
clairvoyant/exchange.py:16
Methodchart
(self, name)
clairvoyant/engine.py:252
Methodconditions
(self)
clairvoyant/engine.py:133
Functionprofit
(capital, multiplier)
clairvoyant/helpers.py:4
Methodstart
(self, data, **kwargs)
clairvoyant/engine.py:196
Methodstart
(self, data, capital, logic, **kwargs)
clairvoyant/engine.py:223
Methodstatistics
(self)
clairvoyant/engine.py:207
Methodstatistics
(self)
clairvoyant/engine.py:226
Methodtest_both
(self)
tests/testexchange.py:74
Methodtest_decimals
(self)
tests/testexchange.py:91
Methodtest_errors
(self)
tests/testexchange.py:10
Methodtest_long
(self)
tests/testexchange.py:26
Methodtest_short
(self)
tests/testexchange.py:50
Methodvisualize
(self, name, width=5, height=5, stepsize=0.02)
clairvoyant/engine.py:156