Problems with tradingview: Always delay 1 to 2 seconds between signal to FMZ

Author: huahaicheng1, Created: 2022-06-26 18:05:07, Updated:

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.


More

The Little DreamIn 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.

The Little DreamGetCommand does not have a sleep query, check if your master has a sleep query in the loop.