Replies

ctid5696420
18 Apr 2023, 09:49

RE:

PanagiotisChar said:

Hi there,

Try wrapping the volume with the Symbol.NormalizeVolumeInUnits() method.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

I am Using Open API and C#, will this Symbol.NormalizeVolumeInUnits() method  works the same ?

Thanks


@ctid5696420

ctid5696420
07 Apr 2023, 11:03

RE:

Spotware said:

Dear trader,

In order to investigate this issue further, please provide us with the following information

  • Application id (client id)  = 5269_CEfKn4k9CyNJXZA5B7ImJFTtWLpnkBEkJEoMkx7XnM5FqXuReX
  • IP address at the time of request = 202.59.75.26
  • Exact time/date of the request = 07-04-2023 2:52 AM (US Eastern Standard Time)
  • The exact data of the request= {{ "payloadType": 2173, "payload": "EitrRHk0Y0RlWVdGdFlLVkxBTWRCUEZRdk1KR2J4dUstemVfQTRUYzIyOGVF"}}
  • The exact data of the response = No Response

Thank You

 


@ctid5696420

ctid5696420
24 Feb 2023, 07:51

RE:

PanagiotisChar said:

Hi there,

I don't think this will be possible with the current limitations. You would need to become a client of Spotware to achieve that. If you are looking for professional consulting, send me an email at info@aieden.tech

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

Hi There ,

I have send you email on info@aieden.tech.


@ctid5696420

ctid5696420
24 Feb 2023, 07:51

RE:

PanagiotisChar said:

Hi there,

I don't think this will be possible with the current limitations. You would need to become a client of Spotware to achieve that. If you are looking for professional consulting, send me an email at info@aieden.tech

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

Hi There ,

I have send you email on info@aieden.tech.


@ctid5696420

ctid5696420
23 Feb 2023, 14:52

RE:

PanagiotisChar said:

Hi there,

There is no limit in the number of accounts you can access, there are only the limits mentioned in the link below

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

Hi,

Actually I want to create a solution for copy trading where I can have multiple (upto 50k) accounts and I have to place order against all of them with maximum 100 miliseconds delay .
can you guide me how this is possible?
it would be great if we can have a short call ?


@ctid5696420

ctid5696420
23 Feb 2023, 13:56

Thank you Dear for your prompt Response.


@ctid5696420

ctid5696420
23 Feb 2023, 13:48

RE:

PanagiotisChar said:

Hi there,

There is no such thing as linking an account to an Open API application. You can access any account you want, as long as the owner of the account grants you access to it.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 

 


I am Asking how many Account can I access against one application , Is there any limit? Can I Access 50K Account using one application?

Thank you .

 


@ctid5696420

ctid5696420
23 Feb 2023, 12:59

RE: RE:

ctid1980098 said:

Hi Dennis, 

I have never used "Open API" and can only speak to "FIX API". 

I currently have connections to 16 broker accounts via FIX api and the execution is pretty much seamless across all. I am able to buy and sell across all brokers pretty much at the same time. I have never experienced an issue where I have vastly different execution times across brokers, provided you have a vps.... to reduce latency. 

FIX took me a while to code up and get into the hang of things, but once up and running the system works flawlessly. My client was happy to copy trades across multiple platforms with FIX platform we designed. 

 

Hi lahsihv,

Hope you are dong good.

I have some questions regarding the fix API ,It would be great if you please help me n this regards . Thanks in advance.

1. Can we copy Trade from one account to multiple accounts using Fix API ?
2. Can we make account linking ? if yes then is limit on account linking ?
3. we have to give minimum 1000 milliseconds delay while switching accounts for copy trading else trade is not being copied ,is there any why out of this ?

below is example code for last question.

 foreach (var listacc in result)
            {                
                    listacc._tradeInitiator.Start();                  
                   Thread.Sleep(milliseconds);
                    listacc._tradeApp.SendMessage(message);
                    listacc._tradeApp.Dispose();
                    listacc._tradeInitiator.Stop();               
             }

 


@ctid5696420