Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · master
Pullback
Browse files
Oct 02, 2018
Cleaned SL display in modifyTrades - running trades section
· 9ad2b10a
syakyr
authored
Oct 03, 2018
9ad2b10a
Fixed misspelling in loadOandaData after deleteTrades
· a0e8f95f
syakyr
authored
Oct 02, 2018
a0e8f95f
Fixed MACDFlag condition after being removed due to trade_data.csv code removal
· ef017a52
syakyr
authored
Oct 02, 2018
ef017a52
Fixed getFirstStop due to hard coded periods
· 7deca56f
syakyr
authored
Oct 02, 2018
7deca56f
Sep 30, 2018
Added time condition toggle in executing trades
· cf4e6a44
syakyr
authored
Oct 01, 2018
cf4e6a44
Changed default stackNumber from 200 to 3
· 7c8b4440
syakyr
authored
Sep 30, 2018
7c8b4440
Added switch to toggle between live and practice accounts
· 1d55f4c0
syakyr
authored
Sep 30, 2018
1d55f4c0
Changed API reference in ohlcv.py
· bd7ee953
syakyr
authored
Sep 30, 2018
bd7ee953
Sep 27, 2018
Changed version to 0.4
· 88f841d4
Syakyr
authored
Sep 27, 2018
88f841d4
Reloads oandaData again after deleteTrades
· c27760c4
Syakyr
authored
Sep 27, 2018
c27760c4
Changed most variables and method names to camelCase, deleted more zombie codes
· b92f1f26
syakyr
authored
Sep 23, 2018
b92f1f26
Sep 24, 2018
Added new backtesting variables for upcoming endpoints, ohlc functions decoupled
· 7ca3b029
syakyr
authored
Sep 23, 2018
7ca3b029
Fixed some issues with regards to JPY adjustment
· 47017e56
syakyr
authored
Sep 24, 2018
47017e56
Added JPY adjustment in calcLotSize
· 8809edab
syakyr
authored
Sep 24, 2018
8809edab
Fixed index error in modifyTrades when order is deleted by removing the data...
· e7aabc56
syakyr
authored
Sep 24, 2018
e7aabc56
Fixed bug on exceptionHandler to get scriptTitle instead of scriptTag
· be122f43
syakyr
authored
Sep 24, 2018
be122f43
Sep 22, 2018
endpoints import in Pullback removed since not implemented yet
· 7df954f0
syakyr
authored
Sep 23, 2018
7df954f0
Added debug messages in exceptionHandler and main
· 3ac8ce44
syakyr
authored
Sep 23, 2018
3ac8ce44
Sep 18, 2018
Revamped Pullback.py to remove reversal, antimart and trade_data, cleaned redundant code
· e1764219
syakyr
authored
Sep 18, 2018
e1764219
Hides API object from being imported in ohlcv.py
· ec7dc013
syakyr
authored
Sep 18, 2018
ec7dc013
Change status of parameters.py to config file, need to manually create them...
· 5f1ccab7
syakyr
authored
Sep 18, 2018
5f1ccab7
Sep 15, 2018
Added environment file
· 236843c6
syakyr
authored
Sep 15, 2018
236843c6
Sep 11, 2018
Fixed OHLC bug that lagged by 1 candle
· 9e362191
syakyr
authored
Sep 10, 2018
9e362191
Added max condition to realUnits such that the algo does not spit out reversed...
· d35544dc
syakyr
authored
Sep 10, 2018
d35544dc
Modified exception function to delay longer for every successive failure
· 830d8041
syakyr
authored
Sep 09, 2018
830d8041
Changed version number, cleaned some parts of Pullback script, added microHEAT function
· 7498374d
syakyr
authored
Sep 09, 2018
7498374d
Sep 01, 2018
Update README.md
· fec2b75d
Syakyr
authored
Sep 01, 2018
fec2b75d
Added new parameter - stackNumber to determine how many stacks to be used
· a78e45f0
syakyr
authored
Sep 01, 2018
a78e45f0
Fixed sleep error after mailing exception traceback
· 2ac6b050
syakyr
authored
Aug 29, 2018
2ac6b050
Fixed sleepTime error
· 14b08a25
syakyr
authored
Aug 29, 2018
14b08a25
Added function to rerun the script if exceptions happened, mailer to send more...
· da933422
syakyr
authored
Aug 29, 2018
da933422
Removed line that limits up to 2 stacks
· 46dc73af
syakyr
authored
Aug 28, 2018
46dc73af
Modified in open_trades to ignore Reversal signal
· 8ada5e40
syakyr
authored
Aug 17, 2018
8ada5e40
Filtering Orders by Instruments
· 337a6541
Yong Chiang
authored
Aug 26, 2018
337a6541
Added Error Catcher to mail us if something goes wrong
· 6853b771
syakyr
authored
Aug 19, 2018
6853b771
Modified Pullback.py to ignore Reversal signals
· 6f3b2bd3
syakyr
authored
Aug 13, 2018
6f3b2bd3
Fixed bug in the first check of delete_trades
· bea08d01
syakyr
authored
Aug 13, 2018
bea08d01
Changed PipDiffSL to 15, Risk to 1
· cc9e6075
syakyr
authored
Aug 13, 2018
cc9e6075
Aug 17, 2018
Modified in open_trades to ignore Reversal signal
· e1f89186
syakyr
authored
Aug 17, 2018
e1f89186
Remove redundant matplotlib from func.py
· 33f32fbe
Syakyr
authored
Aug 17, 2018
33f32fbe
Loading