jeffersonlicet / price-prediction-bot

🔮 Run backtest over PancakeSwap and CandleGenie Prediction and place realtime bets - Trading Bot
71 stars 25 forks source link

A few thoughts about strategy #2

Open bjorn-haslev opened 2 years ago

bjorn-haslev commented 2 years ago

I spend a while discovering this tool, including backtesting. But after real trading experiment - everything is not so easy as it looks. There is no working way to place a bid depending on the current ration. Because this ration often changes dramatically exactly in the last block before lock timeout. Thus, all strategies based on ratio are failing when it comes to real bidding (unlike backtesting). At first time I was also exited about backtested results based on ratio strategy. But later I realised the trick when moved to live testing. So, there is only one profitable way, based on some technical analysis or some kind of external trading data. If someone knows it - let us know)

jeffersonlicet commented 2 years ago

You are right, also there is a possibility of being a 50/50 chance game.

stefangabos commented 2 years ago

i did test my bot live, using real money, and by listening to the pending transaction i have a fairly accurate knowledge of how the ratios will turn out to be - basically, in the mempool i can see 95% (it's just a guesstimate, obviously) of the transactions that are about to go through in the last block before closing. nevertheless, betting always with the majority (and accounting for a few mistakes here and there by not having the exact picture of who's betting what) i found out that it's more on the loosing side because even though the win rate was around 60%, the fees I paid were more than the money I made, and also where the majority goes there will be less of a payout, obviously.

therefore, here are some of my findings so far:

that's what i got so far, i will add ideas here as i go

guillemonzo commented 2 years ago

Hi @stefangabos! I'm also trying to copy-trade but using only BSC scan is quite difficult. Did you use some kind of visualization tool? It would be great to monitor in real-time the actions of profitable addresses who claim often.

stefangabos commented 2 years ago

i gave up shortly after because i didn't have time to focus more on it but i think it is possible to win and it doesn't have to do with following what others are doing. i tried my hand at manually watching the charts and placing bets based on that and worked really well (i used schiff pitchfork to have the levels). the downside is that it is very time consuming and stressful because of having to be always glued to the screen. but it was fun. i still think it can be automated but it's not about what the others are doing as that doesn't have any impact on price movement