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.


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


 
panetmoto

Member

Posts: 11

Joined: 1/15/2018
Location: visalia

User Profile
 
Subject : modify this system of catch a wave
Posted : 4/17/2022 8:56 PM
Post #48623

Been trying to get the long and short signals to plot when the ema9 crosses above the pricetrend line for long and crosses below pricetrendline for short pic and text to follow , Seems limited in getting coding help on these forums
#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+10, close, red, 3)

signal=shortsignal

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+10, close, blue, 3)
signal=longsignal
end if

Attached file : 4-17-2022 6-53-13 PM.jpg (212KB - 272 downloads)

Deleting message 48623 : modify this system of catch a wave


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