Type/to search

Plugin de compra e venda de reserva simples

Study
3
Follow
1505
Followers

Por exemplo, pode-se definir um preço de compra e, quando a compra for bem-sucedida, o preço de venda será automaticamente exibido.
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 CancelPendingOrders() {
    var orders = _C(exchange.GetOrders);
    for (var j = 0; j < orders.length; j++) {
        exchange.CancelOrder(orders[j].Id, orders[j]);
    }
}
function main() {
    Log('robot starts to run')
    if(BUYPRICE >= SELLPRICE){
        throw 'check buy and sell price'
    }
    CancelPendingOrders()
Strategy parameters
Strategy parameters
buy price
buy amount
sell price after buying
sleep time (second)
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)