Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Setting plots

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

    Setting plots

    I'm trying to set plots to my variables that get printed via drawtext.

    This works fine: Plot0.Set(Close[0]);. But when I replace 'Close' with my variable I get the error: cannot use [] with long, int, double, etc. All my variables are one of these.

    How do I set plots to my variables? Or, how do I set plots to values my indicator creates?

    Thank you.

    #2
    Originally posted by imalil View Post
    I'm trying to set plots to my variables that get printed via drawtext.

    This works fine: Plot0.Set(Close[0]);. But when I replace 'Close' with my variable I get the error: cannot use [] with long, int, double, etc. All my variables are one of these.

    How do I set plots to my variables? Or, how do I set plots to values my indicator creates?

    Thank you.
    If your variables aren't of the array type, you will need to leave the [0] out.... E.g Plot0.Set(Myvariable)

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by sjsj2732, Yesterday, 04:31 AM
    0 responses
    24 views
    0 likes
    Last Post sjsj2732  
    Started by NullPointStrategies, 03-13-2026, 05:17 AM
    0 responses
    282 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    280 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    131 views
    1 like
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    90 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Working...
    X