Replies

bolatfx
07 Apr 2024, 05:34

I think you need to select "Trading" when issuing the app's token.


@bolatfx

bolatfx
25 Mar 2024, 08:39

RE: About prices used in real-time SMA

PanagiotisCharalampous said: 

Hi there,

It uses the last x prices defined by the MA period including the current one.

Best regards,

Panagiotis

thank you. I use the closing price of the candlestick for SMA calculation, but in real time, the candlestick is not completed yet. What should I use instead of the closing price in such a case?


@bolatfx

bolatfx
24 Mar 2024, 01:33

When I checked again, it seems that either Ask or Bid is missing.


@bolatfx

bolatfx
27 May 2023, 07:20 ( Updated at: 21 Dec 2023, 09:23 )

RE:

PanagiotisChar said:

Hi there,

Just tried it using the sample application and works fine

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 

I solved it.
It seems that to use the new URL, it was necessary to turn off TLS certificate validation.


@bolatfx

bolatfx
25 May 2023, 16:30 ( Updated at: 25 May 2023, 16:31 )

RE:

PanagiotisChar said:

Hi there,

Try port 5035. Looks like a typo in the documentation.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 

Error on port 5034: TimeOut
Error on port 5035: invalid peer certificate: CertNotValidForName

 


@bolatfx

bolatfx
27 Dec 2019, 09:16

RE:

PanagiotisCharalampous said:

Hi bolatfx,

The first value represents an actual timestamp and an actual price (to get the price just divide by 100.000)

0 timestamp:1577428963249 tick:10950900 

The rest of the values represent the difference from the previous value. Let me know if this is clear.

Best Regards,

Panagiotis 

Join us on Telegram

 

 

Thanks, Panagiotis.

I want to confirm further,

1. Isn't it sorted in timestamp order?

2. Is the 0th element the last tickdata?


@bolatfx