Click or drag to resize

Best Pratices

KotakNet DotNet Library

The below best practices might help you to run your algorithms efficiently.

General
  • Run your Trading System in Cloud Server

    Advantages

    1. Less Network issues (PC or Laptop will have more network issues)

    2. Low Latency (Order will be placed fast)

    3. Isolated setup (Can be accessed from anywhere, No worry about powercut and Low battery)

    4. Easily Scale up or down (Increase RAM or CPU as the load increases)

  • Do not install and use any other software other than what is required for the Trading System. Running unwanted software will consume resources and may intrept Trading systems

Note Note

More content will be updated soon