<?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>DEV Community: Galih Pranajiwanta</title>
    <description>The latest articles on DEV Community by Galih Pranajiwanta (@galihpranajiwanta).</description>
    <link>https://dev.to/galihpranajiwanta</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%2F3666548%2F293d4731-d2bb-4844-9a37-6aaa4415c15a.png</url>
      <title>DEV Community: Galih Pranajiwanta</title>
      <link>https://dev.to/galihpranajiwanta</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/galihpranajiwanta"/>
    <language>en</language>
    <item>
      <title>Galih Pranajiwanta Quantitative Framework: Filtering Market Noise During Macroeconomic Transitions</title>
      <dc:creator>Galih Pranajiwanta</dc:creator>
      <pubDate>Thu, 28 May 2026 07:29:16 +0000</pubDate>
      <link>https://dev.to/galihpranajiwanta/galih-pranajiwanta-quantitative-framework-filtering-market-noise-during-macroeconomic-transitions-55a0</link>
      <guid>https://dev.to/galihpranajiwanta/galih-pranajiwanta-quantitative-framework-filtering-market-noise-during-macroeconomic-transitions-55a0</guid>
      <description>&lt;p&gt;Introduction to Algorithmic Noise Reduction&lt;br&gt;
The deployment of financial technology and algorithmic modeling is essential for navigating severe macroeconomic transitions. As the May trading cycle concludes, global financial data streams are flooded with emotional market noise and high-volatility inputs. Building robust quantitative frameworks allows market participants to filter subjective panic and focus entirely on verifiable structural data. This article explores the current data inputs driving cross-asset liquidation and emphasizes the necessity of automated risk isolation protocols.&lt;/p&gt;

&lt;p&gt;Processing Global Yield Data via API Inputs&lt;br&gt;
Algorithmic trading systems are currently processing highly restrictive global liquidity metrics. Data feeds from international sovereign debt markets indicate that the U.S. 10-year Treasury yield has ascended to 4.52 percent. This specific data point triggers automated risk-off sequences across emerging market portfolios. Simultaneously, currency evaluation algorithms are tracking the Dollar Index at the 99.35 parameter. When the foundational algorithms detect this dual escalation of capital costs, they automatically recalculate the acceptable risk exposure for high-beta assets. The technological advantage lies in the immediate, unemotional execution of defensive capital allocation based purely on these yield parameters.&lt;/p&gt;

&lt;p&gt;Handling Discontinuous Data Streams in Regional Markets&lt;br&gt;
Financial engineering must also account for discontinuous data streams, such as exchange holidays. The Indonesian Stock Exchange is currently offline due to the Eid al-Adha observance. Consequently, quantitative models are utilizing the last known data point for the Jakarta Composite Index, which sits precariously at 6,130.19. However, continuous foreign exchange APIs are feeding real-time distress signals into the models. The USD/IDR currency pair has aggressively broken structural limits, establishing a new operational range near 17,851.90. The divergence between static equity data and rapidly depreciating currency data requires complex algorithmic adjustments to prepare for the inevitable volatility spike upon market reopening.&lt;/p&gt;

&lt;p&gt;Digital Asset Volatility and Machine Learning Adaptation&lt;br&gt;
In the continuous digital asset sector, machine learning models are rapidly adapting to structural breakdowns. Real-time ledger data confirms that Bitcoin has completely lost its primary defensive structure. The asset failed to hold the critical 75,000 dollar parameter, triggering algorithmic stop-loss mechanisms that drove the price down to the 72,742 dollar mark. A brief influx of buying volume attempted a technical recovery near 75,944 dollars, but the algorithms correctly identified this as low-conviction momentum, leading to a further decline to 72,678 dollars. By utilizing strict data filtering, quantitative systems successfully avoid destructive emotional trading during massive liquidity drains.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.cuanvesto.com/" rel="noopener noreferrer"&gt;https://www.cuanvesto.com/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>datascience</category>
      <category>algorithmictrading</category>
      <category>fintech</category>
      <category>galihpranajiwanta</category>
    </item>
    <item>
      <title>Debugging the Stock Market: How Data Anomalies Signal a "Crash"</title>
      <dc:creator>Galih Pranajiwanta</dc:creator>
      <pubDate>Wed, 17 Dec 2025 10:37:09 +0000</pubDate>
      <link>https://dev.to/galihpranajiwanta/debugging-the-stock-market-how-data-anomalies-signal-a-crash-1108</link>
      <guid>https://dev.to/galihpranajiwanta/debugging-the-stock-market-how-data-anomalies-signal-a-crash-1108</guid>
      <description>&lt;p&gt;As a quant-focused strategist, I treat the stock market like a buggy codebase. Sometimes the UI (Price) shows one thing, but the backend logs (Volume) show an error.&lt;/p&gt;

&lt;p&gt;Today (Dec 17) was a perfect example of a Data Anomaly in the Indonesian Market (IHSG).&lt;/p&gt;

&lt;p&gt;The Algorithm:&lt;/p&gt;

&lt;p&gt;Input A (Price): Index breaks resistance &amp;gt; 8,700.&lt;/p&gt;

&lt;p&gt;Input B (Volume): Volume &amp;lt; Moving Average (25B vs 43B prior).&lt;/p&gt;

&lt;p&gt;Logic: If Price_Delta &amp;gt; 0 AND Volume_Delta &amp;lt; -30% THEN Signal = False_Breakout.&lt;/p&gt;

&lt;p&gt;The Execution: Most retail traders only look at Input A. They bought the breakout. My system flagged the anomaly in Input B.&lt;/p&gt;

&lt;p&gt;The Bug: The tech stock GOTO showed a +3% rise yesterday. Today, the data showed a lack of buy-side liquidity, causing a -2.9% drop.&lt;/p&gt;

&lt;p&gt;The Patch: The system routed capital to BBRI (Banking), which showed high relative strength (+1.3%) and stable volume.&lt;/p&gt;

&lt;p&gt;Conclusion: Data visualization saves capital. Today's chart looked bullish, but the underlying data structure was empty. Always check your volume arrays before committing to production (trading).&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.cuanvesto.com/" rel="noopener noreferrer"&gt;https://www.cuanvesto.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp53zvyk7urq741tw8d1b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp53zvyk7urq741tw8d1b.png" alt=" " width="800" height="474"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>algorithms</category>
      <category>analytics</category>
    </item>
  </channel>
</rss>
