0
집중하다
0
수행원

PINE이 작성한 전략, Binance 실제 시장은 항상 GetRecords: 429: {"code":-1003,"msg":"요청이 너무 많습니다. 현재 IP 제한

만든 날짜: 2023-01-28 14:39:34, 업데이트 날짜:
comments   4
hits   647

long_in = ta.crossover(mafast, maslow) and maslow > nbEma long_out = ta.crossunder(mafast, maslow) and maslow > nbEma

short_in = ta.crossunder(mafast, maslow) and maslow < nbEma short_out = ta.crossover(mafast, maslow) and maslow < nbEma

if long_in strategy.entry(“MA2CrossLE”, strategy.long, comment=“MA2CrossLE”) if long_out strategy.close(“MA2CrossLE”, strategy.long, comment=“MA2CrossLE”)

if long_in strategy.entry(“MA2CrossLE”, strategy.short, comment=“MA2CrossLE”) if short_out strategy.close(“MA2CrossLE”, strategy.short, comment=“MA2CrossLE”)

코드는 그냥 아래와 같은 평행선을 써서, 다른 것은 아무것도 없고, 아래의 공서를 보고, 너무 많은 설문조사 때문이라고 했습니다. 하지만 파인은 설문조사 시간을 설정하지 않았습니다.