ETHUSDTPERP BOT 30min
2
Follow
8
Followers
Source
Pine
//@version=4
strategy("ETHUSDTPERP BOT 30min", overlay=false, pyramiding=1,initial_capital = 10000, default_qty_type= strategy.percent_of_equity, default_qty_value = 100, calc_on_order_fills=false, slippage=0,commission_type=strategy.commission.percent,commission_value=0.075)
//Source
source = input(close, title="Source")
//ADX -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Act_ADX = input(true, title = "AVERAGE DIRECTIONAL INDEX", type = input.bool)
ADX_options = input("MASANAKAMURA", title = " ADX OPTION", options = ["CLASSIC", "MASANAKAMURA"])
ADX_len = input(16, title = " ADX LENGTH", type = input.integer, minval = 1)
th = input(13.5, title = " ADX THRESHOLD", type = input.float, minval = 0, step = 0.5)
Strategy parameters
Related strategies
Comment
All comments (0)
No data
- 1