12,507 strategies found
wynnforthework/quant-strategies-knowledge
author@: lenik
wynnforthework/quant-strategies-knowledge
this is an example class, implementing a PSAR based trailing stop loss you are supposed to take the `custom_stoploss()` and `populate_indicators()` parts and adapt it to your own strategy
wynnforthework/quant-strategies-knowledge
wynnforthework/quant-strategies-knowledge
wynnforthework/quant-strategies-knowledge
wynnforthework/quant-strategies-knowledge
高级FVG策略 - 支持多空双向交易、DCA、动态杠杆和趋势跟踪
wynnforthework/quant-strategies-knowledge
This strategy uses custom_stoploss() to enforce a fixed risk/reward ratio by first calculating a dynamic initial stoploss via ATR - last negative peak
wynnforthework/quant-strategies-knowledge
wynnforthework/quant-strategies-knowledge
wynnforthework/quant-strategies-knowledge
PASTE OUTPUT FROM HYPEROPT HERE Can be overridden for specific sub-strategies (stake currencies) at the bottom.
wynnforthework/quant-strategies-knowledge
Strategy 003 author@: Gerald Lonlas github@: https://github.com/freqtrade/freqtrade-strategies
wynnforthework/quant-strategies-knowledge
PASTE OUTPUT FROM HYPEROPT HERE Can be overridden for specific sub-strategies (stake currencies) at the bottom.
wynnforthework/quant-strategies-knowledge
PASTE OUTPUT FROM HYPEROPT HERE Can be overridden for specific sub-strategies (stake currencies) at the bottom.
wynnforthework/quant-strategies-knowledge
PASTE OUTPUT FROM HYPEROPT HERE Can be overridden for specific sub-strategies (stake currencies) at the bottom.
wynnforthework/quant-strategies-knowledge
wynnforthework/quant-strategies-knowledge
wynnforthework/quant-strategies-knowledge
wynnforthework/quant-strategies-knowledge
wynnforthework/quant-strategies-knowledge
Sample strategy implementing Informative Pairs - compares stake_currency with USDT. Not performing very well - but should serve as an example how to use a referential pair against USDT. author@: xmatthias github@: https://github.com/freqtrade/freqtrade-strategies
wynnforthework/quant-strategies-knowledge
author@: Gert Wohlgemuth
wynnforthework/quant-strategies-knowledge
buy: MACD crosses MACD signal above and CCI < -50 sell: MACD crosses MACD signal below and CCI > 100
wynnforthework/quant-strategies-knowledge
wynnforthework/quant-strategies-knowledge
wynnforthework/quant-strategies-knowledge
This is a sample strategy to inspire you. More information in https://www.freqtrade.io/en/latest/strategy-customization/