Skip to content

Commit

Permalink
Deployed 41ca275 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
quantfreedom committed Mar 12, 2024
1 parent 35d7773 commit e84ef8d
Show file tree
Hide file tree
Showing 10 changed files with 1,864 additions and 160 deletions.
1,859 changes: 1,859 additions & 0 deletions free_bot_finish/index.html

Large diffs are not rendered by default.

163 changes: 4 additions & 159 deletions free_trading_bots/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -470,51 +470,6 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#github-token" class="md-nav__link">
<span class="md-ellipsis">
Github token
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#aws-launch-template" class="md-nav__link">
<span class="md-ellipsis">
AWS Launch Template
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#adding-github-token" class="md-nav__link">
<span class="md-ellipsis">
Adding Github Token
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#winscp" class="md-nav__link">
<span class="md-ellipsis">
WINSCP
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#add-token-to-script" class="md-nav__link">
<span class="md-ellipsis">
Add Token To Script
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -1984,51 +1939,6 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#github-token" class="md-nav__link">
<span class="md-ellipsis">
Github token
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#aws-launch-template" class="md-nav__link">
<span class="md-ellipsis">
AWS Launch Template
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#adding-github-token" class="md-nav__link">
<span class="md-ellipsis">
Adding Github Token
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#winscp" class="md-nav__link">
<span class="md-ellipsis">
WINSCP
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#add-token-to-script" class="md-nav__link">
<span class="md-ellipsis">
Add Token To Script
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -2141,75 +2051,10 @@ <h2 id="get-access-to-strat">Get Access To Strat<a class="headerlink" href="#get
<li>You have a AWS account that is ready to be used</li>
<li>You have a github account</li>
<li>you have your api keys ready and for bybit users that you have verified your account is unified</li>
<li>now you will go to the discord and let me know you signed up in the <a href="https://discord.com/channels/1007134880129355796/1215873863913836645">bot sign up channel</a></li>
<li>You will send the following: A screen shot of you following me on all the social media accounts and a link to your github account.</li>
<li>Once you have got confirmation from me go to the next step.</li>
</ul>
<h2 id="github-token">Github token<a class="headerlink" href="#github-token" title="Permanent link">&para;</a></h2>
<ul>
<li>In the upper right corner of github click on your profile icon and go to settings at the bottom of the menu</li>
<li>now go all the way down to the bottom and on the left side click dev settings</li>
<li>then on the left side click personal access tokens then click on token classics</li>
<li>now click on generate a new token on the upper right side next to revoke all and click on generate new token classic</li>
<li>then select the main repo that will select all the options under repo <img alt="alt text" src="../images/image-21.png" /></li>
<li>then scroll to the bottom and choose create token</li>
<li>make sure you copy and save this somewhere because you will need it to run the strategy</li>
</ul>
<h2 id="aws-launch-template">AWS Launch Template<a class="headerlink" href="#aws-launch-template" title="Permanent link">&para;</a></h2>
<ul>
<li>Log into AWS and go to the console home page and click on EC2</li>
<li>On the left side menu click on launch templates under instances and then click the orange create launch template</li>
<li>Name your template under launch template name <img alt="alt text" src="../images/image-22.png" /></li>
<li>In the next section choose ubuntu <img alt="alt text" src="../images/image-23.png" /></li>
<li>For instance type choose the t2 free tier option <img alt="alt text" src="../images/image-24.png" /></li>
<li>next in key pair login click on create new key pair <img alt="alt text" src="../images/image-25.png" /></li>
<li>Then name the key pair something and select ppk and then click create key pair <img alt="alt text" src="../images/image-26.png" /></li>
<li>Make sure you save the download somewhere other than your desktop because you will need to use it later on.</li>
<li>in network settings choose the security groups as wizard 1 <img alt="alt text" src="../images/image-27.png" /></li>
</ul>
<h2 id="adding-github-token">Adding Github Token<a class="headerlink" href="#adding-github-token" title="Permanent link">&para;</a></h2>
<ul>
<li><a href="https://github.com/QuantFreedom1022/live_bots/edit/main/aws_script.sh">https://github.com/QuantFreedom1022/live_bots/edit/main/aws_script.sh</a></li>
<li>scroll down and choose unbutu then under amazon machine image choose free tier unbubut latetst version</li>
<li>scroll down instance type is t2.micro free tier</li>
<li>scroll down key pair create new key pair ... then put a name and then choose rsa and then choose ppk and create the pair and then save it somewhere you will be ok storing it ... i suggest not your desktop</li>
<li>network settings securty groups launch wizard 1</li>
<li>open advanced and scroll all the way down and paste in the aws sript that you made</li>
<li>create launch template</li>
<li>now in the green sction click on the link</li>
<li>then click on actions and launch instance from template</li>
<li>then in lower right corner click launch instance</li>
<li>thne in the green click the link</li>
<li>then under instance id you click that link</li>
<li>copy the ipv4 dns and paste it into the host name for the winscp and change the user name to ubuntu</li>
<li>clcik on the name advanced and on the left side go to ssh autnetication</li>
<li>now find the private key file that you downloaded</li>
<li>then hit login</li>
<li>click on the live bots folder and then open logs and you should see that the bot is running</li>
</ul>
<h2 id="winscp">WINSCP<a class="headerlink" href="#winscp" title="Permanent link">&para;</a></h2>
<ul>
<li>download winscp <a href="https://winscp.net/eng/downloads.php">https://winscp.net/eng/downloads.php</a> then launch the install</li>
<li>choose typical and then commander then install</li>
<li>uncheck open get started page</li>
<li>go to the instance and on the far right ipv</li>
<li>file protocol for sftp port is 22 username is ubuntu</li>
<li>advanced ssh authentication pricate key file and then link to your private key file that you downloaded</li>
<li>security group inbound and outbound</li>
<li>when you create your github token make sure you check the box repo</li>
<li>for bybit you have to make sure you are in a uinfied account ... log into bybit and go to the trading pair btcusdt and on the right side below the open and short and above the contract details and price pool ... if you see the word upgrade make sure you upgrade <img alt="alt text" src="../images/image-10.png" /></li>
</ul>
<h2 id="add-token-to-script">Add Token To Script<a class="headerlink" href="#add-token-to-script" title="Permanent link">&para;</a></h2>
<ul>
<li>go to the github page here <a href="https://github.com/QuantFreedom1022/live_bots/blob/main/aws_script.sh">https://github.com/QuantFreedom1022/live_bots/blob/main/aws_script.sh</a></li>
<li>then on the right side click the pencil edit icon</li>
<li>on line 7 change where is says %%%%%%%GITHUB_TOKEN with yoru github token</li>
<li>on line 13 replace %%%%%%%STRAT_FOLDER with the name of the folder of the strat you want to run ... in this case it would be 02_rsi_rising_falling</li>
<li>on line 14 replace %%%%%%%RUN_FILE.py with the main.py in the folder of the strat you want to run ... in this case it will be rsi_main.py</li>
<li>now replace the %%%%%%%API_KEY with your api key</li>
<li>replace the %%%%%%%SECRET_KEY with your secret key</li>
<li>now replace %%%%%%%USE_TEST_NET with a true if you want to use the testnet and a false if you want to use the main net ... all lower case</li>
<li>finally replace %%%%%%%%EXCHANGE_NAME with the name of the exchange you want to trade on ... in this case it is mufex or bybit ... all lower case</li>
<li>now you will go to the discord and let me know you got this far in the general chat. Just make sure you @ me</li>
<li>Then i will give you access to the <a href="https://discord.com/channels/1007134880129355796/1215873863913836645">bot sign up channel</a></li>
<li>In here you will post the following: A screen shot of you following me on all the social media accounts and a link to your github account.</li>
<li>Once you have got confirmation from me I will add you to the free bot runner group and send you the link to the final parts of running the free bot.</li>
</ul>


Expand Down
Binary file added images/image-28.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-29.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-30.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-31.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image-33.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit e84ef8d

Please sign in to comment.