Search results

  1. P

    Neural Network sites - any good?

    http://avis-c.gluk.org
  2. P

    Neural Networks

    Genetic algorithms can also simply build neural networks. In that case neural network structure does not depend on generic algorithm but on sequence of examples that were used by the generic algorithm during training.
  3. P

    Who build your custom autotrading platform?

    I wrote two trade systems for US guys as off-shore.
  4. P

    Build your own Indicators by storing quotes from MM/ECN

    Yes, I did. http://avis-c.gluk.org
  5. P

    AI Any thoughts

    Who can argue with that? However, what happen if Neural Networks would be trained not only on indicator values but and with those additional data like oil prices, economic data and so on? And if we take into account that computational capability of NN is not limited with only 5-7 variables like...
  6. P

    another novice question

    Machine learning is great help to develop patterns that represent complex relationships in information-saturated financial markets. During analysis NN compares existing stock-trading patterns with previous situations and generates trade signals. In other words, NN searches out linkages between...
  7. P

    trading system development

    http://avis-c.gluk.org
  8. P

    pattern recognition software wanted

    Pattern-recognition software works well if it is software that can do that. AI and neural network can coupe with that. Suppose you selected a set of indicators that you think sufficiently reflect market up and down trends. You examine historical data and mark places where trends change their...
  9. P

    pattern recognition software wanted

    Artificial Foreteller. http://avis-c.gluk.org
  10. P

    Software for Non-programmer

    If you non-programmer and would like to backtest then Artificial Foreteller could help you. It forms trade strategy based on training session. Then it generates trade signal and assesses situation. It also provides charts for a set of indicators.
  11. P

    is there

    That is a matter of taste and objectives. I'm using VC++. It has a huge set of MFC and let me use list structures for data handling.
  12. P

    neural networks

    Take a look at http://avis-c.gluk.org
  13. P

    PowerRatings/Tradingmarkets.com

    That is a good reason to have a personal system for stock analysis.
  14. P

    Backtesting Software & Autotrade

    Yes, I took part in development of this approach. Before I developed software for strategy backtesting and found that neural network is much better do this work.
  15. P

    Backtesting Software & Autotrade

    Neural software is a great help in backtesting of a trade strategy from my point of view. How does it work? Neural network is formed on the same indicators set as the strategy that should be backtested. In that case neural network represents trade strategy that was formed based on trade...
  16. P

    Backtesting Software & Autotrade

    Look at the site: http://avis-c.gluk.org Described system Artificial Foreteller is based on neural network that is trained at historical data. It generates sell/buy signal by analyzing previous 15-20 ticks.
  17. P

    Any Automated software which shows chart and buy/sell positions?

    You can look at http://avis-c.gluk.org There you find software that generates chart and gives you buy/sell signals.
  18. P

    Can you program custom indicators?

    I did that and programmed indicators for several traders. They used my programs for trade and backtesting without problem. There is only one problem with that - you should find reliable people. That's it.
  19. P

    Program Trading, what’s it all about?

    That's an actually worked system. Pertaining to continual changing structure - it's not actually true. The system changes it NN structure only during training session. That means user can retrain or enter new information that can be used as additional data that can be reflected in NN structure...
  20. P

    Program Trading, what’s it all about?

    Please check http://avis-c.gluk.org I think that it can be quite informative for you.
Back
Top