WinPoss
WinPoss
> There is no such pairlist plugin for that yet. Someone might create it in the future. Gonna keep this open for now Okay, this is a practical function, looking...
It’s a setting similar to this: ``` "pairlists": [ { "method": "ChangePairList", "number_assets": 20, "sort_key": "change", "min_change": 0, "refresh_period": 1800 } ], ```
> As the label already mentions - it's a good issue to get started contributing to freqtrade. > > This also (implicitly) means that it's unlikely to be picked up...
[ChangePairList.zip](https://github.com/user-attachments/files/15934818/ChangePairList.zip) I have written a `ChangePairList.py` file, but I have three questions that I would like to ask: 1. Is my file correct? Can it provide a list of trading...
> 不支持 我这个ARM64 架构,Ubuntu 20.04,4G CPU 24核内存,源码安装可以用吗?
I have read the documentation, but I want to confirm the logic, so I’m consulting Git here. For example, in this case: At 10:00:00, I buy $100 worth of BTC,...
OK, so I understand now: `trade.stake_amount` refers to the principal, representing the funds I initially invested when opening the position. If I want to reduce half of the principal, I...
> > I initially invested when opening the position > > `trade.stake_amount` corresponds to the currently open position and is updated with partial entries / exits. It'll not stay at...
> @adityatelange Found how to fix this issue. Find `opengraph.html` and `twitter_cards.html` under `themes/PaperMod/layouts/partials/templates/`, then > > ``` > # twitter_cards.html > {{ with site.Social.twitter -}} > # change to...
> > In the home page, it would be fine to put advertisements just like posts... in posts page, indeed, it would be great to put advertisements on both sides...