Type/to search

Plugin sederhana untuk jual setelah beli terjadwal.

Study
3
Follow
1510
Followers

Seperti judul, dapat mengatur harga beli, setelah pembelian berhasil secara otomatis memasang harga jual untuk menjual, plugin dapat diaktifkan dengan satu klik di terminal trading, tidak dikenakan biaya, memudahkan trading manual. Detail lebih lanjut: 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
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)