Which indicators do u use most

Indicators use intra day

  • Accumulation/Distribution

    Votes: 0 0.0%
  • Bollinger Bands

    Votes: 3 17.6%
  • Choppiness

    Votes: 1 5.9%
  • Commodity Channel Index

    Votes: 2 11.8%
  • Liniar Regression

    Votes: 2 11.8%
  • MACD

    Votes: 5 29.4%
  • Money Flow

    Votes: 0 0.0%
  • Stochastic

    Votes: 2 11.8%
  • Rate of Change

    Votes: 1 5.9%
  • Proce Oscillator

    Votes: 1 5.9%

  • Total voters
    17
I'm building and open source trading platform that currently uses IB TWS (back testing and live trading) or Yahoo Finance (only for back testing) to get its data.

see
http://code.google.com/p/trade-manager/

I've added the following indicators Volume, Moving Average, Avg True Range, RSI, Pivots what other indicators do people commonly use for intra-day time frames?

As I want to add the most common ones.

I've been trading for 5yrs full time but I only use SMA, Volume, Support/Resistance, Pivots as for me its all about price.

Please vote

Thanks
James
 
The indicators I use are special and not standard. Also, I use NT which works as front end already on IB and most other platforms for free. The cost you pay is when you go live and/or for data feed.
 
I did this as an open source project as I have a lots of spare time.

As I focus on gapping stocks (mainly earning) I wanted to build over time a database with gappers and their data (2yrs which will be 3-4K gappers).

As I thought those that know how to trade tend to only use simple MA's, Vol, Price, Support/Resistance and Pivots.

And yes there are a lot of platforms out there that allows you to code simple strategies and yes back testing does give you the best results possible. But as they say if a strategy cant make money when back tested it sure is unlikely to when running live!

Next step is AI algos couple with PGM (Probabilistic Graphical Models) idea here is to identify patterns on charts, trade analyse and learn. This is something you wont be coding in NT or TS.

Thanks
James
 
Quote from oraclewizard77:

The indicators I use are special and not standard.

I second that!

Quote from oraclewizard77:

Other than that analysis, I use a magic indicator that predicts the future

XXXOOO
:cool:
 
Excellent project! Thanks for sharing your code base.

A lot of these types of projects tend to not reinvent the wheel. Instead, they'll incorporate the TA indicators from the ta-lib.org project. They have a Java interface.

I think a very useful addition you could make to your project is to allow the trading of options based on price triggers from the underlying stock.

As far as backtesting goes, I can understand if you want to expand that out just for possibly the fun of rolling your own. But honestly, is there anything you would want to do in backtesting that, for $279, Amibroker doesn't already do and is way faster than you'll ever be able to achieve in Java?
 
Quote from james2hunt:

I'm building and open source trading platform that currently uses IB TWS (back testing and live trading) or Yahoo Finance (only for back testing) to get its data.

see
http://code.google.com/p/trade-manager/

I've added the following indicators Volume, Moving Average, Pivots what other indicators do people commonly use for intra-day time frames?

As I want to add the most common ones.

I've been trading for 5yrs full time but I only use SMA, Volume, Support/Resistance, Pivots as for me its all about price.

Please vote

Thanks
James
==========
Well james;
those you mentioned are great.PSAR is worth a mention;
50 period/day moving average, on volume, & price................................

Momentum is a great indicator if one likes to get out of a trend WAAAAAY early. I hate it & seldom use it for that reason.:D

I enter all my trades intraday or close;
& close most all of them intraday or@ close, but seldom daytrade-too many comissions/slippages..............

Wisdom is profitable to direct:cool:
 
Back
Top