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.


This message cannot be deleted. It is the first message of the thread.
Administrators or moderators may choose to delete the entire thread


 
beech pilot

Member
25
Posts: 36

Joined: 11/1/2018
Location: Visalia

User Profile
 
Subject : indicator of wave trader as a signal
Posted : 4/16/2022 9:52 AM
Post #31998

would like to add to the indicator when the ema 9 crosses the pricetrendline as a system as of now the indicator plots a price and bar when the wave changes color, i would like to change it as a indicator into a system thanks
#Indicator

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)

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)

End If

Return 0 ' Return the value calculated by the indicator


[Edited by beech pilot on 4/16/2022 9:59 AM]

Attached file : 4-16-2022 7-42-40 AM.jpg (182KB - 235 downloads)

Deleting message 31998 : indicator of wave trader as a signal


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