@viveksharma Yes, we also want to make it very simple, which is why I pointed out the future hurdle for special cases that need to be taken care of at an early stage.
Anyway, the broker has a larger user base and tech team, so I am sure that whate…
@ferdinand.sousa
What you said is correct - some brokers are overcomplicating it. However, brokers also need to ensure that one IP address cannot be used by multiple people/API keys, so they need to maintain an active mapping where each IP is assoc…
@Matti @drjunemoone @sbalaji987
If my IP address has been registered by someone else, and as suggested by @Matti sir, I need to raise a support ticket. In this procedure, there should also be some validation mechanism that can validate my IP owner…
yes, u can purchase the static ip from vendor like us and assign to your code.
this way u can run ur code in anywhere irrespective of network, and all together same time.
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.
its not necessary unique ip should assign on same system where algo is running, ip can be assigned on any big hardware machine / datacenter and traffic will route through them.
means algo provider will only need to worry for service subscription, a…
for big client, assigning multiple nic / ip in a single server is not easily feasible.
Instead they can easily purchase static ip from vendors and use unique ip for each client.
you can purchase multiple static ip from ISP / static ip service provider and assign each IP on dedicated system / algo.
but yes this will increase infra cost.