Trading is zero-sum game – part 2
If you haven’t read the first part, do read it first here. In this part, I will give an example to show why it’s not logical for anyone to share their profitable strategy. For now, let’s assume there is no…
If you haven’t read the first part, do read it first here. In this part, I will give an example to show why it’s not logical for anyone to share their profitable strategy. For now, let’s assume there is no…
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.…
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…
In my opinion, while you don’t need to be the expert at manual trading to be able to write a good strategy, you need to at least have knowledge of how real trading works, and the best way to learn…
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…
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…
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…
Let’s use a very simple example. You have 1000 USDT. You have 4 bots. You want them to have 250 USDT each. You set the tradable_balance_ratio to 0.25. For simplicity sake, let’s say the bots only have 1 trade slot…
At minimum, you need to have basic knowledge of python and pandas. Having good programming logic would really helps in the journey. When I started on my freqtrade journey, I didn’t know python, pandas, and linux. I studied them along…
People tends to associate addictions with physical objects, like food, cigarette, alcohol, or drug. Some people would disagree if you associate addicitions with non-physical things, like games, power, or trading How can you be addicted to things that don’t put…