Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: eq -> ==

...

Code Block
themeConfluence
langjavascript
select when rss item content re#Stock Symbol: (\w+)# setting (symbol)
     before stock price_change where direction eq== "up" && ticker eq== symbol && percent > 2
  within 10 minutes

...