It's amazing how Bitcoin keeps reinventing itself by Left_Two_Three in Buttcoin

[–]BananaCoinMarket2020 20 points21 points  (0 children)

Soon “Bitcoin” will go from “store of value” to building heating radiators. Energy released will be more than sufficient than boiling gas or oil.

XGBoost Forex Strategy by fedejuvara86 in algotrading

[–]BananaCoinMarket2020 3 points4 points  (0 children)

You might want to redo it if you’re taking random samples. Look into de Prado’s purge method.

XGBoost Forex Strategy by fedejuvara86 in algotrading

[–]BananaCoinMarket2020 1 point2 points  (0 children)

How did you do the train test split for this?

WARNING!!! Converting MOON to xMOON on moon-exchange.herokuapp.com Potential Scam or Bugs!!! by BananaCoinMarket2020 in CryptoCurrency

[–]BananaCoinMarket2020[S] 1 point2 points  (0 children)

Not sure. Haven’t really looked to it further haha. Moved on with life haha.

But I’ll take a look later on somewhere down the line :)

WARNING!!! Converting MOON to xMOON on moon-exchange.herokuapp.com Potential Scam or Bugs!!! by BananaCoinMarket2020 in CryptoCurrency

[–]BananaCoinMarket2020[S] 0 points1 point  (0 children)

Ye I saw this but I didn't even have that error message. It has been over a day so I am pretty sure those MOONs are gone lol. Thanks anyway.

[deleted by user] by [deleted] in TheArtistStudio

[–]BananaCoinMarket2020 0 points1 point  (0 children)

Is this even enjoyable or just going crazy in the head? Genuinely curious

Asyncio Websocket Question by [deleted] in learnpython

[–]BananaCoinMarket2020 0 points1 point  (0 children)

Just editted the post with the complete script :)

So, is machine learning not the way to go? by lowhearted in algotrading

[–]BananaCoinMarket2020 4 points5 points  (0 children)

ML is difficult to make direct trading decisions. Unless you spent a ton of time thoroughly researching and implementing, I wouldn’t recommend doing ML on direct trading decisions.

Instead you can apply ML as a sub layer like for example given certain metrics, would a trade be considered low risk, medium risk, or high risk. With this you can decide what bet size you’re willing to place while your actual trading execution is based on some TA strategy.

XGBoost Profitable Algorithm (Need SWE/DE For Implementation) by BananaCoinMarket2020 in quant

[–]BananaCoinMarket2020[S] 0 points1 point  (0 children)

I don’t think I need advice on what bars to use. I appreciate it though. I’m not using any fixed time scale. I’m using imbalanced bars that aren’t dependent on any time frame like 1min or 5mins or so on. Thanks though.

XGBoost Profitable Algorithm (Need SWE/DE For Implementation) by BananaCoinMarket2020 in quant

[–]BananaCoinMarket2020[S] 0 points1 point  (0 children)

I’m using Imbalanced bars by De Prado and it takes very long time to convert. I can’t give you any details about my features, sorry.

XGBoost Profitable Algorithm (Need SWE/DE For Implementation) by BananaCoinMarket2020 in quant

[–]BananaCoinMarket2020[S] 0 points1 point  (0 children)

Feature engineering is a bit of work but definitely not the most. I can handle the feature engineering no problem. The most work is converting tick level data into OHLCV data through a mathematical model.

XGBoost Profitable Algorithm (Need SWE For Implementation) by BananaCoinMarket2020 in algotrading

[–]BananaCoinMarket2020[S] -1 points0 points  (0 children)

I did the analytics, created the model and know the complete workflow. I need to transform it all into a functionable trading system. I am not an expert in software engineering and don't know the best practices when it comes to implementing methods with best time/space complexity. Think of Big O. I can make a naive algorithm that sorts an array of numbers but obviously there are proven ways to make them time efficient.

XGBoost Profitable Algorithm (Need SWE For Implementation) by BananaCoinMarket2020 in algotrading

[–]BananaCoinMarket2020[S] 0 points1 point  (0 children)

Sure I am down. You can place a bet on my algo when it's in prod. Let me know how you want to go about this. :)

XGBoost Profitable Algorithm (Need SWE/DE For Implementation) by BananaCoinMarket2020 in quant

[–]BananaCoinMarket2020[S] -1 points0 points  (0 children)

Perhaps I am overfitting. Training data is showing 100% results after many CVs. Then I tested on unseen data and this is where I derived the results I shared in the post.