Isaunchained.pxng0lin.xyz·Nov 14, 2024print(result) "Part 6 of NotADev"Aligning the Trading Script with the Enhanced Model In the last article, I talked about how I collaborated with ChatGPT to introduce new features to my trading model, such as Recursive Feature Elimination (RFE), XGBoost, and hyperparameter tuning. Wi...DiscussI Am NotADevAI
Isaunchained.pxng0lin.xyz·Nov 1, 2024print(result) "Part 5 of NotADev"Advancing the Model with New Features and Overcoming Challenges As I continue my journey to enhance my trading bot, I've reached a significant milestone—the integration of new machine learning features into my model. This has been both an exciting an...DiscussI Am NotADevalgorithms
Isaunchained.pxng0lin.xyz·Oct 18, 2024print(result) "Part 3 of NotADev"Enriching Data with Technical Indicators With the stock data successfully fetched and initial error handling in place, it was time to delve deeper into the data to make it more informative for our predictive models. The idea was to enrich the data wi...DiscussI Am NotADevDeveloper
Isaunchained.pxng0lin.xyz·Oct 10, 2024print(result) "Part 2 of NotADev"Fetching Stock Data with yFinance With the idea in place and my setup ready, it was time to start coding—or, more accurately, instructing AI to code for me. Getting the Data I needed historical stock data. The AI suggested using the yfinance library...DiscussI Am NotADevDeveloper
Isaunchained.pxng0lin.xyz·Oct 4, 2024Article = [i for i in NotADev]Is this what a dev does? In this series of articles, I'm going to take you through a little journey that I've decided to label as 'NotADev'. Why, you may ask? Well, I've dabbled in Python scripts for some years whilst doing web2 ethical hacking and r...DiscussI Am NotADevDeveloper
Avi Takiyartakiyar.hashnode.dev·Aug 26, 2024Building an Open-Source High-Frequency Trading Bot Using Binance Spot APIHey Hashnode community! 👋 I’m excited to share that I’ve just open-sourced a High-Frequency Trading (HFT) bot that I’ve been working on. This bot leverages the Binance Spot API to execute rapid trades across various cryptocurrency pairs, aiming to c...Discuss·28 readsNode.js
Alice Jonesalicejones.hashnode.dev·Jun 20, 2024Pros and Cons of Using a Crypto Trading RobotIntroduction In the fast-evolving world of cryptocurrency, traders are continually seeking tools to optimize their trading strategies and enhance their market edge. One such tool is the crypto trading robot, a type of automated software designed to m...DiscussCryptocurrency
Tessa Hardintessablogs.hashnode.dev·Jun 18, 2024Automate Your Way to Success: The Art of Crypto Trading Bot DevelopmentCrypto trading bots are automated software programs that execute trades on behalf of traders based on pre-defined strategies and algorithms. These bots interact with cryptocurrency exchanges through APIs (Application Programming Interfaces) to access...DiscussCrypto Trading Bot Development Company
Forex newsalertforexnewsalert.hashnode.dev·May 25, 2024What are the best practices for managing order book stability in automated trading systems?Maintaining order book stability is crucial for the smooth and efficient operation of automated trading systems. Here are some best practices for managing order book stability: Order Book Monitoring: Continuously monitor the order book depth, bid-a...Discussforex risk managment
Forex newsalertforexnewsalert.hashnode.dev·Apr 30, 2024How to avoid overfitting in automated trading systems?Overfitting is a common concern when developing automated trading systems. Overfitting occurs when a trading system is excessively tailored to historical data, resulting in poor performance when applied to new, unseen data. To avoid overfitting, cons...Discusstrading,