The policy, written by PINE, has been reported to GetRecords: 429: {"code":-1003, "msg:"Too many requests; current limit of IP

Author: zcj252, Created: 2023-01-28 14:39:34, Updated:

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”)

In the code, it simply writes the lower double equilateral triangle, nothing else, consulting the list of tasks, saying that it is caused by too many rounds. But pine does not set the time of rounds where, please the gods answer.


More

zcj252Template parameter rounding time changed to 15s, I only run one real disk. I don't know if it's because my hosting is publicly caused.

The Little DreamThere are template parameters in the "Pine language trading library" template parameters, which affect the frequency of access, and also check whether a server has run a lot of real disk operations on this exchange account.

zcj252Good, thank you. Thank you.

The Little DreamIt is preferable to use a private host, whereas a public host may have more users. Exchange visits are more frequent.