Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Why Error 120?

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

    Why Error 120?

    I am using the List data structure found in System.Collections.Generic, and using predicates with List.FindIndex and List.ForEach. For each of the public fields or methods in the predicates, such as CurrentBar, TickSize, ExitShort etc, I get the error message: 'An object reference is required for the non-static field, method or property x'. This error only appeared after adding 'using System.Collections.Generic'. Can you tell me what I am doing wrong please? How do I reference these fields more specifically and why do I need to? Code is attached.
    Thanks
    Attached Files

    #2
    Don't worry, I solved it by removing the word static from the definition of the predicate functions. However, all the examples on the MSDN website use static in the function definition.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    574 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    332 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
    553 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    551 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X