Recent content by luckyputanski

  1. L

    Do you believe in data mining?

    Do you believe that it can be profitable to trade a "system" build from rules found by data mining? Assume that everything (data preparation, significance testing, trading assumptions) is executed properly (whatever this means for you).
  2. L

    Artificial Intelligence for Traders?

    It's not really about providing a way to analyze the charts. As I said, I use AI for myself. At the moment mainly from IDE. It's error prone and some parts can be extracted to be reusable. I thought about wrapping it in an easier point-and-click interface, usable by others. So no selling...
  3. L

    Artificial Intelligence for Traders?

    Interesting point with this bettertrade. This is something I'm so *not* interested in. I have my own data and I can train my own models. I don't need any help thanks. My service would be about selling automation, not secrets. I mean, majority of the staff can be done with Tensor Flow and some...
  4. L

    Artificial Intelligence for Traders?

    Uhmm... no. You obviously have to separate training set from testing set.
  5. L

    Artificial Intelligence for Traders?

    Based on things like expectancy, profit factor and so on. AI can figure out rules that are slightly better than my guess work.
  6. L

    Artificial Intelligence for Traders?

    Thanks for the advice. Yeah, I know marketing will be a nightmare. The thing, is I don't really care if it's successful. Worst case scenario is that I will go back to running it directly from a console or even IDE. It's just that it *could* be useful to others and I'm trying to gauge the...
  7. L

    Artificial Intelligence for Traders?

    That would be up to a user. The problems I've solved* for my self are: 1. selecting trades that have more chance to be profitable, and 2. selecting trading system that has more chance to be profitable. Every user would have to decide for him/her self and bring their own data. *) kind of, there...
  8. L

    Artificial Intelligence for Traders?

    For me, Andrew Ng's explanation seems ok: it's a paradigm shift. With algo you have input -> create algo -> get results. With AI: input -> results -> create algo.
  9. L

    Artificial Intelligence for Traders?

    Hi, I am considering building an AI web service that would help analyze trading data. It would be something similar to AzureAI / AutoML but simpler (no experience in AI required). A service that’s custom build for traders and investors with some very specific features that traders need. I am a...
  10. L

    Anyone using Neural Networks for Trading?

    Although it's open source, I don't want to post the link here as I'm the author and it would seem like spam/self promotion. What I can say is that I trained AI to recognize which trades in a trading system will be profitable. This should work with most well known libs, like Tensor Flow and so...
  11. L

    Anyone using Neural Networks for Trading?

    No, sorry I wasn't quite clear. What I meant was that I do use some kind of AI for trading.
  12. L

    Anyone using Neural Networks for Trading?

    Yes. It's not really a NN but some other form of AI.
  13. L

    Simple AI SaaS service?

    Hi, I’m thinking on building a web service where you can import data, train artificial intelligence models, and later use these models to make predictions on unseen data. It would accept any kind data that can be expressed as numbers and an outcome (something useful to predict). This...
Back
Top