OmniTrader Professional Forum OmniTrader Professional Forum
forums calendars search
today this week
 
register logon control panel Forum Rules
You are currently browsing as a guest.
You should logon to access more features
A Self-Moderated Community - ALL MEMBERS, PLEASE READ!
Vote for Members who contribute the most to your trading, and help us moderate content within the Forums.


Only Forum Moderators, Administrators, and the owner of this message may delete it.

 
Jim Dean

Sage
2000100010010010010025
Posts: 3433

Joined: 3/13/2006
Location: L'ville, GA

User Profile
 
Subject : RE: Help on Trade Plan
Posted : 2/25/2010 11:52 PM
Post #15528 - In reply to #15527

If you'd like to make sure that you only enter on a bar that has an OPEN price higher than the previous bar's High, then create a small #Stop in OLang:

#Stop
ExitLevel = High
if Open > High[1] then Signal=ExitSignal

You can use this with a Market order and it should work just fine. It should also work with a StopMarket or Limit order, set for a Virtual Level.

That Stop becomes a Condition for the Entry row.

[Edited by Jim Dean on 2/25/2010 11:54 PM]

Deleting message 15528 : RE: Help on Trade Plan


Nirvana Systems
For any problems or issues please contact our Webmaster at webmaster@nirvsys.com.