All Projects → freqtrade → Frequi

freqtrade / Frequi

Licence: gpl-3.0
Freqtrade UI - Frontend for Freqtrade

Projects that are alternatives of or similar to Frequi

Bitvision
Terminal dashboard for trading Bitcoin, predicting price movements, and losing all your money
Stars: ✭ 957 (+896.88%)
Mutual labels:  trading-bot, trading
Cointrol
฿ Bitcoin trading bot with a real-time dashboard for Bitstamp.
Stars: ✭ 1,351 (+1307.29%)
Mutual labels:  trading-bot, trading
Gekko Strategies
Strategies to Gekko trading bot with backtests results and some useful tools.
Stars: ✭ 1,022 (+964.58%)
Mutual labels:  trading-bot, trading
Coinbase Pro Trading Toolkit
DEPRECATED — The Coinbase Pro trading toolkit
Stars: ✭ 817 (+751.04%)
Mutual labels:  trading-bot, trading
Trading Bot
Code for automated FX trading
Stars: ✭ 68 (-29.17%)
Mutual labels:  trading-bot, trading
Tradinggym
Trading and Backtesting environment for training reinforcement learning agent or simple rule base algo.
Stars: ✭ 813 (+746.88%)
Mutual labels:  trading-bot, trading
Tradingview Alert Binance Trader
This trading bot listens to the TradingView alert emails on your inbox and executes trades on Binance based on the parameters set on the TD alerts.
Stars: ✭ 100 (+4.17%)
Mutual labels:  trading-bot, trading
Kelp
Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
Stars: ✭ 580 (+504.17%)
Mutual labels:  trading-bot, trading
Crypto Trading Bot
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, FTX, Bybit ... (public edition)
Stars: ✭ 1,089 (+1034.38%)
Mutual labels:  trading-bot, trading
Jesse
An advanced crypto trading bot written in Python
Stars: ✭ 1,038 (+981.25%)
Mutual labels:  trading-bot, trading
Octobot
Cryptocurrency trading bot: high frequency, daily trading, social trading, ...
Stars: ✭ 706 (+635.42%)
Mutual labels:  trading-bot, trading
Cated
CATEd - Cryptocurrency Analytics and Trading Engine for Django
Stars: ✭ 84 (-12.5%)
Mutual labels:  trading-bot, trading
Freqtrade Strategies
Free trading strategies for Freqtrade bot
Stars: ✭ 697 (+626.04%)
Mutual labels:  trading-bot, trading
Thewife
Crypto trading bot that reacts to optimized RSI signal 🤖📈💸
Stars: ✭ 22 (-77.08%)
Mutual labels:  trading-bot, trading
Python Bittrex
Python bindings for bittrex
Stars: ✭ 601 (+526.04%)
Mutual labels:  trading-bot, trading
Siis
Trading bot including terminal, for crypto and traditionals markets. Assisted or fully automated strategy.
Stars: ✭ 45 (-53.12%)
Mutual labels:  trading-bot, trading
Bxbot
A simple Bitcoin trading bot written in Java.
Stars: ✭ 515 (+436.46%)
Mutual labels:  trading-bot, trading
Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
Stars: ✭ 5,675 (+5811.46%)
Mutual labels:  trading-bot, trading
Eazebot
Free python/telegram bot for easy execution and surveillance of crypto trading plans on multiple exchanges.
Stars: ✭ 51 (-46.87%)
Mutual labels:  trading-bot, trading
Poloniex
Poloniex python API client for humans
Stars: ✭ 71 (-26.04%)
Mutual labels:  trading-bot, trading

frequi

FreqUI CI

Freqtrade UI build with Vue.js and boostrap-vue.

WARNING

This project is still in its early stages (consider it early-alpha), and is not yet stable nor recommended to be used for production usages.

It will require freqtrade to be running on the same host with the API enabled under (localhost:8081). You can either use the webpack proxy (port can be changed in vue.config.js) - or connect directly to the API (recommended). FOr this, you will also have to have CORS configured correctly freqtrade documentation. Most likely, the correct entry will be http://localhost:8080 or http://127.0.0.1:8080 - but the URL must match the URL you use to access FreqUI. Ports can vary, so check the URL you're using.

Project setup with node install locally

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Build and run docker version

docker-compose build
docker-compose up -d

# Access using http://localhost:8080/

Customize configuration

See Configuration Reference.

Project setup for docker (developing inside dev container) without vscode

Built dev docker image and run container(s) detached

cd .devcontainer
docker-compose up -d

Go inside web-service container and serve

docker-compose exec web /bin/bash

then

yarn serve

Project setup for vscode and docker (developing inside dev container) on Linux

The goal is to have a complete dev environment very quickly and isolated.

Install missing tools if needed

Follow getting started section.

Build your dev container

View > Command palette > Enter: Remote-Containers rebuild container

Serve your local server

yarn serve

You now have useful vscode extensions, git support, your command history of the project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].