Ask if the GetCommand function rotates once every 1 second, or if it can be upgraded to rotate per millisecond, otherwise the signal from tradingview to FMZ detects a delay of at least 1 second.
Inventors quantify - small dreamsIn addition, tradingview sends requests to the FMZ platform and FMZ platform sends interaction instructions to the host, a process that is also time-consuming for network IO. FMZ can now directly execute the PINE language policy and run scripts directly on the real disk.
Inventors quantify - small dreamsGetCommand does not have a sleep query, check if your master has a sleep query in the loop.