Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Write a function ?

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

    Write a function ?

    Hello !

    I have an indicator model (a curve). I would like to display 15 settings (so 15 curves) in the indicator part below my chart.

    The idea is : to create a function to not re-write the algo for each setting, for exemple f(Y), and display F(1), F(2), F(3) in plots etc...

    How could I create this kind of function ?

    Thanks a lot !

    #2
    Originally posted by After View Post
    Hello !

    I have an indicator model (a curve). I would like to display 15 settings (so 15 curves) in the indicator part below my chart.

    The idea is : to create a function to not re-write the algo for each setting, for exemple f(Y), and display F(1), F(2), F(3) in plots etc...

    How could I create this kind of function ?

    Thanks a lot !
    Use a for or while loop.

    Comment


      #3
      Hello After,

      Thank you for your post.

      As koganam suggests, a loop will provide the needed functionality for your idea. You can take a look at for loops at the following link on the MSDN: https://msdn.microsoft.com/en-us/library/ch45axte.aspx

      Please let me know if you have any questions.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      569 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      330 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      548 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      548 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X