Type/to search

Spot Iceberg Entrust Comprar Plugin

Study
3
Follow
1503
Followers

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

A compra por encomenda de icebergs, dividindo as encomendas em pequenas compras de M, para evitar choques no mercado, é uma boa estratégia de aprendizagem de negociação de quantidade de bitcoin para iniciantes.
O plug-in pode ser iniciado em um terminal de negociação com um toque, sem cobrança de taxas, facilitando a negociação manual. Mais informações: https://www.fmz.com/digest-topic/5051

Source
JavaScript
function main(){
    var initAccount = _C(exchange.GetAccount)
    while(true){
        var account = _C(exchange.GetAccount)
        var dealAmount = account.Stocks - initAccount.Stocks
        var ticker = _C(exchange.GetTicker)
        if(BUYAMOUNT - dealAmount >= BUYSIZE){
            var id = exchange.Buy(ticker.Sell, BUYSIZE)
            Sleep(INTERVAL*1000)
            if(id){
                exchange.CancelOrder(id) // May cause error log when the order is completed, which is all right.
Strategy parameters
Strategy parameters
amount to buy
iceberg order size
orders exist time(second)
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)