Recent content by kiwifxguy

  1. K

    Machine Learning

    Sorry for the late reply, this forum doesn't always inform me of new posts. Seems to be working ok at the server end.
  2. K

    Machine Learning

    Hi Erkan (aka xyz1453), Sorry you feel this way. However since you've posted in a public forum, I feel obligated to respond here. Your first email for support was: to which my response was I can only give specific responses to specific questions. It seemed that you hadn't read the manual or...
  3. K

    Machine Learning

    Hi KillerKhan, This should be able to be achieved using the CSV feature. There's a tutorial here: http://www.deep-thought.co/tutorials/using-mt4-indicators. You'll need to modify the EA with your logic to extract the data for live trading. I haven't tested DeepThought with MT5 - are any brokers...
  4. K

    Machine Learning

    Hi KillerKhan, For deep learning I've been more looking into libraries that use the GPU such as http://gpumlib.sourceforge.net. You could use a Python script (a 'python predictor') to interface between DeepThought and those Java libraries. I may look at GP sometime but from what I've read...
  5. K

    Machine Learning

    Yes, the backtester always runs on the 1 minute time frame. All higher time frame candles are created dynamically from the 1 minute candles as they are 'pushed' through the backtester in the same way as would happen when running on a live market. At the end of each 1 min candle the take-profit...
  6. K

    Machine Learning

    To contradict myself, there is now a 60 day trial of the current commandline version. Everything's in the trial except the dll required for live trading. Available in the downloads section: http://www.deep-thought.co/dt-downloads.
  7. K

    Machine Learning

    Well worth doing this course. You can also see the lectures on Youtube: www.youtube.com/watch?v=UzxYlbK2c7E&list=PLJ_CMbwA6bT-n1W0mgOlYwccZ-j6gBXqE, or search for 'machine learning' in iTunesU.
  8. K

    Machine Learning

    Hi Solas, Not sure what you mean by data snooping. If you mean can a backtest 'see' into the future, then it doesn't. Candles are pushed through in the same way as they would appear from the live market. This means that training examples have to be 'cached' until a target has been reached...
  9. K

    Machine Learning

    My hosting provider did something to the server, but all up and running now. Cheers
  10. K

    Machine Learning

    There's no trial at the moment, but a trial version will be available when the GUI is released. I'm the meantime if you buy it and change your mind I'll do a refund. When the GUI is release I'm thinking about opensourcing some of the commandline components.
  11. K

    Machine Learning

    DeepThought now has Python scripting for feature generation, target/trigger, predictors and buy/sell signal generation logic. The next major release will include a GUI as it's currently command-line driven which I guess can be a little off-putting to those not used to command-line interfaces...
  12. K

    Machine Learning

    Renko Bars Added some info on using Renko bars.. The python source used to generate the plots can be found here: machinelearningtrading.wordpress.com/2014/02/23/plotting-renko-bars-in-python
  13. K

    Machine Learning

    Thanks for the link - another thing to add to my 'ToDo' list :)
  14. K

    Machine Learning

    Hi Tovim, The accuracy (aka precision in stats terminology) is wins/(wins + losses). I'm currently implementing Python scripting so you should be able to create your own GA objective function(s). The python scripting will also be able to be used to create features, custom predictors and logic...
  15. K

    Machine Learning

    Tutorials I've added a couple of tutorials to the website and some example configurations to the downloads section. Also added the ability to use MT4 indicators and fixed the DLL so it works with all the breaking changes that build 600 introduced.
Top