Support Board
Date/Time: Fri, 27 Dec 2024 17:32:28 +0000
Post From: ACSIL: UseTool
[2016-03-21 16:53:36] |
User53601 - Posts: 105 |
Hello, In some price configurations I display some text via UseTool. Having the text drawing tool displayed by the study, usually I could move the text manually throught the chart. For some reason, I can not move it any more. The drawing text is fixed on the chart and I cannt move it manually away, to other place on the chart. I don’t guess what has changed, or if I changed unintentionaly some setting. Can you advise where could be the reason. Here is the code part of the code: s_UseTool LineTradeCode; LineTradeCode.Clear(); LineTradeCode.DrawingType = DRAWING_TEXT; LineTradeCode.AddMethod = UTAM_ADD_OR_ADJUST; LineTradeCode.AddAsUserDrawnDrawing = 1; Thank you |