What is the best solution for static IP requirement for personal trading ?

sushanta04
Any suggestions from the ppl here on the best way to solve for static IP requirement using a cloud service ? Not sure static IP is possible from home PC.
  • vidhem
    A simple Elastic IP in AWS (or equivalent in GCP/Azure) should work just fine I think
  • egokulram
    I have just set this up with Linode. Seems like it will work. DigitialOcean also seemed like a good option when I was searching for this. Only complication is navigating through linux and cmd but not too much of a difficulty
  • yogeshs
    can you please share how you are using it on linode? i am also running my APIs from linode server
  • StaticIP
    static ip can be purchase from service providers like us, and u can use/assign the same ip address in ur code/pc.

    this way u can run ur algo from anywhere either on cloud server / local pc and it will route through ur static ip only.
  • yogeshs
    I think, the ip can not be used in the code.
    Its machines ip from where code is getting executed right ?
  • StaticIP
    ip can be use in code also as proxy parameter else whatever configured in network it will pick that setting.
Sign In or Register to comment.