Zqhslf 发表于 2021-12-19 19:16:30
好好好好好爱好好黄勇 发表于 2021-12-30 15:53:11
谢谢楼主分享的好的影片小猪宝宝 发表于 2022-1-23 18:34:16
谢谢谢谢谢谢谢谢谢楼主lee185630 发表于 2022-1-24 11:01:42
谢谢分享!!rzhx2017 发表于 2022-1-30 10:35:20
谢谢分享优秀电影solomonsolo 发表于 2022-7-8 18:18:45
老电影好看~~~524335lxb 发表于 2022-7-19 16:12:48
感谢楼主分享zxsimon 发表于 2022-7-22 17:26:24
。。。。.279710115 发表于 2022-7-30 16:53:10
感谢楼主分享hongbin0908 发表于 2022-7-31 02:40:36
// === PLOTTING === barcolor(color = closeSeries > openSeries ? #006600 : #990000, title = "Bar Colours") // channel outline closePlot = plot(closeSeries, title = "Close Line", color = #009900, linewidth = 2, style = line, transp = 90) openPlot = plot(openSeries, title = "Open Line", color = #CC0000, linewidth = 2, style = line, transp = 90) // channel fill closePlotU= plot(trendState ? closeSeries : na, transp = 100, editable = false) openPlotU = plot(trendState ? openSeries : na, transp = 100, editable = false) closePlotD= plot(trendState ? na : closeSeries, transp = 100, editable = false) openPlotD = plot(trendState ? na : openSeries, transp = 100, editable = false) fill(openPlotU, closePlotU, title = "Up Trend Fill", color = #009900, transp = 40) fill(openPlotD, closePlotD, title = "Down Trend Fill", color = #CC0000, transp = 40) // === /PLOTTING ===