Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi i want to use CandleStick Chart in c#.net ,but i want to save my data ,i mean( close ,high ,low ,open , date time)in sqlserver for m1=one Minute ,m5=five Minute,h1=one hour ,... but i do not know how?
indeed i do not know how i can save the data in the database and aggregating the data over the different time intervals?
indeed i do not know any thing about CandleStick Chart.
please help me
thanks a lot
Posted
Updated 15-May-12 22:13pm
v4
Comments
Manfred Rudolf Bihy 15-May-12 10:26am    
Still unclear! What are your problems: saving the data in the database, aggregating the data over the different time intervals?
Please explain in detail at what rate the data is being accumulated, how it should be stored in the DB and how you are planning to retrieve it.

Thanks for your attention!
farid_12 15-May-12 11:11am    
hiindeed i do not know how i can save the data in the database and aggregating the data over the different time intervals?both of them are my problem
thanks a lot
Sergey Alexandrovich Kryukov 15-May-12 11:50am    
Add appropriate tags to the question: "C#" and also tag the application type or UI library: WPF? Forms? Silverlight? ASP.NET? what?
--SA

1 solution

Give your intervals a start time and end time, or a start time and duration. We do that here all the time.

What are you stuck with specifically?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900