<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Onboarding on 1K Scanner — Official Blog</title><link>https://blog.1kscanner.com/tags/onboarding/</link><description>Recent content in Onboarding on 1K Scanner — Official Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 03 Mar 2026 22:00:00 +0900</lastBuildDate><atom:link href="https://blog.1kscanner.com/tags/onboarding/index.xml" rel="self" type="application/rss+xml"/><item><title>Download/install failed? A user-first troubleshooting checklist to your first scan</title><link>https://blog.1kscanner.com/posts/2026/03/download-install-troubleshooting-checklist/</link><pubDate>Tue, 03 Mar 2026 22:00:00 +0900</pubDate><guid>https://blog.1kscanner.com/posts/2026/03/download-install-troubleshooting-checklist/</guid><description>&lt;img src="https://blog.1kscanner.com/images/shared/mtf-decision-cache-friend-diagram-16x9.png" alt="1k_scanner install troubleshooting checklist" /&gt;
&lt;p&gt;&lt;strong&gt;1k_scanner is not a document scanner.&lt;/strong&gt; It is a Rust+egui based multi-market, multi-timeframe trading scanning app.&lt;/p&gt;
&lt;p&gt;When installation fails, most people lose time in random trial-and-error.
The better approach is simple: &lt;strong&gt;short, reproducible checks in a fixed order&lt;/strong&gt;.
This guide helps you recover installation first, then move directly into a real first-scan workflow.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="1-most-install-failures-fall-into-4-buckets"&gt;1) Most install failures fall into 4 buckets
&lt;/h2&gt;&lt;p&gt;Check these in order:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Execution permission/security warning&lt;/strong&gt; (macOS Gatekeeper, Windows SmartScreen)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Download file condition&lt;/strong&gt; (corrupt, partial, outdated)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Network/time sync&lt;/strong&gt; (license verification loops)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Missing post-install validation&lt;/strong&gt; (installed, but no workflow verification)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Do not change everything at once. Test &lt;strong&gt;one bucket at a time&lt;/strong&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="2-macos-fastest-path"&gt;2) macOS fastest path
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;App icon &lt;strong&gt;right-click → Open&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;If blocked: &lt;strong&gt;System Settings → Privacy &amp;amp; Security → Open Anyway&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;If “damaged app” keeps appearing, run:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="highlight"&gt;&lt;div class="chroma"&gt;
&lt;table class="lntable"&gt;&lt;tr&gt;&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code&gt;&lt;span class="lnt"&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;xattr -dr com.apple.quarantine /Applications/1K_Scanner.app
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Then relaunch.&lt;/p&gt;
&lt;p&gt;If download integrity is uncertain, re-download and verify SHA-256 before retrying.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="3-windows-minimal-path"&gt;3) Windows minimal path
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;SmartScreen warning: &lt;strong&gt;More info → Run anyway&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Admin privilege is usually unnecessary.&lt;/li&gt;
&lt;li&gt;If login/license repeatedly fails after install, verify VPN/proxy/firewall and system time first.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The goal is not over-granting permissions; it is restoring a clean network path.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="4-3-minute-post-install-validation-run--scan--focus--record"&gt;4) 3-minute post-install validation: run → scan → focus → record
&lt;/h2&gt;&lt;p&gt;After installation, confirm real usability with this sequence:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Run&lt;/strong&gt;: load template (&lt;code&gt;Cmd/Ctrl + L&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Scan&lt;/strong&gt;: dense grid for broad pass (&lt;code&gt;Cmd/Ctrl + 7&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Focus&lt;/strong&gt;: expanded/single chart (&lt;code&gt;Cmd/Ctrl + 8&lt;/code&gt;, &lt;code&gt;Space&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Record&lt;/strong&gt;: save evidence in Check Note (&lt;code&gt;V&lt;/code&gt;, &lt;code&gt;N&lt;/code&gt;)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Completing these steps moves you from “installed” to “operational.”&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="5-validate-the-visual-model-first-rows-and-columns"&gt;5) Validate the visual model first: rows and columns
&lt;/h2&gt;&lt;p&gt;In 1k_scanner, read the grid as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Rows = timeframes&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Columns = symbols&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;One column gives one symbol’s MTF story from top to bottom.
If this structure is clear, your scanning mindset—compressing candidates from the whole market—starts working immediately.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="6-keep-indicator-interpretation-simple-emanrz--consensus"&gt;6) Keep indicator interpretation simple: EMA/NRZ + consensus
&lt;/h2&gt;&lt;p&gt;Right after installation, focus on “is it working as expected?”&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;EMA&lt;/strong&gt;: persistence of trend flow&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;NRZ(Narrow Range Zone)&lt;/strong&gt;: hold vs break reference&lt;/li&gt;
&lt;li&gt;when multiple signals align, chart frames show &lt;strong&gt;green/red emphasis&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Use consensus emphasis as &lt;strong&gt;candidate compression&lt;/strong&gt;, not as a one-click execution command.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="7-close-with-repeatability-check-note--template-routine"&gt;7) Close with repeatability: Check Note + template routine
&lt;/h2&gt;&lt;p&gt;A successful setup means you can reproduce the same workspace next session.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;choose &lt;code&gt;Grid Size&lt;/code&gt;, &lt;code&gt;Timeframes per row&lt;/code&gt;, &lt;code&gt;Exchange&lt;/code&gt;, then run &lt;strong&gt;Generate Grid Template&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;save before session end with &lt;strong&gt;F12&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;reload next session with &lt;strong&gt;Cmd/Ctrl + L&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;add evidence with &lt;code&gt;V&lt;/code&gt;, batch-review via &lt;code&gt;N&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;With this routine, install success naturally becomes execution readiness.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="8-final-one-page-checklist"&gt;8) Final one-page checklist
&lt;/h2&gt;&lt;p&gt;If all items below pass, onboarding is complete:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Open Anyway (macOS) or Run anyway (Windows)&lt;/li&gt;
&lt;li&gt;network/time sync checked&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Cmd/Ctrl + 7&lt;/code&gt;, &lt;code&gt;Cmd/Ctrl + 8&lt;/code&gt;, &lt;code&gt;Space&lt;/code&gt; toggles verified&lt;/li&gt;
&lt;li&gt;grid model verified (rows=timeframes, columns=symbols)&lt;/li&gt;
&lt;li&gt;EMA/NRZ observation + consensus frame color (green/red) verified&lt;/li&gt;
&lt;li&gt;Check Note flow verified with &lt;code&gt;V&lt;/code&gt;, &lt;code&gt;N&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;template generated, saved with F12, loaded by &lt;code&gt;Cmd/Ctrl + L&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The goal of install troubleshooting is not “the app opens.”
It is reaching a state where you can &lt;strong&gt;start candidate compression and observation routines immediately&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>New to 1k_scanner? A 5-Minute Start: scan wide, narrow candidates, then focus</title><link>https://blog.1kscanner.com/posts/2026/02/quick-start-5-minute-first-scan/</link><pubDate>Wed, 18 Feb 2026 23:29:00 +0900</pubDate><guid>https://blog.1kscanner.com/posts/2026/02/quick-start-5-minute-first-scan/</guid><description>&lt;p&gt;When you open 1k_scanner for the first time, the most important thing is not advanced settings.
It is the &lt;strong&gt;order&lt;/strong&gt; you use to read the screen.&lt;/p&gt;
&lt;p&gt;This guide follows the real app workflow and keeps only what matters for your first five minutes:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Scan wide in a dense grid → narrow with consensus signals → confirm in single chart → record in checknote.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="1-what-to-check-first-30-seconds"&gt;1) What to check first (30 seconds)
&lt;/h2&gt;&lt;p&gt;At launch, 1k_scanner loads your saved layout (tabs, grid, theme, settings).
As a new user, just verify these three items:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Are you in the workspace/tab you actually want (CRYPTO/NASDAQ, then your current tab)?&lt;/li&gt;
&lt;li&gt;Is the view in dense grid mode (for broad scan)?&lt;/li&gt;
&lt;li&gt;Is data loading normal (no repeated “No data”/loading errors)?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That is enough to start.&lt;/p&gt;
&lt;h2 id="2-minute-1-scan-wide-in-a-dense-grid-within-your-loaded-universe"&gt;2) Minute 1: scan wide in a dense grid (within your loaded universe)
&lt;/h2&gt;&lt;p&gt;The core view model is simple: &lt;strong&gt;rows = timeframes, columns = symbols&lt;/strong&gt;.
One column gives you a multi-timeframe view of a single symbol.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Dense grid: &lt;code&gt;Ctrl(Cmd)+7&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Expanded grid: &lt;code&gt;Ctrl(Cmd)+8&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Focus move: arrow keys or &lt;code&gt;W/A/S/D&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In the beginning, prioritize breadth over zoom.
First identify where movement is happening, then go deeper.&lt;/p&gt;
&lt;h2 id="3-minute-23-use-consensus-hotlist-cues-to-narrow-candidates"&gt;3) Minute 2–3: use consensus hotlist cues to narrow candidates
&lt;/h2&gt;&lt;p&gt;A common beginner mistake is tracking too many symbols at once.
The consensus hotlist and its cues are where you narrow that list quickly.&lt;/p&gt;
&lt;p&gt;Interpretation rule matters:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Consensus is an &lt;strong&gt;attention signal&lt;/strong&gt;, not an execution button.&lt;/li&gt;
&lt;li&gt;Neutral/dispersed areas are often better treated as “wait.”&lt;/li&gt;
&lt;li&gt;Use consensus to rank where to look next, not to force entries.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So the job here is not “buy/sell now.”
It is “which few charts deserve deeper inspection?”&lt;/p&gt;
&lt;h2 id="4-minute-34-switch-to-single-chart-for-focused-validation"&gt;4) Minute 3–4: switch to single chart for focused validation
&lt;/h2&gt;&lt;p&gt;Once candidates are down to 2–3, then zoom in.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Single-chart toggle: &lt;code&gt;Space&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Tab switch: &lt;code&gt;Cmd+Left/Right&lt;/code&gt; (macOS) or &lt;code&gt;PageUp/PageDown&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Search focus: &lt;code&gt;Enter&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;At this stage, avoid heavy prediction questions.
Focus on whether structure is repeating consistently.&lt;/p&gt;
&lt;h2 id="5-minute-5-lock-your-observation-criteria-with-checknote"&gt;5) Minute 5: lock your observation criteria with checknote
&lt;/h2&gt;&lt;p&gt;Without notes, good observations reset by the next session.
Use checknote to store criteria, not just outcomes.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Checknote toggle: &lt;code&gt;V&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Save layout: &lt;code&gt;F12&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Load layout: &lt;code&gt;Ctrl(Cmd)+L&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A simple 3-line format works well:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Why this symbol was selected&lt;/li&gt;
&lt;li&gt;Which signal combination was observed&lt;/li&gt;
&lt;li&gt;Hold / watch / skip decision&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Even this small habit improves consistency quickly.&lt;/p&gt;
&lt;h2 id="first-user-5-minute-checklist"&gt;First-user 5-minute checklist
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;0:00–1:00&lt;/strong&gt; Verify tab/grid/network&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;1:00–2:30&lt;/strong&gt; Wide scan in dense grid&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;2:30–3:30&lt;/strong&gt; Narrow with consensus hotlist cues&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;3:30–4:30&lt;/strong&gt; Validate in single chart&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;4:30–5:00&lt;/strong&gt; Write 3-line checknote&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Your first five minutes are not about perfect calls.
They are about building a repeatable observation rhythm.&lt;/p&gt;
&lt;p&gt;1k_scanner is built to keep that rhythm continuous—from wide market scan to focused review and recorded decisions.&lt;/p&gt;</description></item></channel></rss>