Run script on certain symbols


Category:
0
0

Is there a way to run script only on these symbols /ES or /CL or /HG?
And the script I am looking to run is something simple like this:
ATR()[1] >= 0.25

I looked online and discovered if GetSymbol() but unsure if this is what I am supposed to be using or if I can daisy chain.

Marked as spam
Posted by (Questions: 7, Answers: 13)
Asked on July 16, 2020 9:22 pm
62 views
0
Private answer

Every scan has three top level filters:

  1. Scan in:
  2. Intersect with:
  3. Exclude:

Each of these can be set to a built-in public watch list or any of your personal watchlists. So just create and save a personal watchlist and select it for the top level filter named "Scan In:".

 

Marked as spam
Posted by (Questions: 37, Answers: 4089)
Answered on July 17, 2020 8:43 am
0
Hi Pete, thank you for replying. I am unable to only select just those symbols above with what you suggested. The script I am looking for definitely involves including the ticker symbols within the script. I once has the page bookmarked but unfortunately I am not unable to locate it.
( at July 17, 2020 9:00 am)
0
Well it seem you did not provide sufficient details. The solution I provided limits the scan to the list of ticker symbols you add to the watchlist. If you needed something other than this you did not explain it clearly.
( at July 17, 2020 10:59 am)