Type/to search

স্পট আইসবার্গ সেল অর্ডার প্লাগইন

Study
3
Follow
1505
Followers

Very simple, just for learn. Code is best annotation.

আইসবার্গ অর্ডার বিক্রি: অর্ডার ছোট ছোট অংশে বিভক্ত করে বিক্রি করা, বাজারকে প্রভাবিত না করা, যা বিটকয়েন পরিমাণগত ট্রেডিং শেখার জন্য একটি চমৎকার সহজ প্রবেশ স্তরের কৌশল। প্লাগইনটি ট্রেডিং টার্মিনালে এক ক্লিকে চালু করা যায়, কোনও ফি নেই, এবং ম্যানুয়াল ট্রেডিংয়ের জন্য সুবিধাজনক। বিস্তারিত পরিচিতি: https://www.fmz.com/digest-topic/5051

Source
JavaScript
function main(){
    var initAccount = _C(exchange.GetAccount)
    if (initAccount.Stocks < SELLAMOUNT){
        throw 'check your account amount to sell'
    }
    while(true){
        var account = _C(exchange.GetAccount)
        var dealAmount =  initAccount.Stocks - account.Stocks
        var ticker = _C(exchange.GetTicker)
        if(SELLAMOUNT - dealAmount >= SELLSIZE){
            var id = exchange.Sell(ticker.Buy, SELLSIZE)
            Sleep(INTERVAL*1000)
Strategy parameters
Strategy parameters
amount to sell
sell orders size
order exist time(second)
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)