The Wayback Machine - https://web.archive.org/web/20220601231747/https://github.com/topics/technical-analysis
Skip to content
#

technical-analysis

Here are 383 public repositories matching this topic...

ta
markdregan
markdregan commented Jan 7, 2022

Wondering if this already exists? If not happy to create if valuable.

I'm looking for a mapping from the column names outputted, to the actual technical indicator it represents.

examples:
momentum_ao == "Momentum, Awesome Oscilator"
momentum_kama == "Momentum, Kaufman’s Adaptive Moving Average (KAMA)"

Can help quickly grasp what the features represent without having to refer back to do

rotemkama
rotemkama commented May 16, 2022

Which version are you running? The latest version is on Github. Pip is for major releases.

import pandas_ta as ta
print(ta.version)
0.3.64b0

Indicator addition to match another broker

Hi,
So kind of new around here, and I've been looking for indicator to match certain behavior of VWAP standard deviation bands like the bands that appears in Interactive brokers management

enhancement help wanted good first issue
Stock.Indicators
DaveSkender
DaveSkender commented May 22, 2022

When there is a Renko transition, the brick is one brick size off in vertical position.

From @shinel70:
here is a picture i try to explain my problem
get renko
`
using Binance.Net.Clients;
using Skender.Stock.Indicators;
BinanceClient bc = new();
var data = await bc.UsdFuturesApi.Co

bug good first issue

A multi-asset, multi-strategy, event-driven trade execution and management platform for running many algorithms/bots at many venues simultaneously with unified risk management and reporting.

  • Updated Mar 9, 2021
  • Python
cassandre-trading-bot

Create your Java crypto trading bot in minutes. Our Spring boot starter takes care of exchange connections, accounts, orders, trades, and positions so you can focus on building your strategies.

  • Updated Jun 1, 2022
  • Java

Improve this page

Add a description, image, and links to the technical-analysis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the technical-analysis topic, visit your repo's landing page and select "manage topics."

Learn more