Type/to search

RSI_now_sb_ok

RSI
0
Follow
3
Followers

RSI简单买卖测试, 默认 70-100卖出,0-30买入

Source
JavaScript
function adjustFloat(v) {
    return Math.floor(v*1000)/1000;
}

function cancelPendingOrders() {
    while (true) {
        var orders = exchange.GetOrders();
        if (orders) {
            if (orders.length == 0) {
                break;
            }
            for (var j = 0; j < orders.length; j++) {
Strategy parameters
Strategy parameters
RSI周期
下单滑动值
RSI买入点(低)
RSI买入点(高)
RSI卖出点(低)
RSI卖出点(高)
出错重试(毫秒)
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)