11
Follow
2
Followers
Source
Pine
/*backtest
start: 2022-11-28 00:00:00
end: 2023-12-04 00:00:00
period: 1h
basePeriod: 15m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/
//@version=4
strategy("KST策略", overlay = false, pyramiding=1, default_qty_type= strategy.percent_of_equity, default_qty_value = 100,commission_type=strategy.commission.percent,commission_value=0.07)
ROC1 = input(10)
ROC2 = input(15)Strategy parameters
Related strategies
Comment
All comments (1)
- 1

