Search found 22 matches

by Shimon
Mon Jun 22, 2009 3:03 pm
Forum: VCL
Topic: Setting triangle vertical alignment of TPointSeries Marks
Replies: 2
Views: 3121

Re: Setting triangle vertical alignment of TPointSeries Marks

Thanks a lot for your response, I have just noticed that all I needed was change the z order (I accomplished that with ExchangeSeries) and
not vertical alignment.

Anyway - Thank you
by Shimon
Sun Jun 21, 2009 12:41 pm
Forum: VCL
Topic: Setting triangle vertical alignment of TPointSeries Marks
Replies: 2
Views: 3121

Setting triangle vertical alignment of TPointSeries Marks

http://www.freeimagehosting.net/uploads/3ef6a1427b.png In the image attached you can see up pointing rectangles (TPointSeries - Pointer.Style := psTriangle) When I set the coordinate of the point to be X, Y when Y is the highest point of a candle I notice that the half of the triangle is drawn on t...
by Shimon
Tue Mar 24, 2009 6:26 pm
Forum: VCL
Topic: Adding a vertical custom axes - having different chart look
Replies: 11
Views: 10249

Thanks a lot for your reply.

I am really impressed from your skills and deep knowing.
by Shimon
Tue Mar 24, 2009 1:30 pm
Forum: VCL
Topic: Adding a vertical custom axes - having different chart look
Replies: 11
Views: 10249

Image
by Shimon
Tue Mar 24, 2009 1:27 pm
Forum: VCL
Topic: Adding a vertical custom axes - having different chart look
Replies: 11
Views: 10249

Thanks for the help so far... I have tried your code on an empty project and I have some issues with it. My Chart1 (in the real application) has some traits * Axes are on the right * The format of the Y values are quite log ('0.0000') * I am using ChartGetAxisLabel event So to the form create you sh...
by Shimon
Tue Mar 24, 2009 11:36 am
Forum: VCL
Topic: Adding a vertical custom axes - having different chart look
Replies: 11
Views: 10249

Image
by Shimon
Tue Mar 24, 2009 11:34 am
Forum: VCL
Topic: Adding a vertical custom axes - having different chart look
Replies: 11
Views: 10249

I am sorry having many questions but I use TeeChart for at least 6 month and very satisfied but some things are more complex... http://www.freeimagehosting.net/uploads/th.3ff16c6ca4.png I added a new chart to the panel for the RSI Lets call upper chart as CHART_UP Lets call lower chart (RSI) as CHAR...
by Shimon
Tue Mar 24, 2009 9:36 am
Forum: VCL
Topic: Adding a vertical custom axes - having different chart look
Replies: 11
Views: 10249

Lets say I would like to Go in the (1) direction you offered. Two chart each with its own axes. I will make the top HORIZ axes invisible but how can I make the lower HORIZ axes look the same as the upper one. In the upper chart I have a candle graph and I use the OnGetAxisLabel event. I thought the ...
by Shimon
Mon Mar 23, 2009 5:31 pm
Forum: VCL
Topic: RSI indicator on tick graph
Replies: 3
Views: 4031

How do you suggest to compute the dummy candle series ?

Take each point as a candle in this case the open and close and high low will be equal.
by Shimon
Mon Mar 23, 2009 1:43 pm
Forum: VCL
Topic: Adding a vertical custom axes - having different chart look
Replies: 11
Views: 10249

Adding a vertical custom axes - having different chart look

Hello I would like to add vertical custom axes in order to display indicators like RSI and MACI. I would like them to use the same horizontal axes but different vertical axes. I saw the demo - see file I uploaded (SHIMON_chart_src.png) What I need is a look more close to this (each series looks in a...
by Shimon
Mon Mar 23, 2009 7:32 am
Forum: VCL
Topic: RSI indicator on tick graph
Replies: 3
Views: 4031

RSI indicator on tick graph

I am trying to use TRSIFunction with a DataSource of TLineSeries and not TCandleSeries but I am receiving an exception.

As far as I know the RSI indicator has meaning also in tick graphs (when every half second or so you have point on the line series).

Any ideas how can I accomplish that?

Thanks
by Shimon
Thu Mar 05, 2009 9:54 am
Forum: VCL
Topic: Trend lines - 2 question
Replies: 3
Views: 4424

Thank you for your answers. 1. I am displaying all points - the screen shot I have sent you doesn't contain all the region - that what I meant. So I still dont have solution for the height offset. Even when I checked the calculation without the display (by looking at the points coordinates in a log ...
by Shimon
Wed Mar 04, 2009 10:37 am
Forum: VCL
Topic: Trend lines - 2 question
Replies: 3
Views: 4424

Trend lines - 2 question

Hello, I have uploaded 2 images (upload page) to make things clear - ShimonSoferTrendQ1.png, ShimonSoferTrendQ2.png . My questions 1. In the first image (not all points are displayed) I see the the slope makes sense but the height of the line has certain offset... I also noticed that this y-offset i...
by Shimon
Sun Jan 04, 2009 10:32 am
Forum: VCL
Topic: Making TCursorTool - non movable - so user cannot drag/drop
Replies: 1
Views: 2493

Making TCursorTool - non movable - so user cannot drag/drop

I use the TCursor tool to display a horizontal line.

I dont want the user to be able to drag and change the position of the line, how could I do that ?

Thanks
by Shimon
Tue Dec 23, 2008 10:31 am
Forum: VCL
Topic: How to bring TCursorTool in front of the grid lines
Replies: 8
Views: 7943

OK,

Thanks for your prompt responses.

1. When do you think a fix version will be released ?

2. Another related issue. Can I add some label which attached to the line. I am currently using TAnnotationTool but I need to manage its coordinates manually....

Thanks again,
Shimon