OmniTrader Forum - OmniTrader 2016 Technical Support
How to build a Strategies for something simple

^ Top
Bob McGuire

Posts: 3

Joined: 11/21/2016
Location: SHelby Township, MI

User Profile
 
Subject : How to build a Strategies for something simple
Posted : 11/21/2016 10:37 PM
Post #38463

I never had a chance to build a strategy for my self.
I would like to be able to be able to put it on "The To Do" list and give me green arrows on the focus list and on the chart

Looking for a strategy to give a green arrow on an inside day.
Day one is nothing special and day two has a lower high than day one
and day two has a higher low than day one.
I think equal to plus higher and lower is OK
^ Top
Bob McGuire

Posts: 3

Joined: 11/21/2016
Location: SHelby Township, MI

User Profile
 
Subject : RE: How to build a Strategies for something simple
Posted : 11/26/2016 2:35 PM
Post #38467 - In reply to #38463

OK well I solved that problem. I did not have to make a strategy at all.
Just added some code to the the scan in Omni Trader 16. Go To Focus List and click the pencil button at the top. That brings you to select OmniScan in the drop down box. Make a copy of smooth movers. Change name of Smooth Movers to - Copy Of Smooth Movers with Bob McGuire's Inside Day -
add the following code with the edit button
C > 30 (gives you better stocks)
C >C[120] (Gives you a bit of an uptrend)
H[1] >= H (first part of inside day)
L[1] <= L (second part of inside day)............
You can use any list.
Inside days are dangerous to trade by themselves. Use with a system signal. is better



https://www.omnitrader.com/currentclients/otforum/thread-view.asp?threadid=12285&posts=2