- Joined
- 14 May 2013
- Posts
- 309
- Reactions
- 274
import pandas as pd
with open('Lists/SPASX100.asx.txt') as f:
asx100=f.read().splitlines()
asxdict={}
for c in asx100:
filepath='Equities/' +c +'.csv'
asxdict[c] =pd.read_csv(filepath)
Awesome idea .. i am a c++ man myself, but i've recently started teaching the kids python, which means teaching myself as well.
For anyone who's interested in trying it out, install the Anaconda version of Python. It comes preloaded with Numpy, scikit-learn, Pandas and a whole bunch of other plugins that will become useful. It saves a lot of messing around.
I'm using python 2.7.12 with sypder/anaconda.
I started using eclipse but switched to anaconda. I definitely prefer Anaconda.
As for data it would be nice if Premium data had an API esp for automatic updating of your data. But I think its not to hard to download and convert the the data to a useable process.
yep something like that would work. Not particularly familiar jscript. But if you had a script to automatically run the data updater followed by the data converter it would save you a few minutes every day.What do you need it to do ?. You can use windows scheduler to run the Data Updater.
You can set up a jscript and schedule that can auto dump amibroker (premium data) data.
Is this something that would work or do you need something different ?
Had a look at the link because I am always interested in learning something within my intelligence capabilities and found this quote disturbingTakes so many lines of code as opposed to 2-3 lines in amibroker.
I guess the good think is once i making these codes I can reuse it!
4 million lines of code and then optimise the lookback periods. Everyone should know that optimising to fit the historical data is fruitloops and you can never beat the lag of an indicator that uses average price data.In subsequent articles we will create a more sophisticated means of analysing performance, as well as describing how to optimise the lookback periods of the individual moving average signals.
Greetings --What do you need it to do ?. You can use windows scheduler to run the Data Updater.
You can set up a jscript and schedule that can auto dump amibroker (premium data) data.
Is this something that would work or do you need something different ?
All my updates and explorations are run at 5am for ASX and 5pm for US.
Had a look at the link because I am always interested in learning something within my intelligence capabilities and found this quote disturbing
4 million lines of code and then optimise the lookback periods. Everyone should know that optimising to fit the historical data is fruitloops and you can never beat the lag of an indicator that uses average price data.
What you described is exactly what I am doing.My understanding the following, and may be wrong:
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?