0
  • Home
  • Shop
  • Blog
  • Affiliate Program
  • Login
Chart Kitchen Chart Kitchen
  • Home
  • Services
  • Pricing
  • Blog
  • Shop
  • Letter
0
Login
join us
Chart Kitchen

FinTA for freqtrade installation guide

By Leonidas inAlgo Trading, freqtrade

In this post, we’ll show you how to install FinTA for Freqtrade without a hassle. FinTA contains common financial technical indicators implemented in Pandas for Python3.

Pandas: is an open-source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.

It supports many indicators, including, but not limited to:

  • Simple Moving Average ‘SMA’
  • Simple Moving Median ‘SMM’
  • Smoothed Simple Moving Average ‘SSMA’
  • Exponential Moving Average ‘EMA’
  • Double Exponential Moving Average ‘DEMA
  • Triangular Moving Average ‘TRIMA’
  • …

For all the indicators that you can get with FinTA, check out their Github here.

How to install

Simply run:

pip3 install finta

Then on strategy files add at the top

from finta import TA

Example of Awesome Oscillator using finta:

dataframe['ao']=TA.AO(dataframe)

Let us know in the comments what you think or your favorite indicators. If you need to learn more about freqtrade, join our discord!

fintafreqtrade

Leave a Reply (Cancel reply)

Your email address will not be published. Required fields are marked *

*
*

  • Products
  • Referral Program
  • My account
  • Home
  • Privacy Policy
  • Disclaimer

A group of dedicated traders aiding people in their quest for profits.

tradingview-footer-icon

Info@chartkitchen.com

chartkitchen10

© 2020 Chartkitchen.com

Copy
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled

Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.

Non-necessary

Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.