OmniTrader Forum OmniTrader 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.

 
Barry Cohen

Sage
5000100010010010025
Posts: 6338

Joined: 1/19/2004

User Profile
 
Subject : RE: Omniscan Issue
Posted : 2/20/2023 4:22 PM
Post #48804 - In reply to #48800

This is the syntax you would use. This example uses the RSI-P system with its parameters 13, 30, 70, but you can use any other system instead.

This passes long signals only:
SysInd("RSI-P", 13, 30, 70) = 1

This passes short signals only:
SysInd("RSI-P", 13, 30, 70) = -1

This passes both long & short signals:
SysInd("RSI-P", 13, 30, 70) <> 0

Deleting message 48804 : RE: Omniscan Issue


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