<?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: Tyler Francis</title>
    <description>The latest articles on DEV Community by Tyler Francis (@just-a-guy360).</description>
    <link>https://dev.to/just-a-guy360</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%2F3959086%2Fa653f307-4384-491e-9cd1-11d0d37d5454.png</url>
      <title>DEV Community: Tyler Francis</title>
      <link>https://dev.to/just-a-guy360</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/just-a-guy360"/>
    <language>en</language>
    <item>
      <title>I Built a Side Project Selling Pine Script Strategies for Prop Traders</title>
      <dc:creator>Tyler Francis</dc:creator>
      <pubDate>Fri, 29 May 2026 21:23:33 +0000</pubDate>
      <link>https://dev.to/just-a-guy360/i-built-a-side-project-selling-pine-script-strategies-for-prop-traders-55bj</link>
      <guid>https://dev.to/just-a-guy360/i-built-a-side-project-selling-pine-script-strategies-for-prop-traders-55bj</guid>
      <description>&lt;p&gt;Started &lt;a href="https://propfirmpinescripts.com" rel="noopener noreferrer"&gt;propfirmpinescripts.com&lt;/a&gt; a while back selling pine script strategies for futures prop firm traders. Figured I would share some of what worked and what has not.&lt;/p&gt;

&lt;h2&gt;
  
  
  The problem I was solving
&lt;/h2&gt;

&lt;p&gt;I was actually trading on Apex myself and kept running into the same thing. Every pine script strategy I found online was not built for prop firm rules. Daily loss limits not enforced in code. No end of day flatten. Blew an evaluation partly because of it.&lt;/p&gt;

&lt;p&gt;Figured other traders had the same problem. Coded the rules myself, then decided to sell the scripts.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;Pre-built pine scripts for 4 instruments: GC (gold futures), MES (micro S&amp;amp;P), MNQ (micro Nasdaq), CL (crude oil). Each one has daily loss lock, EOD flatten, win lock coded in. You can configure the limits for different firms without touching the core logic.&lt;/p&gt;

&lt;p&gt;Priced at $50 for a single script or $150 for all 4.&lt;/p&gt;

&lt;h2&gt;
  
  
  What actually moved conversions
&lt;/h2&gt;

&lt;p&gt;Adding real payout screenshots. Like actual Apex payout certificates from traders who passed using the strategies. Before I did that — traffic but weak conversions. After — noticeably better.&lt;/p&gt;

&lt;p&gt;Prop firm traders do not trust backtest results at all anymore. Too many people have gamed them. A real funded account payout is the only thing that actually means something to them.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where things are at
&lt;/h2&gt;

&lt;p&gt;Still early. Revenue is real but small. Building more SEO content, getting into prop firm communities, and eventually a subscription tier for updates when firms change their rules.&lt;/p&gt;

&lt;p&gt;If you are a dev with trading knowledge this space is underbuilt.&lt;/p&gt;

</description>
      <category>indiehacker</category>
      <category>saas</category>
      <category>trading</category>
      <category>pinescript</category>
    </item>
    <item>
      <title>Apex Trader Funding vs Topstep: Best Prop Firm for Algo Traders in 2025</title>
      <dc:creator>Tyler Francis</dc:creator>
      <pubDate>Fri, 29 May 2026 21:23:31 +0000</pubDate>
      <link>https://dev.to/just-a-guy360/apex-trader-funding-vs-topstep-best-prop-firm-for-algo-traders-in-2025-1hfh</link>
      <guid>https://dev.to/just-a-guy360/apex-trader-funding-vs-topstep-best-prop-firm-for-algo-traders-in-2025-1hfh</guid>
      <description>&lt;p&gt;I have tried a few prop firms at this point and the rules are genuinely different in ways that matter if you are running automated strategies. Here is my take after actually trading through evaluations on each.&lt;/p&gt;

&lt;h2&gt;
  
  
  The thing that changes everything: consistency rules
&lt;/h2&gt;

&lt;p&gt;Apex Trader Funding has no consistency rule. I cannot overstate how much better this is for algo trading. Your system can have a huge trending day and it does not hurt you at all.&lt;/p&gt;

&lt;p&gt;Topstep has a 30% rule. Your single best day cannot be more than 30% of your total evaluation profit. So if your algo catches a 200 tick CL move that represents 35% of your week profit, you are potentially failing even though you were profitable. This is not theoretical — it happened to me.&lt;/p&gt;

&lt;p&gt;MyFundedFutures has no consistency rule, trailing drawdown of $2,200 on $50k. Good option.&lt;/p&gt;

&lt;p&gt;FTMO has no consistency rule, 5% daily loss limit, good for automated strategies.&lt;/p&gt;

&lt;h2&gt;
  
  
  The instrument selection matters too
&lt;/h2&gt;

&lt;p&gt;Apex has GC, CL, MES, MNQ, ES, NQ, M2K, ZB, ZN and more. Topstep is more limited — mainly the equity index micros. If you are running a gold or crude oil strategy you basically have to go with Apex or FTMO.&lt;/p&gt;

&lt;h2&gt;
  
  
  My recommendation
&lt;/h2&gt;

&lt;p&gt;Apex if you are automating. Better rules, way more instruments, and the trailing drawdown model actually makes sense from a risk management perspective.&lt;/p&gt;

&lt;p&gt;I sell pre-built scripts specifically for Apex at &lt;a href="https://propfirmpinescripts.com" rel="noopener noreferrer"&gt;propfirmpinescripts.com&lt;/a&gt; — 4 strategies across GC, MES, MNQ, and CL with all the rules coded in. Tested on actual evaluations.&lt;/p&gt;

</description>
      <category>trading</category>
      <category>futures</category>
      <category>finance</category>
      <category>algotrading</category>
    </item>
    <item>
      <title>How to Build a Pine Script Strategy That Passes Prop Firm Evaluation</title>
      <dc:creator>Tyler Francis</dc:creator>
      <pubDate>Fri, 29 May 2026 21:23:28 +0000</pubDate>
      <link>https://dev.to/just-a-guy360/how-to-build-a-pine-script-strategy-that-passes-prop-firm-evaluation-3j18</link>
      <guid>https://dev.to/just-a-guy360/how-to-build-a-pine-script-strategy-that-passes-prop-firm-evaluation-3j18</guid>
      <description>&lt;p&gt;So I spent a while getting burned on prop firm evaluations before I figured this out. The issue was that my Pine Script was not built with prop firm rules in mind. Most scripts you find online are not. Here is what actually needs to be in your code.&lt;/p&gt;

&lt;h2&gt;
  
  
  Daily Loss Lock
&lt;/h2&gt;

&lt;p&gt;This is the big one. Your script has to stop trading automatically if you hit the firm daily drawdown. Do not rely on yourself to close manually — you will miss it eventually.&lt;/p&gt;

&lt;p&gt;On Apex that is $2,500 on a $50k account. Topstep is only $1,000. Code it in:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;var float dayStart = na
if dayofweek != dayofweek[1] or na(dayStart)
    dayStart := strategy.equity
float dailyPnL = strategy.equity - dayStart
if dailyPnL &amp;lt;= -2500
    strategy.close_all("daily loss limit hit")
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  End of Day Flatten
&lt;/h2&gt;

&lt;p&gt;Every prop firm requires you to be flat before session close. 3:55pm CT for CME futures.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;if hour == 15 and minute &amp;gt;= 55 and strategy.position_size != 0
    strategy.close_all("EOD flatten")
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Apex vs Topstep for algos
&lt;/h2&gt;

&lt;p&gt;Apex has no consistency rule at all. Topstep caps your best single day at 30% of your total eval profit. If your algo has a great trending day it can actually hurt you on Topstep. I break this down at &lt;a href="https://propfirmpinescripts.com" rel="noopener noreferrer"&gt;propfirmpinescripts.com&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Pre-built compliant scripts
&lt;/h2&gt;

&lt;p&gt;If you want scripts that already have all this coded in, they are at &lt;a href="https://propfirmpinescripts.com" rel="noopener noreferrer"&gt;propfirmpinescripts.com&lt;/a&gt;. The bundle includes 4 strategies for GC, MES, MNQ, and CL — all with EOD flatten, daily loss locks, and win locks built in.&lt;/p&gt;

</description>
      <category>trading</category>
      <category>pinescript</category>
      <category>algotrading</category>
      <category>futures</category>
    </item>
  </channel>
</rss>
