<rss xmlns:source="http://source.scripting.com/" version="2.0">
  <channel>
    <title>Stratinator Microblog</title>
    <link>https://www.stratinator.com/</link>
    <description></description>
    
    <language>en</language>
    
    <lastBuildDate>Mon, 06 Jul 2026 15:48:10 +0200</lastBuildDate>
    <item>
      <title>Reviving an abandoned indicator (and this blog)</title>
      <link>https://www.stratinator.com/2026/07/06/reviving-an-abandoned-indicator-and.html</link>
      <pubDate>Mon, 06 Jul 2026 15:48:10 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2026/07/06/reviving-an-abandoned-indicator-and.html</guid>
      <description>&lt;p&gt;I trade Nasdaq futures using ICT concepts, and for a long time my chart ran on a free TradingView indicator called &amp;ldquo;ICT Everything&amp;rdquo; by coldbrewrosh. It does what the name says: sessions, killzones, opening prices, CBDR ranges, all in one script. At some point the author stopped maintaining it. The comment section slowly filled up with bug reports that nobody answered.&lt;/p&gt;
&lt;p&gt;The indicator is open-source under the Mozilla Public License. So instead of complaining in that comment section too, I forked it.&lt;/p&gt;
&lt;h2 id=&#34;what-im-building&#34;&gt;What I&amp;rsquo;m building&lt;/h2&gt;
&lt;p&gt;ICT Everything v2 is a maintained continuation of the original, ported to Pine Script v6. Working through 1,800 lines of someone else&amp;rsquo;s Pine code is not glamorous. I started with the public comments and turned every reproducible complaint into a tracked issue: session ranges drifting across timezones and brokers, day labels disappearing, opening-price lines firing on the wrong bar, objects lingering on the chart after you disable a feature.&lt;/p&gt;
&lt;p&gt;Then I added what people kept asking for. Mechanical fair value gaps, new week and new day opening gaps with their midpoints, previous week and month levels, SMT divergence on confirmed pivots, and alerts that only evaluate on closed bars. Everything new is off by default. With defaults untouched, it behaves like the indicator people already know.&lt;/p&gt;
&lt;h2 id=&#34;testing-in-public&#34;&gt;Testing in public&lt;/h2&gt;
&lt;p&gt;This week I&amp;rsquo;m runtime-testing every feature on live NQ charts before publishing. The compiler catches less than you&amp;rsquo;d hope. One loop crashed the whole script the moment the first fair value gap formed, on bar 13, every single time. Prior-week levels drew correctly and then vanished, because TradingView silently garbage-collects drawings once a script passes its 500-object budget. And the new-day gap detector could never fire at all: it waited for a bar inside the futures maintenance break, and there are no bars in the maintenance break.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m posting the receipts as I go. One thing that surprised me: TradingView&amp;rsquo;s weekly aggregation on continuous futures shifts with daylight saving time, so v2 captures the weekly open locally from the intraday session instead. Verifying that meant replaying the March DST week bar by bar.&lt;/p&gt;
&lt;h2 id=&#34;why&#34;&gt;Why&lt;/h2&gt;
&lt;p&gt;The indicator stays free and open-source on TradingView, same MPL 2.0 license, full credit to the original author. There is no paid version and no Discord to join.&lt;/p&gt;
&lt;p&gt;I want this to be the ICT indicator whose bug reports get answered. The roadmap is public. Longer write-ups will land here on the blog, which needed reviving anyway. This post is the start.&lt;/p&gt;
&lt;p&gt;If you used the original and it broke on you, tell me what broke.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2026/nq1-2026-07-06-15-05-55-c7e05.png&#34; width=&#34;600&#34; height=&#34;292&#34; alt=&#34;A financial chart displays fluctuating price movements with notable peaks and troughs over time, featuring grid lines and price levels on the right side.&#34;&gt;
</description>
      <source:markdown>I trade Nasdaq futures using ICT concepts, and for a long time my chart ran on a free TradingView indicator called &#34;ICT Everything&#34; by coldbrewrosh. It does what the name says: sessions, killzones, opening prices, CBDR ranges, all in one script. At some point the author stopped maintaining it. The comment section slowly filled up with bug reports that nobody answered.

The indicator is open-source under the Mozilla Public License. So instead of complaining in that comment section too, I forked it.

## What I&#39;m building

ICT Everything v2 is a maintained continuation of the original, ported to Pine Script v6. Working through 1,800 lines of someone else&#39;s Pine code is not glamorous. I started with the public comments and turned every reproducible complaint into a tracked issue: session ranges drifting across timezones and brokers, day labels disappearing, opening-price lines firing on the wrong bar, objects lingering on the chart after you disable a feature.

Then I added what people kept asking for. Mechanical fair value gaps, new week and new day opening gaps with their midpoints, previous week and month levels, SMT divergence on confirmed pivots, and alerts that only evaluate on closed bars. Everything new is off by default. With defaults untouched, it behaves like the indicator people already know.

## Testing in public

This week I&#39;m runtime-testing every feature on live NQ charts before publishing. The compiler catches less than you&#39;d hope. One loop crashed the whole script the moment the first fair value gap formed, on bar 13, every single time. Prior-week levels drew correctly and then vanished, because TradingView silently garbage-collects drawings once a script passes its 500-object budget. And the new-day gap detector could never fire at all: it waited for a bar inside the futures maintenance break, and there are no bars in the maintenance break.

I&#39;m posting the receipts as I go. One thing that surprised me: TradingView&#39;s weekly aggregation on continuous futures shifts with daylight saving time, so v2 captures the weekly open locally from the intraday session instead. Verifying that meant replaying the March DST week bar by bar.

## Why

The indicator stays free and open-source on TradingView, same MPL 2.0 license, full credit to the original author. There is no paid version and no Discord to join.

I want this to be the ICT indicator whose bug reports get answered. The roadmap is public. Longer write-ups will land here on the blog, which needed reviving anyway. This post is the start.

If you used the original and it broke on you, tell me what broke.




&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2026/nq1-2026-07-06-15-05-55-c7e05.png&#34; width=&#34;600&#34; height=&#34;292&#34; alt=&#34;A financial chart displays fluctuating price movements with notable peaks and troughs over time, featuring grid lines and price levels on the right side.&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title>Ghostty &#43; Zellij &#43; Keychron: Fixing the macOS Option Key Mess</title>
      <link>https://www.stratinator.com/2026/01/26/ghostty-zellij-keychron-fixing-the.html</link>
      <pubDate>Mon, 26 Jan 2026 14:13:14 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2026/01/26/ghostty-zellij-keychron-fixing-the.html</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been setting up my remote development workflow on my Mac, using Ghostty as the terminal emulator and Zellij for session management.&lt;/p&gt;
&lt;p&gt;Then I ran into the Option key problem.&lt;/p&gt;
&lt;h3 id=&#34;the-problem&#34;&gt;The problem&lt;/h3&gt;
&lt;p&gt;Zellij (like tmux) uses the Alt/Meta key for bindings. I have things like:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;Alt + n&lt;/code&gt; for new tabs&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Alt + h/j/k/l&lt;/code&gt; for navigation&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Alt + v&lt;/code&gt; for splits&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;But on macOS, the Option key also types special characters. On my layout, &lt;code&gt;Option + n&lt;/code&gt; produces &lt;code&gt;~&lt;/code&gt; and &lt;code&gt;Option + l&lt;/code&gt; gives me &lt;code&gt;@&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;So: enable &lt;code&gt;macos-option-as-alt = true&lt;/code&gt; in Ghostty, and I can navigate Zellij but can&amp;rsquo;t type an email address. Disable it, and Zellij ignores my shortcuts.&lt;/p&gt;
&lt;h3 id=&#34;the-fix&#34;&gt;The fix&lt;/h3&gt;
&lt;p&gt;Ghostty can treat each Option key differently. Left Option becomes Alt for commands, Right Option stays native for typing symbols.&lt;/p&gt;
&lt;p&gt;In &lt;code&gt;.config/ghostty/config&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-ini&#34; data-lang=&#34;ini&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# Left Option for Zellij, Right Option for symbols (@, ~)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#a6e22e&#34;&gt;macos-option-as-alt&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;left&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Now I use my left thumb for &lt;code&gt;LeftOpt + n&lt;/code&gt; (new tab) and my right thumb for &lt;code&gt;RightOpt + n&lt;/code&gt; (tilde). Takes a bit of retraining, but it works.&lt;/p&gt;
&lt;h3 id=&#34;the-keychron-problem&#34;&gt;The Keychron problem&lt;/h3&gt;
&lt;p&gt;My Keychron K3 doesn&amp;rsquo;t have a Right Option key. The key to the right of the spacebar is Right Control.&lt;/p&gt;
&lt;p&gt;I found a fix on &lt;a href=&#34;https://www.reddit.com/r/Keychron/comments/pbw1pz/remapping_right_control_key_to_right_option_in_mac/&#34;&gt;Reddit&lt;/a&gt; that remaps Right Control to Right Option at the system level.&lt;/p&gt;
&lt;h4 id=&#34;the-fix-1&#34;&gt;The fix&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;Create &lt;code&gt;~/Library/LaunchAgents/com.local.KeyRemapping.plist&lt;/code&gt;:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-xml&#34; data-lang=&#34;xml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;&amp;lt;!--
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;  Put this file in ~/Library/LaunchAgents/com.local.KeyRemapping.plist to
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;  automatically remap your keys when macOS starts.
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;  See https://developer.apple.com/library/archive/technotes/tn2450/_index.html for
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;  the key &amp;#34;usage IDs&amp;#34;. Take the usage ID and add 0x700000000 to it before putting it
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;  into a source or destination (HIDKeyboardModifierMappingSrc and
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;  HIDKeyboardModifierMappingDst respectively).
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;  The remapping makes the right control behave as a right option.
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;--&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;&amp;lt;?xml version=&amp;#34;1.0&amp;#34; encoding=&amp;#34;UTF-8&amp;#34;?&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;&amp;lt;!DOCTYPE plist PUBLIC &amp;#34;-//Apple//DTD PLIST 1.0//EN&amp;#34; &amp;#34;http://www.apple.com/DTDs/PropertyList-1.0.dtd&amp;#34;&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;plist&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;version=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;1.0&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;dict&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;key&amp;gt;&lt;/span&gt;Label&lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;/key&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;string&amp;gt;&lt;/span&gt;com.dgrcode.KeyRemapping&lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;/string&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;key&amp;gt;&lt;/span&gt;ProgramArguments&lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;/key&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;array&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        &lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;string&amp;gt;&lt;/span&gt;/usr/bin/hidutil&lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;/string&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        &lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;string&amp;gt;&lt;/span&gt;property&lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;/string&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        &lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;string&amp;gt;&lt;/span&gt;--set&lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;/string&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        &lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;string&amp;gt;&lt;/span&gt;{&amp;#34;UserKeyMapping&amp;#34;:[
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;          {
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;            &amp;#34;HIDKeyboardModifierMappingSrc&amp;#34;: 0x7000000E4,
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;            &amp;#34;HIDKeyboardModifierMappingDst&amp;#34;: 0x7000000E6
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;          }
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        ]}&lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;/string&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;/array&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;key&amp;gt;&lt;/span&gt;RunAtLoad&lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;/key&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;true/&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;/dict&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;/plist&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Now the Keychron’s Right Control key acts as Right Option. I can type symbols again.&lt;/p&gt;
</description>
      <source:markdown>I&#39;ve been setting up my remote development workflow on my Mac, using Ghostty as the terminal emulator and Zellij for session management.

Then I ran into the Option key problem.

### The problem

Zellij (like tmux) uses the Alt/Meta key for bindings. I have things like:
- `Alt + n` for new tabs
- `Alt + h/j/k/l` for navigation
- `Alt + v` for splits

But on macOS, the Option key also types special characters. On my layout, `Option + n` produces `~` and `Option + l` gives me `@`.

So: enable `macos-option-as-alt = true` in Ghostty, and I can navigate Zellij but can&#39;t type an email address. Disable it, and Zellij ignores my shortcuts.

### The fix

Ghostty can treat each Option key differently. Left Option becomes Alt for commands, Right Option stays native for typing symbols.

In `.config/ghostty/config`:

```ini
# Left Option for Zellij, Right Option for symbols (@, ~)
macos-option-as-alt = left

```


Now I use my left thumb for `LeftOpt + n` (new tab) and my right thumb for `RightOpt + n` (tilde). Takes a bit of retraining, but it works.

### The Keychron problem

My Keychron K3 doesn&#39;t have a Right Option key. The key to the right of the spacebar is Right Control.

I found a fix on [Reddit](https://www.reddit.com/r/Keychron/comments/pbw1pz/remapping_right_control_key_to_right_option_in_mac/) that remaps Right Control to Right Option at the system level.

#### The fix

1. Create `~/Library/LaunchAgents/com.local.KeyRemapping.plist`:

```xml
&lt;!--
  Put this file in ~/Library/LaunchAgents/com.local.KeyRemapping.plist to
  automatically remap your keys when macOS starts.
  See https://developer.apple.com/library/archive/technotes/tn2450/_index.html for
  the key &#34;usage IDs&#34;. Take the usage ID and add 0x700000000 to it before putting it
  into a source or destination (HIDKeyboardModifierMappingSrc and
  HIDKeyboardModifierMappingDst respectively).

  The remapping makes the right control behave as a right option.
--&gt;
&lt;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&gt;
&lt;!DOCTYPE plist PUBLIC &#34;-//Apple//DTD PLIST 1.0//EN&#34; &#34;http://www.apple.com/DTDs/PropertyList-1.0.dtd&#34;&gt;
&lt;plist version=&#34;1.0&#34;&gt;
&lt;dict&gt;
    &lt;key&gt;Label&lt;/key&gt;
    &lt;string&gt;com.dgrcode.KeyRemapping&lt;/string&gt;
    &lt;key&gt;ProgramArguments&lt;/key&gt;
    &lt;array&gt;
        &lt;string&gt;/usr/bin/hidutil&lt;/string&gt;
        &lt;string&gt;property&lt;/string&gt;
        &lt;string&gt;--set&lt;/string&gt;
        &lt;string&gt;{&#34;UserKeyMapping&#34;:[
          {
            &#34;HIDKeyboardModifierMappingSrc&#34;: 0x7000000E4,
            &#34;HIDKeyboardModifierMappingDst&#34;: 0x7000000E6
          }
        ]}&lt;/string&gt;
    &lt;/array&gt;
    &lt;key&gt;RunAtLoad&lt;/key&gt;
    &lt;true/&gt;
&lt;/dict&gt;
&lt;/plist&gt;
```
Now the Keychron’s Right Control key acts as Right Option. I can type symbols again.

</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2025/12/22/it-is-that-time-of.html</link>
      <pubDate>Tue, 23 Dec 2025 00:37:27 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2025/12/22/it-is-that-time-of.html</guid>
      <description>&lt;p&gt;It’s that time of year 🎄&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2025/diehard-header-1512064215.jpg&#34; alt=&#34;Die Hard - Bruce Willis&#34;&gt;
</description>
      <source:markdown>It’s that time of year 🎄

&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2025/diehard-header-1512064215.jpg&#34; alt=&#34;Die Hard - Bruce Willis&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2025/12/22/did-some-design-tweaking-and.html</link>
      <pubDate>Mon, 22 Dec 2025 01:30:30 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2025/12/22/did-some-design-tweaking-and.html</guid>
      <description>&lt;p&gt;Did some design tweaking and played with the latest CSS toys — the new theme is live! Had a mini panic when Hugo 0.140 made all posts vanish 😅 but thanks to &lt;a href=&#34;https://micro.blog/help&#34;&gt;@help&lt;/a&gt; (Sven?) I rolled back to 0.117 and it’s all good again. Still fixing bits, but really happy with the fresh look!&lt;/p&gt;
</description>
      <source:markdown>Did some design tweaking and played with the latest CSS toys — the new theme is live! Had a mini panic when Hugo 0.140 made all posts vanish 😅 but thanks to [@help](https://micro.blog/help) (Sven?) I rolled back to 0.117 and it’s all good again. Still fixing bits, but really happy with the fresh look!

</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2025/12/21/been-diving-back-into-some.html</link>
      <pubDate>Sun, 21 Dec 2025 16:49:48 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2025/12/21/been-diving-back-into-some.html</guid>
      <description>&lt;p&gt;Been diving back into some side projects lately, and it feels so good! The holidays are the perfect excuse to dust off ideas I’ve been sitting on for way too long. Can’t wait to show a few things I’ve been messing around with soon 😄&lt;/p&gt;
</description>
      <source:markdown>Been diving back into some side projects lately, and it feels so good! The holidays are the perfect excuse to dust off ideas I’ve been sitting on for way too long. Can’t wait to show a few things I’ve been messing around with soon 😄
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2024/12/08/currently-reading-best.html</link>
      <pubDate>Sun, 08 Dec 2024 13:50:49 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2024/12/08/currently-reading-best.html</guid>
      <description>&lt;img src=&#34;https://cdn.micro.blog/books/9780857198235/cover.jpg&#34; align=&#34;left&#34; class=&#34;microblog_book&#34; style=&#34;max-width: 60px; margin-right: 20px; margin-top: 0px; padding-top: 0px;&#34;&gt;
&lt;p&gt;Currently reading: &lt;a href=&#34;https://micro.blog/books/9780857198235&#34;&gt;Best Loser Wins&lt;/a&gt; by Tom Hougaard 📚&lt;/p&gt;
</description>
      <source:markdown>&lt;img src=&#34;https://cdn.micro.blog/books/9780857198235/cover.jpg&#34; align=&#34;left&#34; class=&#34;microblog_book&#34; style=&#34;max-width: 60px; margin-right: 20px; margin-top: 0px; padding-top: 0px;&#34;&gt;

Currently reading: [Best Loser Wins](https://micro.blog/books/9780857198235) by Tom Hougaard 📚
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2023/06/22/i-love-this.html</link>
      <pubDate>Thu, 22 Jun 2023 08:42:03 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2023/06/22/i-love-this.html</guid>
      <description>&lt;p&gt;I love this book everyday a bit more.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/image.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
      <source:markdown>I love this book everyday a bit more.

&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/image.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2023/03/29/my-most-used.html</link>
      <pubDate>Wed, 29 Mar 2023 10:05:14 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2023/03/29/my-most-used.html</guid>
      <description>&lt;p&gt;My most used „tools“ while reading price action, helps me to stay patient. 🤷‍♂️&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/5f42f47771.jpg&#34; width=&#34;600&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
      <source:markdown>My most used „tools“ while reading price action, helps me to stay patient. 🤷‍♂️

&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/5f42f47771.jpg&#34; width=&#34;600&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2023/02/24/not-the-cleanest.html</link>
      <pubDate>Fri, 24 Feb 2023 21:11:45 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2023/02/24/not-the-cleanest.html</guid>
      <description>&lt;p&gt;Not the cleanest #MMxM from NY AM session today $ES&lt;/p&gt;
&lt;p&gt;But I took some things into account we learned the last couple of weeks from @I_Am_The_ICT Mentorship 2023 so far. Still lots of things to learn but step by step&amp;hellip;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/43edcb24ff.png&#34; width=&#34;600&#34; height=&#34;398&#34; alt=&#34;TradingView ES 1min chart&#34; /&gt;
</description>
      <source:markdown>Not the cleanest #MMxM from NY AM session today $ES

But I took some things into account we learned the last couple of weeks from @I_Am_The_ICT Mentorship 2023 so far. Still lots of things to learn but step by step...

&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/43edcb24ff.png&#34; width=&#34;600&#34; height=&#34;398&#34; alt=&#34;TradingView ES 1min chart&#34; /&gt;
</source:markdown>
    </item>
    
    <item>
      <title>Mellow Market - @TradingView Chart color scheme</title>
      <link>https://www.stratinator.com/2023/02/23/mellow-market-tradingview.html</link>
      <pubDate>Thu, 23 Feb 2023 15:24:10 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2023/02/23/mellow-market-tradingview.html</guid>
      <description>&lt;p&gt;Introducing the Mellow Market @TradingView color scheme - a soothing and eye-strain free palette perfect for charts. With the help of AI, I created a beautiful combination of colors that enhance readability and reduce fatigue.&lt;/p&gt;
&lt;p&gt;Mellow Market is a calm and soothing color scheme for charts, designed to prevent eye strain. The light grey background is complemented by soft, relaxing shades of green for upclose/bullish candles and a harmonious tone of red for downclose/bearish candles. The wicks and borders are a deep blue-grey, providing a good contrast while remaining easy on the eyes.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/e32fc55292.png&#34; width=&#34;600&#34; height=&#34;398&#34; alt=&#34;TradingView Example with Mellow Market Color Scheme&#34; /&gt;
&lt;p&gt;When it comes to drawing rectangles and lines on the chart, a soft, light yellow color complements the scheme nicely, adding a touch of contrast without overwhelming the soothing atmosphere. For text, a dark grey tone harmonizes perfectly with the background, providing good contrast without causing eye strain.&lt;/p&gt;
&lt;p&gt;Here&amp;rsquo;s the list of colors for the Mellow Market scheme, including the complementary colors:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Background: #D3D3D3 (light gray)&lt;/li&gt;
&lt;li&gt;Upclose/Bullish candles: #4DB089 (soft green)&lt;/li&gt;
&lt;li&gt;Downclose/Bearish candles: #CC4F4F (soft red)&lt;/li&gt;
&lt;li&gt;Borders and wicks: #1E2831 (dark gray-blue)&lt;/li&gt;
&lt;li&gt;Rectangle/Lines: #A5C3D9 (soft blue) and #9B9B9B (dark gray)&lt;/li&gt;
&lt;li&gt;Text: #4F4F4F (dark gray)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Complementary Colors:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Complementary to #4DB089: #498AA0 (soft blue-green)&lt;/li&gt;
&lt;li&gt;Complementary to #CC4F4F: #B98484 (soft pink-red)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In summary, Mellow Market is the perfect color scheme for traders who seek a calming, soothing environment in which to work.&lt;/p&gt;
</description>
      <source:markdown>Introducing the Mellow Market @TradingView color scheme - a soothing and eye-strain free palette perfect for charts. With the help of AI, I created a beautiful combination of colors that enhance readability and reduce fatigue.

Mellow Market is a calm and soothing color scheme for charts, designed to prevent eye strain. The light grey background is complemented by soft, relaxing shades of green for upclose/bullish candles and a harmonious tone of red for downclose/bearish candles. The wicks and borders are a deep blue-grey, providing a good contrast while remaining easy on the eyes.

&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/e32fc55292.png&#34; width=&#34;600&#34; height=&#34;398&#34; alt=&#34;TradingView Example with Mellow Market Color Scheme&#34; /&gt;

When it comes to drawing rectangles and lines on the chart, a soft, light yellow color complements the scheme nicely, adding a touch of contrast without overwhelming the soothing atmosphere. For text, a dark grey tone harmonizes perfectly with the background, providing good contrast without causing eye strain.

Here&#39;s the list of colors for the Mellow Market scheme, including the complementary colors:

* Background: #D3D3D3 (light gray)
* Upclose/Bullish candles: #4DB089 (soft green)
* Downclose/Bearish candles: #CC4F4F (soft red)
* Borders and wicks: #1E2831 (dark gray-blue)
* Rectangle/Lines: #A5C3D9 (soft blue) and #9B9B9B (dark gray)
* Text: #4F4F4F (dark gray)

Complementary Colors:

* Complementary to #4DB089: #498AA0 (soft blue-green)
* Complementary to #CC4F4F: #B98484 (soft pink-red)

In summary, Mellow Market is the perfect color scheme for traders who seek a calming, soothing environment in which to work.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2023/02/21/from-todays-iamtheict.html</link>
      <pubDate>Tue, 21 Feb 2023 21:37:27 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2023/02/21/from-todays-iamtheict.html</guid>
      <description>&lt;p&gt;From todays @I_Am_The_ICT &lt;a href=&#34;https://www.youtube.com/live/8eLTttpPN2I?feature=share&amp;amp;t=7416&#34;&gt;live stream&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Implied FVG&amp;rdquo; - 1min $NQ&lt;/p&gt;
&lt;p&gt;Large Bodies, measure the wicks between a large body candle to get C.E. of both wicks/tails that &amp;ldquo;engulf&amp;rdquo; that large body candle.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/ef8569c3ea.png&#34; width=&#34;600&#34; height=&#34;353&#34; alt=&#34;&#34; /&gt;
&lt;p&gt;You have to watch it and take your own notes, pretty crazy :)&lt;/p&gt;
</description>
      <source:markdown>From todays @I_Am_The_ICT [live stream](https://www.youtube.com/live/8eLTttpPN2I?feature=share&amp;t=7416)

&#34;Implied FVG&#34; - 1min $NQ

Large Bodies, measure the wicks between a large body candle to get C.E. of both wicks/tails that &#34;engulf&#34; that large body candle.

&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/ef8569c3ea.png&#34; width=&#34;600&#34; height=&#34;353&#34; alt=&#34;&#34; /&gt;

You have to watch it and take your own notes, pretty crazy :)
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2023/02/14/you-can-clearly.html</link>
      <pubDate>Tue, 14 Feb 2023 21:24:44 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2023/02/14/you-can-clearly.html</guid>
      <description>&lt;p&gt;You can clearly see, the rare occurence when the unicorn appears where price is supported!
That&amp;rsquo;s it&amp;rsquo;s called the 🦄 model (BRK + FVG) $ES 5min Example ;-)&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/c4f28847c4.png&#34; width=&#34;600&#34; height=&#34;387&#34; alt=&#34;&#34; /&gt;
</description>
      <source:markdown>You can clearly see, the rare occurence when the unicorn appears where price is supported!
That&#39;s it&#39;s called the 🦄 model (BRK + FVG) $ES 5min Example ;-)

&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/c4f28847c4.png&#34; width=&#34;600&#34; height=&#34;387&#34; alt=&#34;&#34; /&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2023/02/08/finished-reading-the.html</link>
      <pubDate>Wed, 08 Feb 2023 15:01:28 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2023/02/08/finished-reading-the.html</guid>
      <description>&lt;img src=&#34;https://cdn.micro.blog/books/9781118443927/cover.jpg&#34; align=&#34;left&#34; class=&#34;microblog_book&#34; style=&#34;max-width: 60px; margin-right: 20px; margin-top: 0px; padding-top: 0px;&#34;&gt;
&lt;p&gt;Finished reading: &lt;a href=&#34;https://micro.blog/books/9781118443927&#34;&gt;The New Trading for a Living&lt;/a&gt; by Alexander Elder 📚&lt;/p&gt;
&lt;p&gt;Recommended reading, I liked the first few chapters about psychology and risk management. I skipped the technical indicator section because that&amp;rsquo;s not what I trade or like to trade.&lt;/p&gt;
&lt;p&gt;I found the first few chapters extremely helpful and and I pulled out more value compared to &lt;a href=&#34;https://micro.blog/books/9780735201446&#34;&gt;Trading In the Zone&lt;/a&gt; from Mark Douglas.&lt;/p&gt;
&lt;p&gt;So if you are searching for a trading related book that covers psychology in trading and risk management I can recommend it.&lt;/p&gt;
</description>
      <source:markdown>&lt;img src=&#34;https://cdn.micro.blog/books/9781118443927/cover.jpg&#34; align=&#34;left&#34; class=&#34;microblog_book&#34; style=&#34;max-width: 60px; margin-right: 20px; margin-top: 0px; padding-top: 0px;&#34;&gt;

Finished reading: [The New Trading for a Living](https://micro.blog/books/9781118443927) by Alexander Elder 📚

Recommended reading, I liked the first few chapters about psychology and risk management. I skipped the technical indicator section because that&#39;s not what I trade or like to trade.

I found the first few chapters extremely helpful and and I pulled out more value compared to [Trading In the Zone](https://micro.blog/books/9780735201446) from Mark Douglas.

So if you are searching for a trading related book that covers psychology in trading and risk management I can recommend it.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2023/02/06/had-fun-with.html</link>
      <pubDate>Mon, 06 Feb 2023 23:54:51 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2023/02/06/had-fun-with.html</guid>
      <description>&lt;p&gt;Had fun with MindMaps this weekend and the @I_Am_The_ICT &lt;a href=&#34;https://www.youtube.com/watch?v=qQvEV2dTTW8&#34;&gt;Bridge Builder&lt;/a&gt; video.
I love MindMaps and used them years ago very successful, so trying to implement them more in my learning process.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/c6a32c9daf.png&#34; width=&#34;600&#34; height=&#34;285&#34; alt=&#34;ICT Bridge Builder MindMap&#34; /&gt;
</description>
      <source:markdown>Had fun with MindMaps this weekend and the @I_Am_The_ICT [Bridge Builder](https://www.youtube.com/watch?v=qQvEV2dTTW8) video. 
I love MindMaps and used them years ago very successful, so trying to implement them more in my learning process.

&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/c6a32c9daf.png&#34; width=&#34;600&#34; height=&#34;285&#34; alt=&#34;ICT Bridge Builder MindMap&#34; /&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2023/01/29/if-you-search.html</link>
      <pubDate>Sun, 29 Jan 2023 16:02:46 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2023/01/29/if-you-search.html</guid>
      <description>&lt;p&gt;If you search for a Futures Prop-Firm (no CFD) have a look at APEX.&lt;/p&gt;
&lt;p&gt;This promo is interesting because 50% is also valid for recurring months (eval). No time limit. Trade Copiers allowed.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://go.stratinator.com/apex-valentine&#34;&gt;APEX Valentine Promo&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Code: &lt;em&gt;IZUCSMVN&lt;/em&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/b40e61a324.png&#34; width=&#34;600&#34; height=&#34;600&#34; alt=&#34;&#34; /&gt;
</description>
      <source:markdown>If you search for a Futures Prop-Firm (no CFD) have a look at APEX.

This promo is interesting because 50% is also valid for recurring months (eval). No time limit. Trade Copiers allowed.

[APEX Valentine Promo](https://go.stratinator.com/apex-valentine) 

Code: _IZUCSMVN_

&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/b40e61a324.png&#34; width=&#34;600&#34; height=&#34;600&#34; alt=&#34;&#34; /&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2023/01/19/es-entry-model.html</link>
      <pubDate>Fri, 20 Jan 2023 00:27:00 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2023/01/19/es-entry-model.html</guid>
      <description>&lt;p&gt;$ES Entry Model Long 1min&amp;hellip;&lt;/p&gt;
&lt;p&gt;Can&amp;rsquo;t be unseen, once it&amp;rsquo;s burned in.&lt;/p&gt;
&lt;p&gt;5 min &amp;amp; 1min chart on #TradingView&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/09b4fb8c57.png&#34; width=&#34;600&#34; height=&#34;378&#34; alt=&#34;5min ES chart on TradingView&#34; /&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/6302eb005a.png&#34; width=&#34;600&#34; height=&#34;379&#34; alt=&#34;1min ES chart on TradingView&#34; /&gt;
</description>
      <source:markdown>$ES Entry Model Long 1min...

Can&#39;t be unseen, once it&#39;s burned in.

5 min &amp; 1min chart on #TradingView

&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/09b4fb8c57.png&#34; width=&#34;600&#34; height=&#34;378&#34; alt=&#34;5min ES chart on TradingView&#34; /&gt;

&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/6302eb005a.png&#34; width=&#34;600&#34; height=&#34;379&#34; alt=&#34;1min ES chart on TradingView&#34; /&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2023/01/17/there-seems-no.html</link>
      <pubDate>Wed, 18 Jan 2023 00:14:21 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2023/01/17/there-seems-no.html</guid>
      <description>&lt;p&gt;There seems no VolumeImbalance indicator available for #Ninjatrader 👀&lt;br&gt;
Still in early beta, but this is fun :-) 🤓 (First NT code ever for me!)&lt;/p&gt;
&lt;p&gt;Thanks for the inspiration @28_trader and @IamMas7er&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/11a141e059.png&#34; width=&#34;600&#34; height=&#34;373&#34; alt=&#34;&#34; /&gt;
</description>
      <source:markdown>There seems no VolumeImbalance indicator available for #Ninjatrader 👀  
Still in early beta, but this is fun :-) 🤓 (First NT code ever for me!)

Thanks for the inspiration @28_trader and @IamMas7er

&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/11a141e059.png&#34; width=&#34;600&#34; height=&#34;373&#34; alt=&#34;&#34; /&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2023/01/10/perfect-es-retirement.html</link>
      <pubDate>Tue, 10 Jan 2023 13:52:30 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2023/01/10/perfect-es-retirement.html</guid>
      <description>&lt;p&gt;Perfect $ES &lt;em&gt;Retirement Setup&lt;/em&gt; in in ODR session today 6R&lt;/p&gt;
&lt;p&gt;Am I&amp;rsquo;m doing this correct for my Rente @IamMas7er? :-)
Not traded, because outside of Killzone (my rules)&amp;hellip;&lt;/p&gt;
&lt;p&gt;5min ES&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/c075bd4401.png&#34; width=&#34;600&#34; height=&#34;397&#34; alt=&#34;5min ES with the structure&#34; /&gt;
&lt;p&gt;1min FVG ICT YT2022 model
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/92346d02c9.png&#34; width=&#34;600&#34; height=&#34;397&#34; alt=&#34;1min ES FVG YT2022 Model&#34; /&gt;&lt;/p&gt;
</description>
      <source:markdown>Perfect $ES _Retirement Setup_ in in ODR session today 6R

Am I&#39;m doing this correct for my Rente @IamMas7er? :-)
Not traded, because outside of Killzone (my rules)...

5min ES

&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/c075bd4401.png&#34; width=&#34;600&#34; height=&#34;397&#34; alt=&#34;5min ES with the structure&#34; /&gt;

 1min FVG ICT YT2022 model
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/92346d02c9.png&#34; width=&#34;600&#34; height=&#34;397&#34; alt=&#34;1min ES FVG YT2022 Model&#34; /&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2023/01/09/you-see-it.html</link>
      <pubDate>Mon, 09 Jan 2023 23:11:17 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2023/01/09/you-see-it.html</guid>
      <description>&lt;p&gt;You see it? :-)&lt;/p&gt;
&lt;p&gt;What a nice #MMSM on ES 5min chart today!&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/049c5cb12a.png&#34; width=&#34;1200&#34; height=&#34;692&#34; alt=&#34;ES 5min Chart on TradingView&#34; /&gt;
</description>
      <source:markdown>You see it? :-)

What a nice #MMSM on ES 5min chart today!

&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2023/049c5cb12a.png&#34; width=&#34;1200&#34; height=&#34;692&#34; alt=&#34;ES 5min Chart on TradingView&#34; /&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2022/12/11/rd-candle-and.html</link>
      <pubDate>Sun, 11 Dec 2022 11:11:53 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2022/12/11/rd-candle-and.html</guid>
      <description>&lt;p&gt;3rd candle 🕯️ and slowly but steadily winter is arriving here.
Study 📚 time after a 2hour winter wonderland walk with the family.&lt;/p&gt;
&lt;p&gt;Have a nice Sunday!&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2022/f9d39b3281.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2022/683770bfcc.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
</description>
      <source:markdown>3rd candle 🕯️ and slowly but steadily winter is arriving here.
Study 📚 time after a 2hour winter wonderland walk with the family.

Have a nice Sunday!

&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2022/f9d39b3281.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2022/683770bfcc.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2022/12/04/putting-things-off.html</link>
      <pubDate>Sun, 04 Dec 2022 13:06:39 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2022/12/04/putting-things-off.html</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Putting things off is the biggest waste of life: It snatches away each day as it comes and denies us the present by promising the future. — Seneca&lt;/p&gt;
&lt;/blockquote&gt;
</description>
      <source:markdown>&gt; Putting things off is the biggest waste of life: It snatches away each day as it comes and denies us the present by promising the future. — Seneca
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2022/11/17/gbpusd-bearish-bias.html</link>
      <pubDate>Thu, 17 Nov 2022 11:52:58 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2022/11/17/gbpusd-bearish-bias.html</guid>
      <description>&lt;p&gt;$GBPUSD&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Bearish Bias (Bullish DXY)&lt;/li&gt;
&lt;li&gt;60min HTF Raid BSL + PDH taken&lt;/li&gt;
&lt;li&gt;5min Shift in Structure&lt;/li&gt;
&lt;li&gt;#MMSM forming&lt;/li&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Entry LRS after Smart Money Reversal&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Entry Re-Distribution FVG/OB 💎&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Target FVG below London Open&lt;/li&gt;
&lt;li&gt;1:4 RR Bagged&amp;amp;Tagged 💰&lt;/li&gt;
&lt;/ul&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2022/554895c767.png&#34; width=&#34;600&#34; height=&#34;393&#34; alt=&#34;&#34; /&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2022/8ac25ee0ee.png&#34; width=&#34;600&#34; height=&#34;390&#34; alt=&#34;&#34; /&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2022/3dc95ea10a.png&#34; width=&#34;600&#34; height=&#34;397&#34; alt=&#34;&#34; /&gt;
</description>
      <source:markdown>$GBPUSD

- Bearish Bias (Bullish DXY)
- 60min HTF Raid BSL + PDH taken
- 5min Shift in Structure
- #MMSM forming
- 1. Entry LRS after Smart Money Reversal
- 2. Entry Re-Distribution FVG/OB 💎
- Target FVG below London Open
- 1:4 RR Bagged&amp;Tagged 💰

&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2022/554895c767.png&#34; width=&#34;600&#34; height=&#34;393&#34; alt=&#34;&#34; /&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2022/8ac25ee0ee.png&#34; width=&#34;600&#34; height=&#34;390&#34; alt=&#34;&#34; /&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2022/3dc95ea10a.png&#34; width=&#34;600&#34; height=&#34;397&#34; alt=&#34;&#34; /&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2022/11/13/enjoying-a-perfect.html</link>
      <pubDate>Sun, 13 Nov 2022 16:36:40 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2022/11/13/enjoying-a-perfect.html</guid>
      <description>&lt;p&gt;Enjoying a perfect autumn day and started reading this great book again. Can you guess it?😀&lt;/p&gt;
&lt;p&gt;Have a great Sunday!&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2022/7c3f17eecb.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
      <source:markdown>Enjoying a perfect autumn day and started reading this great book again. Can you guess it?😀 

Have a great Sunday!

&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2022/7c3f17eecb.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2022/11/12/listened-to-iamtheict.html</link>
      <pubDate>Sun, 13 Nov 2022 00:54:53 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2022/11/12/listened-to-iamtheict.html</guid>
      <description>&lt;p&gt;Listened to @I_Am_The_ICT Twitter Space today and afterward had a quick look at #BTCUSD. Since I haven&amp;rsquo;t looked at it for a while and not trade it&amp;hellip;&lt;/p&gt;
&lt;p&gt;Monthly chart. you see it? #MMSM could be totally wrong, beause it&amp;rsquo;s crypto ;-)&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2022/ac05200d36.png&#34; width=&#34;600&#34; height=&#34;378&#34; alt=&#34;&#34; /&gt;
</description>
      <source:markdown>Listened to @I_Am_The_ICT Twitter Space today and afterward had a quick look at #BTCUSD. Since I haven&#39;t looked at it for a while and not trade it...

Monthly chart. you see it? #MMSM could be totally wrong, beause it&#39;s crypto ;-)

&lt;img src=&#34;https://cdn.uploads.micro.blog/1226/2022/ac05200d36.png&#34; width=&#34;600&#34; height=&#34;378&#34; alt=&#34;&#34; /&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://www.stratinator.com/2022/11/07/whatever-happens-to.html</link>
      <pubDate>Mon, 07 Nov 2022 13:13:42 +0200</pubDate>
    
    
      <guid>http://renem.micro.blog/2022/11/07/whatever-happens-to.html</guid>
      <description>&lt;p&gt;Whatever happens to Twitter, I prepared my Trade journaling Blog to be also available on #Mastodon now.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re interested you can follow/interact via &lt;a href=&#34;https://micro.blog/rene@stratinator.com&#34;&gt;@rene@stratinator.com&lt;/a&gt; &amp;amp; &lt;a href=&#34;https://micro.blog/stratinator@mastodon.online&#34;&gt;@stratinator@mastodon.online&lt;/a&gt;&lt;/p&gt;
</description>
      <source:markdown>Whatever happens to Twitter, I prepared my Trade journaling Blog to be also available on #Mastodon now.

If you&#39;re interested you can follow/interact via [@rene@stratinator.com](https://micro.blog/rene@stratinator.com) &amp; [@stratinator@mastodon.online](https://micro.blog/stratinator@mastodon.online)
</source:markdown>
    </item>
    
  </channel>
</rss>
