<?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: sepehr</title>
    <description>The latest articles on DEV Community by sepehr (@vasto_lorde).</description>
    <link>https://dev.to/vasto_lorde</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%2F3388964%2F66761c64-e871-4d95-b867-34f74da89f7f.jpg</url>
      <title>DEV Community: sepehr</title>
      <link>https://dev.to/vasto_lorde</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vasto_lorde"/>
    <language>en</language>
    <item>
      <title>Building Crypto Bot</title>
      <dc:creator>sepehr</dc:creator>
      <pubDate>Wed, 22 Oct 2025 21:15:59 +0000</pubDate>
      <link>https://dev.to/vasto_lorde/building-crypto-bot-201m</link>
      <guid>https://dev.to/vasto_lorde/building-crypto-bot-201m</guid>
      <description>&lt;p&gt;hello to you all, &lt;br&gt;
this is my first post in this community, was kinda nervous, didnt know how to get into this community,&lt;br&gt;
i am currently learning python and been afk for 2 months(animation proj)&lt;br&gt;
and been wondering how to recover the things i have forgotten and foundout a cool way,&lt;br&gt;
i started building a Crypto bot (im worst in explaining sorry) :&lt;br&gt;
first it starts with receiving time frames candles from Bybit API each 5m,&lt;br&gt;
then CHOCH+MTR algorithm comes,&lt;br&gt;
in every 5mins it repeats itself and if it get any BUY/SELL signal (CHOCH+MTR) it goes for opening Position in Bybit(DEMO), if we have had opened a position for that coin it does not repeat it and if we can open position, The stop-loss (SL) is set at the edge of the identified order block, and the take-profit (TP) is calculated either as a fixed percentage gain (≈0.4%) or as a risk-reward multiple (e.g., 1 : 1 or 1 : 1.2) based on the distance between entry and SL.&lt;br&gt;
it is not working properly for now and i am using GPT for code ( i study it afterwards and rewrite in another way usually). &lt;br&gt;
but i am working on it and tried this to learn new stuff on automation and API and etc. &lt;br&gt;
hope this make me improve my coding and the problem solving skill.&lt;/p&gt;

&lt;h1&gt;
  
  
  python #crypto #junior #tradingbot
&lt;/h1&gt;

&lt;p&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%2Fh821jcvf7j0219iyo779.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%2Fh821jcvf7j0219iyo779.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>algorithms</category>
      <category>cryptocurrency</category>
      <category>api</category>
      <category>python</category>
    </item>
  </channel>
</rss>
