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
php ehler fisher strategy
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13592
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: php ehler fisher strategy
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.
(#10850)
Re: php ehler fisher strategy
yeah mate ... same here. Already started translation, but without success.
Thank you for your time
Thank you for your time
- Christopher
- Site Administrator
- Posts: 13592
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: php ehler fisher strategy
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.ddragas wrote:yeah mate ... same here. Already started translation, but without success.
Thank you for your time
(#10850)