Charting Software for ASCII data

I am looking for Windows 7 compatible software that can produce charts and "standard" studies such as stochastics and MACD from ASCII data files.

Any suggestions will be appreciated.
 
Quote from NinjaTrader_Ray:

Here is a HTML link to the exact location for importing - http://www.ninjatrader.com/support/helpGuides/nt7/importing.htm

Thanks for the info. I use a program called Price Action Lab to search for patterns and also calculate an indicator, mostly for position trading. This progrmam can generate code for NinjaTrader (just the conditions). PAL can read your daily format and work with it directly but it can't read your intraday format because there is no delimiter after the date. Same situation with other programs.

When I tried to export intraday day from NT in the past, I read from the PAL website (here: http://www.priceactionlab.com/Support/ninja/ninja.html) that NT doesn't place a delimiter after the date in intraday data. I don't think this is standard practice. Any reason for that? Maybe you want to think of including a delimiter that will make it easier for people to use exported data.
 
Quote from intradaybill:

Thanks for the info. I use a program called Price Action Lab to search for patterns and also calculate an indicator, mostly for position trading. This progrmam can generate code for NinjaTrader (just the conditions). PAL can read your daily format and work with it directly but it can't read your intraday format because there is no delimiter after the date. Same situation with other programs.

When I tried to export intraday day from NT in the past, I read from the PAL website (here: http://www.priceactionlab.com/Support/ninja/ninja.html) that NT doesn't place a delimiter after the date in intraday data. I don't think this is standard practice. Any reason for that? Maybe you want to think of including a delimiter that will make it easier for people to use exported data.

The 1st field is a DateTime field and thus the delimiter is placed after the time component of this field.
 
Back
Top