Etherist![]() Member ![]() Posts: 25 Joined: 6/9/2024 Location: South Australia ![]() | Hey there MikeB Alas I too do not have the Rhino Suite, as commented by others. Re: Thread notification via email ... I think you need to select a checkbox at the bottom of your post to be notified when you get a reply to that post. So ... it might be worth watching this OmniTrader’s Trading Strategies video: https://www.omnitrader.com/currentclients/SupportCenter/section6/. There is a section in there addressing "Understanding Market Reversal Exits". To answer your question, you need to edit the Orders component in a given (RhinoHull) strategy. There is the ability to write your own exits using exit algorithms. Assuming your installation is set to the default location: "Program Files (x86)/Nirvana/OT202X/Manuals/OmniTrader Professional User Guide.pdf" (change "OT202X" with the version of OmniTrader you are using), then you can check the various sections on Programmable Stops, i.e. see on page 21 of this document, you'll see an example of a Stop. Also on p.47 you have the section on "Writing Your Own Indicators, Systems, & Stops" and more specifically p.53 "Writing a Stop" ... Stops are used in the Orders block and can be created just like indicators and systems. Therefore you can create a #Stop in OmniLanguage, once this compiles correctly, then this Stop can be applied to the Orders component in the Rhino Hull Strategy. I'd need to know a bit more about the Rhino Suite to provide more in depth advice. Happy to assist where I can. Cheers Etherist :-) P.S. This post on Stops may be useful, or not: https://www.omnitrader.com/currentclients/proforum/thread-view.asp?threadid=7995 [Edited by Etherist on 10/5/2024 12:34 AM] |