Hi all, I am trading HSI and defined some buy sell chart pattern by Java program. I have exported the indicator from Java (the data include time and corresponding HSI value) and I want to show it with HSI candlestick chart for comparison.
I am using Amibroker but it seems can't fit my need (I don't know how to import the chart data I generated to Amibroker). Would you please advise any other good charting software can suitable for my need? I don't want to rewrite my Java program logic to AFL or other charting software specific language to minimize duplicate effort. Thanks in advance.
I am using Amibroker but it seems can't fit my need (I don't know how to import the chart data I generated to Amibroker). Would you please advise any other good charting software can suitable for my need? I don't want to rewrite my Java program logic to AFL or other charting software specific language to minimize duplicate effort. Thanks in advance.
....would you mind sharing me the image then I can test for it? Besides, if I want to skip the import step manually I need to use the ODBC in Amibroker as middleman to do so?