Skip to content

Commit

Permalink
Merge pull request tradytics#3 from silvavn/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
silvavn committed Sep 13, 2020
2 parents 9d7432d + 57a7551 commit 53071f3
Show file tree
Hide file tree
Showing 10 changed files with 1,173 additions and 355 deletions.
181 changes: 168 additions & 13 deletions notebooks/Demo.ipynb → .ipynb_checkpoints/Demo-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,183 @@
"text": [
"\n",
"--* Eiten has been initialized...\n",
"\n",
"\n"
]
}
],
"source": [
"et = Eiten()"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
" 0%| | 0/9 [00:00<?, ?it/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"\n",
"--> Data engine has been initialized...\n",
"Loading all stocks from file...\n",
"Total number of stocks: 9\n",
"\n",
"--$ Simulator has been initialized\n",
"\n",
"--= Strategy manager has been created...\n",
"Genetic algo strategy has been created\n",
"Minimum Variance strategy has been created\n",
"Eigen portfolio strategy has been created\n",
"Maximum sharpe ratio strategy has been created\n",
"Helper functions have been created\n",
"\n",
"--# Backtester has been initialized\n",
"\n",
"Loading data for all stocks...\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
" 11%|█████████▎ | 1/9 [00:00<00:04, 1.89it/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Exception 'numpy.ndarray' object has no attribute 'fillna'\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
" 22%|██████████████████▋ | 2/9 [00:00<00:03, 2.28it/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Exception 'numpy.ndarray' object has no attribute 'fillna'\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
" 33%|████████████████████████████ | 3/9 [00:00<00:02, 2.65it/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Exception 'numpy.ndarray' object has no attribute 'fillna'\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
" 44%|█████████████████████████████████████▎ | 4/9 [00:01<00:01, 2.84it/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Exception 'numpy.ndarray' object has no attribute 'fillna'\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
" 56%|██████████████████████████████████████████████▋ | 5/9 [00:01<00:01, 3.12it/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Exception 'numpy.ndarray' object has no attribute 'fillna'\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
" 67%|████████████████████████████████████████████████████████ | 6/9 [00:01<00:00, 3.43it/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Exception 'numpy.ndarray' object has no attribute 'fillna'\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
" 78%|█████████████████████████████████████████████████████████████████▎ | 7/9 [00:01<00:00, 3.69it/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Exception 'numpy.ndarray' object has no attribute 'fillna'\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\r",
" 89%|██████████████████████████████████████████████████████████████████████████▋ | 8/9 [00:02<00:00, 3.92it/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Exception 'numpy.ndarray' object has no attribute 'fillna'\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"100%|████████████████████████████████████████████████████████████████████████████████████| 9/9 [00:02<00:00, 3.73it/s]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Exception 'numpy.ndarray' object has no attribute 'fillna'\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\n"
]
}
],
"source": [
"et = Eiten()"
"data_dict = et.load_data()"
]
},
{
Expand Down

0 comments on commit 53071f3

Please sign in to comment.