Type/to search

Plugin d'ordre iceberg d'achat au comptant

Study
3
Follow
1507
Followers

Très simple, juste pour apprendre.
Le code est la meilleure annotation.

Achat avec ordre iceberg : diviser l'ordre en petits lots M pour éviter d'impacter le marché. C'est une excellente stratégie d'apprentissage simple pour débuter le trading quantitatif de Bitcoin.
Le plugin peut être lancé en un clic depuis le terminal de trading, sans frais, pratique pour le trading manuel. Détails : 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
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)