Type/to search

फ्यूचर्स एक-क्लिक हेजिंग प्लगइन

Plugin
Created: 2020-03-18 15:59:34
Last modified: 6 years ago
3
Follow
1510
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
Strategy parameters
Contract A
Contract B
Open Amount
Slip Price
Reverse Direction
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)