Traderji.com - Discussion forum for Stocks Commodities & Forex

Web Charting

Discuss Web Charting at the Software within the Traderji.com - Discussion forum for Stocks Commodities & Forex; Originally Posted by doobyanil Hello SwingTrader, Would you be able to share info on the ...


Go Back   Traderji.com - Discussion forum for Stocks Commodities & Forex > TOOLS & RESOURCES > Software

Notices

Software Charting, trading & technical analysis software, trading system development and backtesting.


Advertise Here

Reply
 
Thread Tools
Sponsored Links
  #31  
Old 14th August 2005, 10:01 AM
Member
 
Join Date: Apr 2005
Location: Hyderabad
Posts: 154
Thanks: 0
Thanked 1 Time in 1 Post
swingtrader is on a distinguished road
Reputation: 21
Default Re: Web Charting

Quote:
Originally Posted by doobyanil
Hello SwingTrader,
Would you be able to share info on the software you are using to generate the charts. HAve u built the charting section from scratch or are u using a library.
Thanks
anil
I am building this from scratch. I have two versions going. The one you currently see on the website is programmed exclusively using PHP using its interface to the GD graphics library. I have another version (not as complete as the current one) that is built using Java.

--SwingTrader
Reply With Quote
Sponsored Links
  #32  
Old 14th August 2005, 04:02 PM
Member
 
Join Date: Aug 2005
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
vrathee is on a distinguished road
Reputation: 20
Thumbs up Re: Web Charting

dear swing trader

thanks for such technical analysis.. i'll surely use it..

keep it up..

vrathee
Reply With Quote
  #33  
Old 14th August 2005, 08:14 PM
Member
 
Join Date: Jul 2005
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
doobyanil is on a distinguished road
Reputation: 20
Default Re: Web Charting

Quote:
Originally Posted by swingtrader
I am building this from scratch. I have two versions going. The one you currently see on the website is programmed exclusively using PHP using its interface to the GD graphics library. I have another version (not as complete as the current one) that is built using Java.

--SwingTrader
That is very impressive SwingTrader . I have been trying to do something similar but have been stuck at the charting portion. If there is any help you can provide regarding reference material i would be much obliged .
Thanks
anil
Reply With Quote
  #34  
Old 14th August 2005, 09:46 PM
Member
 
Join Date: May 2005
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Masterchief is on a distinguished road
Reputation: 20
Default Re: Web Charting

SwingTrader

How were you able to create the chart and scanning? Reason why I ask is because I have similar charting with similar, but more indicators for the US equities market, not indian.

I'm in the midst of publishing an educational website but would prefer my own custom charts with our company logo...perhaps we can work out an arrangement. Let me know.

Thanks.
Reply With Quote
  #35  
Old 15th August 2005, 12:35 AM
Member
 
Join Date: Jun 2005
Location: Pune
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
mohanlate is on a distinguished road
Reputation: 28
Default Re: Web Charting

SwingTrader,

Nice work. My 2 cents -

If you use an applet then the whole thing can go offline. Once the data on a symbol is downloaded to client, the user can use it to put indicators and refresh it. I believe you are already started working on Java. Also, since you are planning for real-time, an applet would make sense (use the client-pull model so that user does not have to refresh the page).

I had started working on something similar. But had managed to only get a few libraries up. It is a desktop application in C# with most of the drawing system up. LEt me know if you are interested.

Do you have a tean working on it or are you going solo on this?

Keep up the good work,

Mohan
Reply With Quote
  #36  
Old 15th August 2005, 07:09 AM
Member
 
Join Date: Jun 2005
Posts: 177
Thanks: 0
Thanked 1 Time in 1 Post
wastej@cinci.rr.com is on a distinguished road
Reputation: 21
Default Re: Web Charting

Good attempt and excellent work so far. See if you can incorporate fibonacci ratios etc. for support and resistance. Good Luck.
Reply With Quote
  #37  
Old 15th August 2005, 12:55 PM
Member
 
Join Date: Aug 2005
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
gurdeepdeol is on a distinguished road
Reputation: 20
Default Re: Web Charting

That was really helpful....

good luck .. and when are you going to integrate this with your whole website.....
Reply With Quote
  #38  
Old 15th August 2005, 11:55 PM
Member
 
Join Date: Apr 2005
Location: Hyderabad
Posts: 154
Thanks: 0
Thanked 1 Time in 1 Post
swingtrader is on a distinguished road
Reputation: 21
Default Re: Web Charting

Quote:
Originally Posted by doobyanil
That is very impressive SwingTrader . I have been trying to do something similar but have been stuck at the charting portion. If there is any help you can provide regarding reference material i would be much obliged .
Thanks
anil
What software platform are you using to develop your charting software? The references will depend on that. As for me the only reference was PHP's function reference. But I have been experimenting for few years now so I am aware of the problems you might encounter. I have programmed & scrapped 3 versions before settling on this one.

Let me know what you exactly want to know and I'll try to help if I can.

--SwingTrader
Reply With Quote
  #39  
Old 16th August 2005, 12:05 AM
Member
 
Join Date: Apr 2005
Location: Hyderabad
Posts: 154
Thanks: 0
Thanked 1 Time in 1 Post
swingtrader is on a distinguished road
Reputation: 21
Default Re: Web Charting

Quote:
Originally Posted by mohanlate
SwingTrader,

Nice work. My 2 cents -

If you use an applet then the whole thing can go offline. Once the data on a symbol is downloaded to client, the user can use it to put indicators and refresh it. I believe you are already started working on Java. Also, since you are planning for real-time, an applet would make sense (use the client-pull model so that user does not have to refresh the page).

I had started working on something similar. But had managed to only get a few libraries up. It is a desktop application in C# with most of the drawing system up. LEt me know if you are interested.

Do you have a tean working on it or are you going solo on this?

Keep up the good work,

Mohan
My first version would only be an online version. I have not yet planned to go offline. If I eventually decide to go offline then I will develop a new version because its approach will have to be completely different. My Java version is not fully ready so I don't want to use the applet approach, I do agree that there are certain advantages like an applet being potentially interactive.

I am not very familiar with C# and am not developing standalone app so I really wouldn't be interested in the C# code. But I do thank you for the offer.

At the moment I am working alone on this but might hire a programmer in the near future. Also, I have hired a freelance webdesigner to design my website logos, banners etc.

--SwingTrader
Reply With Quote
  #40  
Old 16th August 2005, 12:08 AM
Member
 
Join Date: May 2005
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Masterchief is on a distinguished road
Reputation: 20
Default Re: Web Charting

SwingTrader,

Perhaps i didn't make myself clear...Are you for hire? hehe I'm looking for custom charts for my website. I can use FREE charting services without my logo or I can pay a fortune - $200/month for custom charts, which i'm trying to avoid if I can.

If you're interested, please send me a quote.
I need:
MACD, MACD Histogram
MA
Stochastics, Slow Stoch, Fast Stoch
candles
bars
line
volume

Also - if you can do any scanning formulas where I can input perameters for a compilation of stocks that meet the criteria - that would be excellent. Let's work out a deal that will be mutually beneficial to us both.

In case I neglected to clarify - the scanning and charting would track the US stock market. and possibly futures.

Consider this...Thanks SwingTrader.

MasterChief
Reply With Quote
Sponsored Links

Reply

Bookmarks


Advertise Here


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads for: Web Charting
Thread Thread Starter Forum Replies Last Post
Free stock charting software arun Software 75 24th March 2008 11:33 PM
Charting Software chetan_ghatole Technical Analysis 5 2nd September 2006 09:11 PM
web sites for basic TA a_n_i_l Technical Analysis 2 25th August 2006 07:37 PM
A Great Charting Resourse jnaik22 Technical Analysis 2 5th June 2005 05:03 PM
Stock Charting Freeware Debraj Software 8 7th April 2005 10:19 PM


All times are GMT +5.5. The time now is 12:48 PM.

Indemnity, Disclaimer & Disclosure Notice:
• By visiting Traderji.com you indicate your acceptance of our Forum Rules Disclaimer & Disclosure and indemnify Traderji.com, its associates and related parties of all claims howsoever resulting from the usage of the forum.
Disclaimer: Trading or investing in stocks & commodities is a high risk activity. Any action you choose to take in the markets is totally your own responsibility. Traderji.com will not be liable for any, direct or indirect, consequential or incidental damages or loss arising out of the use of this information.
Disclosure: The information in this forum is neither an offer to sell nor solicitation to buy any of the securities mentioned herein. The writers may or may not be trading in the securities mentioned.
• All names or products mentioned are trademarks or registered trademarks of their respective owners.
General Content Disclaimer Notice:
In light of our policy of encouraging candid, open exchanges of views and the rapid distribution of information originating from many sources, Traderji.com cannot determine the accuracy of information that may be uploaded to the forum. Opinions, advice and all other information expressed by participants in discussions are those of the author. You rely on such information at your own risk. You are urged to seek professional advice for specific, individual situations and not rely solely on advice or opinions given in the discussions. Since Traderji.com is an open and free discussion forum, any comments made by members of this forum in their posts reflect their own views and not of the owner or administrator of Traderji.com. Thus the owner/administrator indemnify themselves of all claims whatsoever and will not be liable or responsible for any members comments/views in this forum Traderji.com. If you find any objectionable or offensive posts made by members of this forum which you would like to bring to our notice for removal then please Contact Us.
 


Copyright © 2001 - 2008, Traderji.com All Rights Reserved.

Recommended Websites - www.TradersEdgeIndia.com - www.TradingPicks.com - www.MasterOfTrading.com