This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| """ | |
| Created on Sun Sep 28 18:48:04 2014 | |
| @author: assa | |
| """ | |
| from ib.opt import Connection, message | |
| from ib.ext.Contract import Contract | |
| from ib.ext.Order import Order |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| """ | |
| Created on Wed Nov 26 13:35:55 2014 | |
| @author: assa | |
| """ | |
| import time | |
| import numpy as np | |
| import pandas as pd |
NewerOlder