फ्यूचर्स वन-क्लिक हेजिंग प्लगइन
3
Follow
1505
Followers
दो अनुबंधों को स्वचालित रूप से तुरंत कवर किया जा सकता है, उचित स्लाइडिंग मूल्य पर ध्यान दें, व्यापार नहीं हो सकता है। अधिक पदों को कई बार क्लिक किया जा सकता है।
प्लगइन को ट्रेडिंग टर्मिनल पर एक क्लिक के साथ शुरू किया जा सकता है, बिना किसी शुल्क के, मैन्युअल ट्रेडिंग की सुविधा के लिए। अधिक जानकारी के लिएः https://www.fmz.com/digest-topic/5051
Source
JavaScript
function main(){
exchange.SetContractType(Reverse ? Contract_B : Contract_A)
var ticker_A = exchange.GetTicker()
if(!ticker_A){return 'Unable to get quotes'}
exchange.SetDirection('buy')
var id_A = exchange.Buy(ticker_A.Sell+Slip, Amount)
exchange.SetContractType(Reverse ? Contract_B : Contract_A)
var ticker_B = exchange.GetTicker()
if(!ticker_B){return 'Unable to get quotes'}
exchange.SetDirection('sell')Strategy parameters
Related strategies
Comment
All comments (0)
No data
- 1
