Help wished: charting package for websites

thread: Help wished: charting package for websites

  1. #1
    Junior Member Carmenentenadora's Avatar
    18

    Help wished: charting package for websites

    Hi guys,

    long time no visit



    I am in the middle of an internet project, atm: a social network for traders, all charts, focus is on order flow analysis in each way. Lots of data not accessible for the public so far, and the ones that are offered are made so straightforward and visual that it will be quite easy to grasp them.

    I am looking for a simple way to attach many custom Indiors on price charts. Similar to metatrader, I actually have a lot of these indis in mql4. However, there isn't any metatrader for web, is there? (I am not a developer, btw )

    In your opinion what is the ideal way for me to get an interactive chart for a website and easily add custom indiors in to it?

    Thanks Beforehand,

  2. #2
    Junior Member Carmenentenadora's Avatar
    18
    I'm using this one. . .free, robust, and easy to use: http://www.highcharts.com/products/highstock Another great alternative: http://www.amcharts.com/stock-chart/
    thanks, yes, highcharts has been one alternative. Query: is it possible to add indiors on PRICE charts? Take volume profile?

  3. #3
    Junior Member Kavalieri's Avatar
    21
    quote thanks, highcharts was one alternative. Query: is it possible to include indiors on PRICE charts? Take volume profile, for instance?
    Yes, you can use chart.addSeries() to include indiors to price charts

  4. #4
    Junior Member Carmenentenadora's Avatar
    18
    quote yes, you may use chart.addSeries() to include indiors to price charts
    will you post a screenshot of your charts along with your custom indiors, please?

  5. #5
    Junior Member Kavalieri's Avatar
    21
    7-pip range bar chart with EMA(20) and SMA(14)

  6. #6
    Junior Member Kavalieri's Avatar
    21
    I'm using this one. . .free, robust, and easy to use:

    http://www.highcharts.com/products/highstock

    Another Fantastic alternative:

    http://www.amcharts.com/stock-chart/

  •