I have pulled together the various steps/instructions on how to
build your charts so they can be read in sequence instead of
appearing in random places.
============================================
It seems a lot of people starting out feel they have to subscribe
to a charting software company.
There are many organisations to choose from but there are also
a large number of websites which provide very good information
for free.
I have started this thread in the hope it will help you to create your own free charts using a reasonable range of indicators which are freely available.
In case there are some who are unaware of the workings of the web, every chart has a 'url' or 'address' and creating your own charts involves
posting that url into Notepad adding a bit of code and saving it as an 'html' file.
After that , all you have to do is open the 'html' file and there is your chart.
So to start things off, I am posting a chart of a 1 min ftse with 2 ma's and an macd.
<img src="http://chart.neural.com/servlet/GIFChart?sym1=ls:ukx&cbcku=FFFFFF&cbckl=EBF5FF&cbckd=cccc99&ctxtu=000000&ctxtd=000000&ctxtl=000000&csym1=000099&csym3=000000&cbckg=FFFFFF&cind7a=FF0033&cind7=009900&cind8=blu&cind9=6666CC&avg1=30&avg2=60&ind7=macd&periodMACDLow=26&periodMACDHigh=12&height=350&width=450&source=SP&multipane=1&watermark=splogoblue.gif&dres=min&plottype=range&ignore=1220025226&dperiod=days&coname=1&image=PNG"></img>
Now right click on the chart and select 'properties' and you will see the chart's address.
Right click on that address, click'select all' then click and select copy.
Open Notepad and 'edit/paste'
Save Notepad file somewhere as ftse.html.
Select 'edit/word wrap'
You will see the code is quite long but dont be put off.
At the beginning of the code you need to insert
< img src="
at the end of the code you need to insert
">
now close the file.
Find the file and click on it to open it and you should have your first chart.
build your charts so they can be read in sequence instead of
appearing in random places.
============================================
It seems a lot of people starting out feel they have to subscribe
to a charting software company.
There are many organisations to choose from but there are also
a large number of websites which provide very good information
for free.
I have started this thread in the hope it will help you to create your own free charts using a reasonable range of indicators which are freely available.
In case there are some who are unaware of the workings of the web, every chart has a 'url' or 'address' and creating your own charts involves
posting that url into Notepad adding a bit of code and saving it as an 'html' file.
After that , all you have to do is open the 'html' file and there is your chart.
So to start things off, I am posting a chart of a 1 min ftse with 2 ma's and an macd.
<img src="http://chart.neural.com/servlet/GIFChart?sym1=ls:ukx&cbcku=FFFFFF&cbckl=EBF5FF&cbckd=cccc99&ctxtu=000000&ctxtd=000000&ctxtl=000000&csym1=000099&csym3=000000&cbckg=FFFFFF&cind7a=FF0033&cind7=009900&cind8=blu&cind9=6666CC&avg1=30&avg2=60&ind7=macd&periodMACDLow=26&periodMACDHigh=12&height=350&width=450&source=SP&multipane=1&watermark=splogoblue.gif&dres=min&plottype=range&ignore=1220025226&dperiod=days&coname=1&image=PNG"></img>
Now right click on the chart and select 'properties' and you will see the chart's address.
Right click on that address, click'select all' then click and select copy.
Open Notepad and 'edit/paste'
Save Notepad file somewhere as ftse.html.
Select 'edit/word wrap'
You will see the code is quite long but dont be put off.
At the beginning of the code you need to insert
< img src="
at the end of the code you need to insert
">
now close the file.
Find the file and click on it to open it and you should have your first chart.
Last edited: