exchange.SetTimeout(3000);
exchange.SetContractType("XBTUSD");
//取得第一次币量
position = _C(exchange.GetPosition);
last_Amount = position[0].Amount; //持币数量
hold_price = Math.round(position[0].Price); //持币均价
TypeError: cannot read property 'Amount' of undefined at main (__FILE__:38)
발명가들의 수량화 - 작은 꿈GetPosition는 포지션 행렬을 반환합니다. 포지션 행렬이 없으면 []를 반환합니다. 포지션 행렬이 없으면 빈 행렬입니다. 포지션 행렬이 없으면 포지션 행렬을 호출합니다. 이것은 당신의 전략 프로그램이 처리하지 못한 것입니다.