Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bgwrites/Forex-Trader
/ functions
Functions
15 in github.com/bgwrites/Forex-Trader
⨍
Functions
15
◇
Types & classes
5
↓ 4 callers
Method
OHLC
(self, data)
candles.py:14
↓ 4 callers
Method
enterLong
(self)
app.py:36
↓ 4 callers
Method
enterShort
(self)
app.py:40
↓ 2 callers
Method
SMA
(self, prices, length, period)
strategy.py:3
↓ 2 callers
Method
SMAprev
(self, prices, length, period)
strategy.py:6
↓ 2 callers
Method
closePosition
(self)
app.py:68
↓ 2 callers
Method
lots
(self)
app.py:53
↓ 1 callers
Method
Close
(self, data)
candles.py:37
↓ 1 callers
Method
getData
(self)
candles.py:40
↓ 1 callers
Method
getTrades
(self)
app.py:45
↓ 1 callers
Method
main
(self)
app.py:81
Method
High
(self, data)
candles.py:31
Method
Low
(self, data)
candles.py:34
Method
Open
(self, data)
candles.py:28
Method
__init__
(self)
app.py:15