Search | User Listing Vidsite | Calendars | Quotes
Home Page ->  OmniTrader HowTo's -> Filter-Blocks (& OScan Filters) -> View ThreadLogon (or Register, or Join TradeTight)

You are logged in as a limited-access Guest.To join TradeTight, first read the info in the Organization & Content room, then click the link above. 

Psalm 37:4 (NAS) ... Delight yourself in the Lord; and He will give you the desires of your heart.


Getting started with OmniScan
Jump to page : 1
Now viewing page 1 [50 msgs/pg]
Jump to room :
JimDean
Posted 9/23/2012 7:07 AM (#4014)
Subject: Getting started with OmniScan



Owner/Admin

Posts: 3925
2000100050010010010010025
Location:
USA: GA, Lawrenceville
There are several places "buried" in Help that will get you up to speed with OmniScript. Everyplace it is used (Filter Block, Color Charts, EZ Setups, OmniScans, TradePlans) it works the same way. Once you have mastered that, it's not too difficult to move on into OmniLanguage.

Look up these:
Help > Contents > Trading Strategies in OmniTrader > Creating & Editing Strategies > Filter Block >
then within that:
Formula Builder
Syntax for Formula Builder
IntelliSense for Formula Builder

Then look up:
Help > Contents > Technical Formula Reference >
and within that:
Operators
Math Functions
Pricing Data
Indicators
Parameters

Then presuming you do have OmniScan, go to Help > OmniScan Help >
and within that:
Creating Scans
Creating Technical Scans
and ... essentially the same as in comparable section in the OT Help
Syntax for Forumula Builder
OmniScan Intellisense
Technical Scan Reference

BUT MOST ESPECIALLY REVIEW AND PLAY WITH: Example Technical Scans

There is one really important thing that is not mentioned anywhere in the Help, but is obvious (IMO) in the examples:
To access the value of "anything" as of:
Yesterday: anything[1]
Two days ago: anything[2]
153 days ago: anything[153]
In this case, "anything" can be a raw data value such as OHLCV, or a function such as SMA(15):
C[3]
SMA(15)[12]

Note that there is a huge diff between paren's and square brackets. When used with a function/indicator such as SMA(), the paren's enclose parameters. Intellisense tells you about the parameters, btw. When used in a formula, (O+C+H+L)/4, the paren's force the stuff within them to be done before the stuff outside. Compare that formula to O+C+H+L/4 ... the second case only divides L by 4 ... the first one divides the sum of O,H,C,L by 4.

Square brackets are ONLY used for "barsago" purposes ...
anything[barsago]

There's a lot more about OmniScript and OmniLanguage that is not in the Help anywhere ... the Help just isn't trying to be a book on programming.

Finally ...

Once you get the OmniScript info down pretty good, then you'll be ready for the real McCoy - OmniLanguage. Presuming you've done the SMART thing and bought OmniTrader Pro, that is. ;~)
To learn about OmniLanguage, refer to:
Help > Manuals > OmniTrader Professional User Guide
The secret to "getting" this manual is to go thru the examples one step at a time, and PLAY WITH little pieces of each "lesson" till you get it. Don't try to read it in one sitting and expect to be good to go.
Plus, I've posted MANY examples elsewhere in the TT Forum and in the N forums, to learn from.

If you're interested in in-depth OmniLanguage training, contact me by email (hvacsage@yahoo.com) for one-on-one sessions, or get some of the Video Training as a TradeTight Club Member.
Top of the page Bottom of the page
BruceWilliamson
Posted 9/12/2021 6:37 AM (#9888 - in reply to #4014)
Subject: Getting started with OmniScan



Spectator

Posts: 5
0
Location:
Australia: , Rhodes, NSW
Howzit Jim?

I'd like to create a filter based on $VIX (and XVI, ASX equivalent), how do I reference symbols in formulas/functions? I've looked everywhere and can't find an example anywhere, any help appreciated.

Cheers
Bruce
Top of the page Bottom of the page
JimDean
Posted 9/12/2021 7:55 AM (#9889 - in reply to #9888)
Subject: Getting started with OmniScan



Owner/Admin

Posts: 3925
2000100050010010010010025
Location:
USA: GA, Lawrenceville
Hi Bruce:

The key is to use one of the “Get” functions.

Un the upper left corner of TradeTight, click Search, then type “GetClose” on the upper right, and click “Go” in bottom center.

You’ll find a wealth of info and examples. Look about 2/3 of the way down for some OmniScript explanations.
Top of the page Bottom of the page
BruceWilliamson
Posted 9/14/2021 5:47 AM (#9890 - in reply to #9889)
Subject: Getting started with OmniScan



Spectator

Posts: 5
0
Location:
Australia: , Rhodes, NSW
Thanks Jim, that was just the tip I needed, much appreciated

Cheers
Bruce
Top of the page Bottom of the page
Jump to page : 1
Now viewing page 1 [50 msgs/pg]
( E-mail a Link | Printer Version | Search Room )

Owner of site: Jim Dean -- Forum content is confidential, and may not be distributed without written permission.