Search found 142 matches

by Quant
Wed Jun 17, 2015 5:51 am
Forum: .NET
Topic: RSI (Relative Strenghth Index) formula calculation
Replies: 7
Views: 12467

Re: RSI (Relative Strenghth Index) formula calculation

Dear Steema, We checked your sample code with our sample values, but we still find value mismatch. FYI we have attached excel file with new values. Following is the source code we used: public Form2() { InitializeComponent(); InitializeChart(); } private void InitializeChart() { tChart1.Aspect.View3...
by Quant
Tue Jun 16, 2015 12:02 pm
Forum: .NET
Topic: Trendline with Snap to Point & Semi log Aware Trendline
Replies: 26
Views: 44250

Re: Trendline with Snap to Point & Semi log Aware Trendline

Dear Steema,

We checked your code, but it is not what we expected. Last time we explained the same with some screenshots. Please take look of this post once again. If you still have difficulty to understand the same, please let us know.
by Quant
Tue Jun 16, 2015 10:33 am
Forum: .NET
Topic: RSI (Relative Strenghth Index) formula calculation
Replies: 7
Views: 12467

RSI (Relative Strenghth Index) formula calculation

Hi Steema, Based on our comparison study we found calculation mismatch in RSI Financial Function of TeeChart. Please have a look on attched file and kindly let us know resolution and reason of mismatch. It would be a great feature, if RSI has following properties separately: 1] Series 2] Values like...
by Quant
Mon Jun 15, 2015 9:13 am
Forum: .NET
Topic: Finantial Functions calculation on Open Price.
Replies: 1
Views: 4523

Finantial Functions calculation on Open Price.

Dear Steema, I am using moving average function to plot weighted moving average. If my datasource series is OHLC then on which price this function get calculated ? I think its on Close price. What if i want to calculate Moving average on Open price or any other of OHLC. Same thing I wanted to do wit...
by Quant
Fri Jun 12, 2015 9:08 am
Forum: .NET
Topic: Creating a Parallel Line
Replies: 4
Views: 9441

Re: Creating a Parallel Line

Thanks a lot for your prompt reply.
by Quant
Fri Jun 12, 2015 7:16 am
Forum: .NET
Topic: Creating a Parallel Line
Replies: 4
Views: 9441

Creating a Parallel Line

Dear Steema, Currently we are having a requirement wherein we need to do following: 1] Select Already Drawn TrendLine (DrawLine Tool) 2] On right click that line, it should show a Context Menu having menu items like "Line Properties", "Create Parallel Line" 3] On click of "Create Parallel Line" it s...
by Quant
Fri Jun 12, 2015 4:58 am
Forum: .NET
Topic: Drawline Tool Features
Replies: 12
Views: 20484

Re: Drawline Tool Features

Dear steema,
i am waiting for this feature in release version. kindly infom me till when i will get it.
by Quant
Tue Jun 09, 2015 5:18 am
Forum: .NET
Topic: Drawline Tool Features
Replies: 12
Views: 20484

Re: Drawline Tool Features

i used the last evalution u posted. I found some problems while using the tool. Listing them below. 1) line must be selected when clicked on any particular line of cyclelines. (selected line not getting highlighted.) 2) user can click and drag any line to increase distance. (only dragging on first l...
by Quant
Thu Jun 04, 2015 6:41 am
Forum: .NET
Topic: Drawline Tool Features
Replies: 12
Views: 20484

Re: Drawline Tool Features

Dear Christopher, I am very very thankful that you helped us by creating this major finantial tool. This divides my chart area in equal parts. the LineNumber property of this tool is not working properly as i set LineNumber 2 then it draws 6 lines. Is there any other use of this LineNumber property ...
by Quant
Thu Jun 04, 2015 4:52 am
Forum: .NET
Topic: Candle(OHLC) to HighLow type series disappeared
Replies: 3
Views: 7130

Re: Candle(OHLC) to HighLow type series disappeared

Dear Steema, Sorry to say that, but we cant use this resolution in our application as series in our graph can contain millons of records. also we gave feature to our application user to change series type as per his requirement at runtime. So we requre this feature to work with Series.ChangeType() l...
by Quant
Tue Jun 02, 2015 11:45 am
Forum: .NET
Topic: Candle(OHLC) to HighLow type series disappeared
Replies: 3
Views: 7130

Candle(OHLC) to HighLow type series disappeared

dear steema,
When i tried to convert series type Candle(OHLC) to HighLow type series disappeared from chart. Even when i tried on TeeChart Example demo, the same problem occurs.
by Quant
Thu May 28, 2015 6:32 am
Forum: .NET
Topic: I cant add SelectorTool and MagnifyTool on same chart.
Replies: 1
Views: 4717

I cant add SelectorTool and MagnifyTool on same chart.

Dear Steema,
Its strange but i cant add SelectorTool and MagnifyTool on same chart.
kindly help me in doing same. it gives error in demo example also.
i need it very urgent
by Quant
Tue May 26, 2015 12:28 pm
Forum: .NET
Topic: Trendline with Snap to Point & Semi log Aware Trendline
Replies: 26
Views: 44250

Re: Trendline with Snap to Point & Semi log Aware Trendline

Hi,

We need an example for Semi Log Aware Trendline, which we have explained with image in this post.
We did our research on this but still we haven't found any solution.
by Quant
Tue May 26, 2015 12:25 pm
Forum: .NET
Topic: Error: Index was outside the bounds of the array.
Replies: 4
Views: 8756

Re: Error: Index was outside the bounds of the array.

Hi,

Fortunately we have found the solution by ourselves. We got the actual error location by which we resolved this error.
by Quant
Tue May 26, 2015 8:38 am
Forum: .NET
Topic: Error: Index was outside the bounds of the array.
Replies: 4
Views: 8756

Re: Error: Index was outside the bounds of the array.

Hi,
We tried to reproduce the same problem at our end, but haven't got any success till now.

Any help on this would be greatly appreciated.