Inventors quantify by playing with a stationary phone

Author: The Little Dream, Created: 2017-09-12 17:33:51, Updated: 2021-07-18 21:27:13

Quantitative inventors play with their Android phones while they're idle

If you have a handheld Android phone, you can use it to play programmatic trading, because the inventors of the Quantify Quantify platform's underlying host program is compatible with all the mainstream platforms, it is now possible to run on Android phones Quantify trading robots!

  • The first thing you need to do is prepare yourself:

    • 1, download terminal simulator and install, here the author is using a Xiaomi phone, which can be easily found in the Xiaomi app store.
    • 2 RAR decompression software, also available for download and installation in the Xiaomi App Store.

      img

  • Download the host and deploy it.

    Access using the browser on your phonewww.fmz.com, Login Inventor Quantify Quantify platform website, log in account, below the control centerClick hereClick the Add a Host button, jump to the Add a Host page, and then select Download a Host for the Linux ARM version of the plugin (Browser Recommended for Chrome)

    Once the download is complete, run the terminal simulator.

    • 1, Generally, the administrator will download the directory to the Android phone:
      /storage/emulated/0/Download/robot_linux_arm.tar.gz
      

      We used RAR to decompress the file robot_linux_arm.tar.gz.

      This is the robot_linux_arm folder, the directory for/storage/emulated/0/Download/robot_linux_arm

    • 2, use cd ~ command to access the Operations directory: (you can see that running ls -a directly is not possible. Displays: permission denied)
    • 3, copy the uncompressed robot to the current directory, then grant permission and run the admin program (robot)
      cp /storage/emulated/0/Download/robot_linux_arm/robot ./              // 把解压缩的 robot 托管者程序 复制过来
      chmod 744 robot                                                       // 给予 robot 权限, 运行, 777 也可以
      ./robot -s rpcs@a.botvs.com:9902/xxx -p xxx                           // 运行托管者 , -p 后 是 发明者量化 密码
      

      This is a picture:

      img

    • 4, One problem to be aware of is that WIFI will turn off after the phone locks the screen, where you need to set the terminal simulator to two options:

      img

      Both options need to be turned on.

      This is a real-life test: In the test, the robot still reads ticker data from the exchange after the phone screen is locked.img


More

maicl/system/bin/sh: robot: not found It doesn't work, why is that? Trying something like PATH, wouldn't be a version problem, right?

kiriniPhone, iPad, can these be used like this?

The Little DreamIt should be a directory that has not been switched to the host Uncompressed, shows No robot host program found, try switching to a directory to see where the host program robot has downloaded or uncompressed.

The Little DreamCurrently, the host does not have an iOS version.

The Little DreamThere are no hosts for the iOS version yet. Oh, my God.