About Trader program.
Program is application which should help to make trading decision using candle stick patterns. You can check here some theory http://www.candlesticker.com/Default.asp . Using candle sticks trading data are converted to visual information in a shape of symbols which are very often like candle shape. Open, close, high and low price mandatory for making candle. One time period with these parameters forms a candle. Pattern of few candles could tell what will be with stock (in my case) price. I added trading volume as fifth element to support certain recommendation.
There is lot of history data which Trader needs. Those data could be entered manually what is very hard or can be downloaded from Internet. From this site program pulls live data(about with 15 minutes late) during trading day.
Program keeps track about your transactions.
Lot of functions and I'm new in C#. I'd try to simplify user interface and usage. At the same time, I'll try to open or add some new functionality.
It means lot of fun for me. Hopefully, for some of you, also.
How it looks, now, in Visual Basic. This is trading form for German DAX index.
This is History and Analyse form for DAX, also. This form goes first. It will be in English and much simpler. Number of fields on this form lost functionality during time and will be removed.
Disclaimer | ||
The candlestick patterns explained herein are intended
to inform. They come with no warranty of any kind. If you should choose
this information for your investment decisions, you do so at your
own risk. Investing can be a very dangerous venture and it is you
who must assume the entire cost and risk involved in all of your investment
decisions, should you choose to follow this system or use this information.
The information contained on the this site is drawn
from sources believed to be factual and reliable, but in no way does this site represent or guarantee the accuracy or completeness
thereof, nor in providing it, does this site assume any liability. The information found on the this web site is protected by the copyright laws of the Croatia and may not be copied, or reproduced in any way without the expressed, written consent of the editors. |
No comments:
Post a Comment