TradingView
X4815162342
6 Th08 2022 15:20

X48_LibaryStrategyStatus 

BitcoinBITKUB

Mô tả

Library "X48_LibaryStrategyStatus"

// Thanks For Code by Cayoshi this code back up for my strategy, make sure when use libary direct the code in my libary

//****** HOW TO ********//
// COPY THIS CODE AND PASTE TO YOUR STRATEGY
// ⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️
// >> เรียกใช้ library ( import lib) <<<
import X4815162342/X48_LibaryStrategyStatus/1 as fuLi

//>>> แสดงผล Backtest (Show BackTest In Your Chart) <<<<
show_Net = input.bool(true,'Show Net', inline = 'Lnet')
position_ = input.string('bottom_center','Position', options = ['top_right','middle_right','bottom_right','top_center','middle_center','bottom_center','middle_left','bottom_left'] , inline = 'Lnet')
size_i = input.string('auto','size', options = ['auto','tiny','small','normal'] , inline = 'Lnet')
color_Net = input.color(color.blue,"" , inline = 'Lnet')
fuLi.NetProfit_Show(show_Net , position_ , size_i, color_Net )

Phát hành các Ghi chú

Edit Some Word In Script Ex. Trad > Trade
Thêm nữa