Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion AO.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//@version=3
////////////////////////////////////////////////////////////
// Copyright by HPotter v1.0 15/04/2014
// This indicator is based on Bill Williams` recommendations from his book
Expand Down Expand Up @@ -31,4 +32,4 @@ xSMA1_hl2 = sma(hl2, nLengthFast)
xSMA2_hl2 = sma(hl2, nLengthSlow)
xSMA1_SMA2 = xSMA1_hl2 - xSMA2_hl2
cClr = xSMA1_SMA2 > xSMA1_SMA2[1] ? white : orange
plot(xSMA1_SMA2, style=areabr, linewidth=1, color=cClr)
plot(xSMA1_SMA2, style=areabr, linewidth=1, color=cClr)