Search results

  1. fan27

    Historical 1 minute data request

    Perhaps create a thread in this forum and ask if anybody is willing to (for payment) help get your strategy programmed in AmiBroker. https://www.elitetrader.com/et/forums/trading-software.3/
  2. fan27

    Historical 1 minute data request

    Checkout Amibroker. https://www.amibroker.com/guide/h_optimization.html
  3. fan27

    Historical 1 minute data request

    Not sure what you would need in terms of back-testing software because I don't know what your trading rules are. Without giving away your exact system, what are your rules for buying and selling?
  4. fan27

    Historical 1 minute data request

    Kevin...THANK YOU!! That is all I need!! I will make a post when my module is done. My ultimate goal is to rewrite the guts of my current back-testing system in Go and will make it freely available via my GitHub repository. Thanks again man!! fan27
  5. fan27

    Historical 1 minute data request

    I found cheap options for data via the search....but what I need is just one file so I can finish writing software which will likely be valuable to others and will be freely available.
  6. fan27

    Historical 1 minute data request

    I am currently working on an open source Golang module (marketdata) that will convert time series data in CSV format to larger time frames and link the data sets for easy backtesting of multiple time frames together. I can easily get daily historical daily data. Could anyone help we out by...
  7. fan27

    Watch Elon Musk and SpaceX Team Freak Out Over Historic Rocket Launch

    He is a business man. If he can get support from the government, why wouldn't he?
  8. fan27

    Frequent small profits, rare large losses...

    90% win rate where a win is $1 and a loss is $20. Assuming you start with $20 you are very likely to be broke in less than 20 trades.
  9. fan27

    Frequent small profits, rare large losses...

    How big was your loss in relation to your average win?
  10. fan27

    Man....Go is FAST!

    Checkout the packages available here: http://go-search.org/. I already found a Go implementation of ta-lib which has all standard indicators so the code I am writing is code I would have to write regardless of the language I chose. But to your point, Go is a new language so there will not be...
  11. fan27

    Man....Go is FAST!

    Not sure what I plan to ultimately do with my site. For now I am re-writing the functional components into Go packages which could be run from the command line with the expectation that I will eventually incorporate them into my site. The packages will be open sourced so anyone with a little...
  12. fan27

    Man....Go is FAST!

    Simples...thanks for that excellent post! Fantastic!!
  13. fan27

    Man....Go is FAST!

    Those are some pretty good stats! Here is my site: http://fasterbull.com/ It's current architecture is not very good but building it was a good learning exercise and while the strategy portfolio feature is somewhat crude in its implementation, it does offer features that I have not seen in...
  14. fan27

    Man....Go is FAST!

    Good to know wintergasp. To reproduce what I have in my website I just need to read data into arrays, calculate indicator values and then loop over the data. I have not advanced yet to any machine learning techniques. One option with Go is wrap C code in Go. What language(s) do you use for...
  15. fan27

    Man....Go is FAST!

    Go vs C++ http://benchmarksgame.alioth.debian.org/u64q/compare.php?lang=go&lang2=gpp Based on the link above, Go is very competitive with C++. Go vs Python https://benchmarksgame.alioth.debian.org/u64q/compare.php?lang=go&lang2=python3 Assuming the benchmarks above are accurate, Go totally...
  16. fan27

    Man....Go is FAST!

    I have started to rewrite the guts of my back-testing website in Go and I am blown away by its speed! I will be creating Go packages for each piece of functionality and will be open sourcing them. The first package I am going to write is the marketdataloader package. It will handle CSV data...
  17. fan27

    Gaining Muscle and Losing Fat (2015)

    I have been doing great with my workouts but the "diet" is killing me!! Having kids and thus sweets constantly in house is challenging to say the least.
  18. fan27

    Afghan Refugee Arrested For Rape, Murder Of Top EU Official’s Daughter Jacob Bojesson Foreign Corres

    The immigration issues the USA faces pale in comparison to the shit that is going on in Europe. RIP to the girl who was raped and murdered. Tragic.
  19. fan27

    What universe am I living in?

    The clip is legitimate. I have heard Matthews making similar suggestions recently regarding what should be Trump's closing argument.
Back
Top