stash86

stash86

How Freqtrade applies leverage

For disclaimer, I never trade on forex nor stock exchange using leverage, so crypto is my first time trading using leverage. Apparently there are some differences between how crypto exchanges applies leverage compared to forex/stock according to some users, which…

Best metrics for hyperopt loss

I have to admit, I don’t know why I never thought of using combining all of the available metrics into one hyperopt loss. Currently available metrics are Sharpe, Sortino, Calmar, SQN, and Expectancy (Ratio). Let me explains each metrics first.…

Freqai or hyperopt?

Which one should I use? Freqai or hyperopt or both? Is freqai better than hyperopt? Questions above are questions frequently asked by new users. The answer is simple, use whichever can improve your strategy. Both are doing different things and…

Trading is zero-sum game

Nowadays, the term trading somehow being perceived as easy way to get rich. Maybe it’s because so many self-proclaimed gurus are selling the dream of easy money. Just follow their courses/methods, everyone will be rich. What those gurus won’t tell…

Sharing profitable strategy?

Let’s say you have this super profitable strategy that works on every markets. You won’t want to share it to the world (either free or paid). Why? Because if everyone know your profitable logics, there will only be 2 outcomes…

Understanding process_only_new_candles

A lot of new users get confused over the process_only_new_candles config, especially on what it actually does. What it does actually very simple. When being set to true, it will make populate functions (indicators, entry and exit trends) to be…