Type/to search

饥饿者

Cryptocurrency
Created: 2022-08-02 14:30:19
Last modified: 4 years ago
2
Follow
8
Followers
Source
Pine
strategy(title='饥饿者~01', overlay=true, 
     pyramiding=0, default_qty_type=strategy.cash, 
     default_qty_value=1, initial_capital=100, 
     currency=currency.USD, commission_value=0.05, 
     commission_type=strategy.commission.percent, 
     process_orders_on_close=true)
//对上面这段话的解释:策略标题(名字)“”,显示在图表(主图),pyramiding=0只能在同一方向上开单,......


//-------------- fetch user inputs ------------------
gain = input.float(title="Kalman Gain:", defval=100.0, minval=1, maxval=10000.0, step=1)
src = input(defval=close, title='Source:')
Strategy parameters
Strategy parameters
Kalman Gain:
Source:
Beginning Approach(%)
Final Approach(%)
Approach Decrease Step
Base Order Quantity
Max Safe Order Attemp
Safe Order Deviation
Profit Deviation
Max Take Profit(%)
Max Order Quantity
TP1(%)
QT1(%):
TP2(%)
QT2(%):
TP3(%)
QT3(%):
Stop Loss(%)
Long Entry
Short Entry
Safe Stop After TP2
Safe Stop After TP1
From Date:
/
/
To__ Date:
/
/
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)