Filtering all symbols for one condition

 

Hey guys,

I need help to filter all market watch symbols according to one indicator condition.

Can anyone help me on this?

Thank you

 
Sir M.: I need help to filter all market watch symbols according to one indicator condition. Can anyone help me on this?
  • Usually people who cannot code do not receive free help on this forum, although it could happen if you are lucky. Be patient.
  • If you show your attempts and describe your problem clearly, you will most probably receive an answer from the community.
  • If you do not want to learn to code, that is not a problem. You can either look at the Codebase if something free already exists, or in the Market for paid products (also sometimes free).
  • Finally, you also have the option to hire a programmer in the Freelance section.
 

I have the indicator code


While putting indicator code in for loop to analyze all symbols, it says can use for loop in global spec

 
Check the brackets!
 
Carl Schreiber #:
Check the brackets!

Thank you Carl,

What do you mean exacly?

 
In this case: "..it says can use for loop in global spec" you have incomplete brackets. Open (like {) and close (like }) don't match: check them.