Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Draw Diamond on Panel 2

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Draw Diamond on Panel 2

    Hello, I was wondering if there is a way to draw a Symbol (Diamond etc.) on another Panel than the Price Panel. I want for example the highest Momentum in 30 Bars marked on the Momentum Panel (in this case Panel 2).
    Highest Momentum I have with:
    double HighestMomentum = MAX(Momentum, 60)[1];
    But how can I draw a Diamond on the same panel? Right now I have it on the Price Panel. DrawOnPricePanel = false also does not seem to work...
    Thank you so much

    #2
    Hello JBU1314,

    if the indicator is in the price panel, this property would not affect where the object is placed. The indicator would need to be placed in panel 2 for this property to change the result.

    The drawing objects will either stay in the price panel or follow the indicator to its panel with DrawOnPricePanel = false.

    if the indicator is in panel 2 and DrawOnPricePanel = false, the item should be drawn in panel 2. If that is the case, potentially it's just that the indicator is not fully reloaded. Removing it from the chart and re-adding it should correct it if so.

    I look forward to being of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Today, 05:17 AM
    0 responses
    38 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    124 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    64 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    41 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    46 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X