Page 1 of 1
php ehler fisher strategy
Posted: Wed Jan 02, 2019 1:00 pm
by ddragas
Hi
Does anybody know how to calculate Ehler Fisher Transform in php? I'm trying to create trading bot.
https://www.tradingview.com/script/Q0eQ ... -Strategy/
Cheers
Re: php ehler fisher strategy
Posted: Thu Jan 03, 2019 5:09 pm
by Christopher
I couldn't find any PHP code online. That page has code in Pine Script (
https://www.tradingview.com/wiki/Introduction), so you could translate the calculation into PHP and then plot the results.
Re: php ehler fisher strategy
Posted: Fri Jan 04, 2019 2:17 am
by ddragas
yeah mate ... same here. Already started translation, but without success.
Thank you for your time
Re: php ehler fisher strategy
Posted: Fri Jan 04, 2019 1:16 pm
by Christopher
ddragas wrote:yeah mate ... same here. Already started translation, but without success.
Thank you for your time
Post your code and I will help with the port. It shouldn't be that difficult. The trick will be to translate the Pine functions.