Common
Read moreWhat is freq trade?
Freqtrade is a free and open source crypto trading bot written in Python . It is designed to support all major exchanges and be controlled via Telegram or webUI. It contains backtesting, plotting and money management tools as well as strategy optimization by machine learning.
Read moreCan you short FreqTrade?
Can I open short positions? ¶ No, Freqtrade does not support trading with margin / leverage, and cannot open short positions .
Read moreWhat is strategy backtesting?
Backtesting is the general method for seeing how well a strategy or model would have done ex-post . Backtesting assesses the viability of a trading strategy by discovering how it would play out using historical data. If backtesting works, traders and analysts may have the confidence to employ it going forward.
Read moreHow do I code a bot to trade crypto?
Follow these steps to build a useful bot:
Read moreIs Python fast enough for high frequency trading?
Statically-typed languages (see below) such as C++/Java are generally optimal for execution but there is a trade-off in development time, testing and ease of maintenance. Dynamically-typed languages, such as Python and Perl are now generally “fast enough” .
Read more