<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: OmoBamidele</title>
    <description>The latest articles on Forem by OmoBamidele (@_tewogbade).</description>
    <link>https://forem.com/_tewogbade</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F381285%2Fd7144fb7-a05e-4efd-ba8c-e2ee61e61382.jpg</url>
      <title>Forem: OmoBamidele</title>
      <link>https://forem.com/_tewogbade</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/_tewogbade"/>
    <language>en</language>
    <item>
      <title>Introducing CryptoPulse Analyzer: Cryptocurrency Analysis with Real-Time Automation</title>
      <dc:creator>OmoBamidele</dc:creator>
      <pubDate>Wed, 14 Aug 2024 22:30:52 +0000</pubDate>
      <link>https://forem.com/_tewogbade/introducing-cryptopulse-analyzer-cryptocurrency-analysis-with-real-time-automation-17h4</link>
      <guid>https://forem.com/_tewogbade/introducing-cryptopulse-analyzer-cryptocurrency-analysis-with-real-time-automation-17h4</guid>
      <description>&lt;p&gt;In the ever-evolving world of cryptocurrency trading, staying ahead requires not just keen insight but also efficient tools. I’m excited to share my latest project: an automated system designed to revolutionize how we analyze cryptocurrency charts. Here’s a breakdown of how the system works and its key features.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How It Works&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6oi17m0m6zayuwbn4b2m.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6oi17m0m6zayuwbn4b2m.PNG" alt="Image description" width="800" height="423"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Data Collection&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Real-Time Fetching: The system uses Binance APIs and WebSocket streams to gather live data on cryptocurrency prices and trading volumes.&lt;/li&gt;
&lt;li&gt;Data Storage: Collected data is saved in CSV files for historical analysis and future reference.
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
def get_all_coins_usdt(self):
        self.logger.info("Fetching all trading pairs against USDT.")
        try:
            # Fetch all symbols
            exchange_info = self.client.get_exchange_info()
            symbols = [s['symbol'] for s in exchange_info['symbols'] if s['quoteAsset'] == 'USDT']
            self.logger.info("Successfully fetched trading pairs.")

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;2. Signal Generation&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;RSI Divergence: Calculates Relative Strength Index (RSI) to detect potential price reversals based on divergence patterns.&lt;/li&gt;
&lt;li&gt;Trendline Breaks: Monitors price movements for breakouts from significant trendlines, signaling potential shifts in market direction.&lt;/li&gt;
&lt;li&gt;Moving Average Crossovers: Identifies crossovers between short-term and long-term moving averages to highlight buying or selling opportunities.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3. Data Analysis&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Custom Datasets: Users can generate and curate datasets, which are used for advanced analysis and machine learning applications.&lt;/li&gt;
&lt;li&gt;Interactive Visualizations: Though currently backend-focused, the system is designed to support dynamic charts that simplify trend analysis.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;4. Alerts and Notifications&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Automated Alerts: Sends notifications based on predefined conditions to keep traders informed of critical market events.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Key Features&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Real-Time Data Fetching&lt;/strong&gt;&lt;br&gt;
   Get live updates on cryptocurrencies, ensuring up-to-date information for timely decisions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Smart Trading Signals&lt;/strong&gt;&lt;br&gt;
   Advanced signals like RSI divergence, trendline breaks, and moving average crossovers help in detecting trading opportunities.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Customizable Datasets&lt;/strong&gt;&lt;br&gt;
   Create and utilize your own datasets for machine learning and deeper insights.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
Symbol,Price,Open,High,Low,Close,Volume,Quote_Asset_Volume,Number_of_Trades,Taker_Buy_Base_Asset_Volume,Taker_Buy_Quote_Asset_Volume
ADAUSDT,0.3427,0.3427,0.3427,0.3426,0.3426,9621.6,3296.37462,11,144.6,49.55442
IOTAUSDT,0.1357,0.1357,0.1357,0.1357,0.1357,0.0,0.0,0,0.0,0.0
XLMUSDT,0.0993,0.0993,0.0993,0.0993,0.0993,18183.0,1805.5719,1,18183.0,1805.5719
ONTUSDT,0.1723,0.1723,0.1723,0.1723,0.1723,0.0,0.0,0,0.0,0.0
TRXUSDT,0.1288,0.1288,0.1289,0.1288,0.1288,59208.3,7628.67956,25,26505.2,3416.52028
ICXUSDT,0.1339,0.1339,0.1339,0.1339,0.1339,220.4,29.51156,1,0.0,0.0
VENUSDT,0.0001,0.0001,0.0001,0.0001,0.0001,0.0,0.0,0,0.0,0.0
NULSUSDT,0.2507,0.2507,0.2507,0.2507,0.2507,67.0,16.7969,1,0.0,0.0
VETUSDT,0.02361,0.02361,0.02361,0.02361,0.02361,5701.2,134.605332,1,0.0,0.0
BTTUSDT,0.002777,0.00277,0.00278,0.002762,0.002777,21866570.0,60650.905797,199,15153452.0,42041.468973
ONGUSDT,0.2972,0.2972,0.2972,0.2972,0.2972,1502.0,446.3944,4,1502.0,446.3944
HOTUSDT,0.001447,0.001447,0.001448,0.001447,0.001447

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;4. Interactive Charts&lt;/strong&gt;&lt;br&gt;
   Dynamic charts are designed to make spotting trends and patterns straightforward.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Automated Alerts&lt;/strong&gt;&lt;br&gt;
   Receive timely notifications and analysis to enhance trading strategies.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What’s Next: Vision AI Integration&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For version 2, I plan to integrate an AI model probably Google Gemini or any interesting model I find on huggingface. This will involve:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Graph Analysis: Interpreting graphs showing RSI divergence and other indicators.&lt;/li&gt;
&lt;li&gt;Predictive Insights: Using Vision AI like Gemini to analyze data and forecast market trends.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://github.com/bamideletewogbade/chart-analysis-bot" rel="noopener noreferrer"&gt;Git Repo:&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Stay tuned for more updates and screenshots of the backend workings. &lt;/p&gt;

</description>
      <category>cryptocurrency</category>
      <category>python</category>
      <category>developer</category>
      <category>trading</category>
    </item>
    <item>
      <title>Random Joke Generator using HTML, CSS and JS</title>
      <dc:creator>OmoBamidele</dc:creator>
      <pubDate>Wed, 15 Sep 2021 14:22:49 +0000</pubDate>
      <link>https://forem.com/_tewogbade/random-joke-generator-using-html-css-and-js-4b14</link>
      <guid>https://forem.com/_tewogbade/random-joke-generator-using-html-css-and-js-4b14</guid>
      <description>&lt;p&gt;Bored? checkout my random joke generator.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://elated-benz-84557d.netlify.app/" rel="noopener noreferrer"&gt;https://elated-benz-84557d.netlify.app/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>html</category>
      <category>javascript</category>
      <category>api</category>
    </item>
  </channel>
</rss>
