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: indicator of wave trader as a signal
Posted : 4/16/2022 10:40 AM
Post #31999 - In reply to #31998

I couldn’t really follow the first part of your post - sort of garbled. But here’s how you change the indicator you provided into a system. Maybe that will get you started.


#system

dim s as string

s = cstr(c[1])

If (CAW_ZZ(2.5,14) > 0 and CAW_ZZ(2.5,14)[1] < 0) then
PlotText("WTChange", C-(2*ATR(14)), s)
PlotPriceTrendLine( "Level", BAR, Close, BAR+20, close, blue, 3)
Signal = LongSignal

Else If (CAW_ZZ(2.5,14) < 0 and CAW_ZZ(2.5,14)[1] > 0)then
PlotText("WTChange", c+(2*ATR(14)), s)
PlotPriceTrendLine( "Level", BAR, Close, BAR+20, close, blue, 3)
Signal = ShortSignal

End If



[Edited by Jim Dean on 4/16/2022 10:43 AM]

Deleting message 31999 : RE: indicator of wave trader as a signal


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