- Forums
- Help
- Question about retesting (Python language used)
Question about retesting (Python language used)
Author:
clubk818, Created: 2021-12-26 23:26:44, Updated: 2021-12-27 00:46:58
- When I retweeted our webpage, the selected time was February 1, 2021 to April 1, 2021, but when I retweeted, only April 1 was trading on that day, and no other times, why is that?
- When I was using the local retrieval engine, I found that when I copied the contents of the retrieval settings to the local retrieval tab, the results of the local retrieval run and the results of the web page run didn't match, so I suspected that the local retrieval didn't read the contents of the retrieval settings. Because there was a phenomenon: I declared a global variable x and y in the code but didn't assign the initial value, and I wanted to assign the contents of the retrieval set to the local retrieval run, but the program said that the x was undefined.
- I noticed that the page bar save retrieval setting seems to save only parameters related to getting the k-string data?
- When I use the native retrieval engine, the log-related functions don't return errors, but they don't print outputs, so I can only print outputs, which is where the problem comes from.
- What does it mean when using a local retargeting engine to show the retargeting results in fees and net respectively?But if net is total account funds, then isn't the USDT in front also total account funds?
Thank you for your reply, thank you very much.
More
- Oh my God, this problem cannot be solved.
- Host deployed locally, run strategy, is it free?
- In other words, is it going to be profitable to actually run it?
- Question about the previous post
- Local host retesting has been reporting -1 error
- I can't debug, I'm always out of time, I'm suspicious that I didn't go over the wall, so there's a question of how to set up the proxy hosting software.
- Bitcoin ETH_USDT real disk, Log out ticker is not correct
- Why can't we get 201k at a time?
- Questions about supporting contract pairs and simultaneous reading
- How to print a currency in a log
- Bitmart Exchange API updated, FMZ is still using the old API
- Is it possible for the server-side to run the administrator command without explicitly entering the password, and at the same time nohup?
- SECURITY BUG
- My quantified journey, thanks to the warm harbour of FMZ
- Ladies and gentlemen, there was an error when setting the bidirectional hold and set the full hold mode.
- I'm a little confused, someone else can execute, I can't, about debug tools.
- Binance set up two-way holding error
- Ask for help: Questions about the number of runs and multiple threads of the retesting system policy
- What does it mean when an X appears on the K-string graph of market data in a feedback system?
- The policy is normal during the simulation retry, start an error report on the real disk, how to solve it?
The grassYour policy may require more K-lines to transact. Save web page settings to save only parameters that have been changed to the default settings. Local retrieval does not appear immediately on the terminal, but as the final output.
clubk818Thank you, but there's still a question, 1, my strategy does require two k-strings of different time periods to calculate the buy and sell, so does the problem that I mentioned above occur in real time?
2, I still don't understand why the saved parameter x would show undefined, because in the above case the parameter x has modified the default parameter of getRecord, and the program is saved. Now I'm more worried about other settings that won't be saved to read, like k-line period, which I can still initialize in my own code, but like k-line period, which I can only do with our save-retry method, is one of the main problems I want to solve eventually, and I'm not consistent with the results of the online retrieval.