Author

Topic: Poloniex API trading bot, how to get MACD, HIST and SIG? (Read 1194 times)

sr. member
Activity: 487
Merit: 266
Hello,

I was thinking of writing a trading bot in php as a little side project. I'm not a super experienced trader but this should be fun.

Question though, I was reading through the API: https://poloniex.com/support/api/

But I don't see a way to get the MACD, HIST and SIG data for a given candle/time. Am I missing something or do I need to calculate these myself?

Sorry if this is a noobish question but I thought I might ask here before opening a ticket on Polo.

Thanks in advance

You have to calculate it by yourself. The only chart data coming from that API is weighted average.

Ah OK! Thanks for the quick response.
hero member
Activity: 1498
Merit: 614
Liable for what i say, not for what you understand
Hello,

I was thinking of writing a trading bot in php as a little side project. I'm not a super experienced trader but this should be fun.

Question though, I was reading through the API: https://poloniex.com/support/api/

But I don't see a way to get the MACD, HIST and SIG data for a given candle/time. Am I missing something or do I need to calculate these myself?

Sorry if this is a noobish question but I thought I might ask here before opening a ticket on Polo.

Thanks in advance

You have to calculate it by yourself. The only chart data coming from that API is weighted average.
sr. member
Activity: 487
Merit: 266
Hello,

I was thinking of writing a trading bot in php as a little side project. I'm not a super experienced trader but this should be fun.

Question though, I was reading through the API: https://poloniex.com/support/api/

But I don't see a way to get the MACD, HIST and SIG data for a given candle/time. Am I missing something or do I need to calculate these myself?

Sorry if this is a noobish question but I thought I might ask here before opening a ticket on Polo.

Thanks in advance
Jump to: