Skip to content

Commit

Permalink
Deployed c159000 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
quantfreedom committed May 22, 2024
1 parent 94038cf commit 1d7732f
Show file tree
Hide file tree
Showing 6 changed files with 134 additions and 1,484 deletions.
137 changes: 92 additions & 45 deletions home/installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,30 @@
</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#not-finished-yet" class="md-nav__link">
<span class="md-ellipsis">
Not finished yet
</span>
</a>

<nav class="md-nav" aria-label="Not finished yet">
<ul class="md-nav__list">

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

</li>

</ul>
</nav>

</li>

</ul>
Expand Down Expand Up @@ -1509,6 +1533,30 @@
</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#not-finished-yet" class="md-nav__link">
<span class="md-ellipsis">
Not finished yet
</span>
</a>

<nav class="md-nav" aria-label="Not finished yet">
<ul class="md-nav__list">

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

</li>

</ul>
</nav>

</li>

</ul>
Expand Down Expand Up @@ -1620,51 +1668,50 @@ <h3 id="creating-virtual-environment">Creating virtual environment<a class="head
<li>In the menu bar click on terminal then click new terminal <img alt="alt text" src="../../images/image-50.png" /></li>
<li>Create a folder called coding wherever you want on your computer. I suggest anywhere that isn't your desktop. The best would be another hard drive that isn't your main hard drive</li>
</ul>
<p>Create a folder inside that folder called venvs - venv stands for virtual enviromnet
now go to your terminal and type cd
then after the space you want to click and drag the venvs folder to the terminal and it should place the path in the terminal
then press enter and your terminal should be pointing to that directory</p>
<p>creating keys file
create a folder somehwere on your computer
create a file inside that folder called my_stuff.py
Create venv
python -m venv qfree
now cd into qfree
in the command line type echo (this should be the path to your folder) &gt; my_keys.pth
example
echo E:\Coding\my_keys &gt; my_keys.pth
qfree\Scripts\activate.bat - this will activate the virtual enviromnelt
Now you will see we have free to the left of the thing</p>
<p>Ctrlp shift p type in word interpreter
Select python interpreter
Then enter interpreter path
Then find
Then go to the coding folder then venvs then qfree then scripts then click on python.exe</p>
<p>Github part
Click on green code button and copy url to clipboard from https</p>
<p>Then go to vscode and ctrl shift p then type in clone and click github clone and then paste the repo
And if vs code asks you to log into github click yes</p>
<p>Then when it asks you for a folder you open the coding folder you created and then click yes or ok</p>
<p>Ctrl shift p and type interpreter select python inter</p>
<p>Then choose qfree</p>
<p>Vscode file autosave
Vscode search clone git repo then paste … select folder
Now create new file called test.ipynb</p>
<p>Select kernel python en</p>
<p>Add this to settings.json
"editor.parameterHints.enabled": false,
"python.terminal.activateEnvironment": true,</p>
<p>For me … show them how to print in a python file … and also show them how to do math in the python file</p>
<p>python beginners playlist ... <a href="https://www.youtube.com/playlist?list=PL-osiE80TeTskrapNbzXhwoFUiLCjGgY7">https://www.youtube.com/playlist?list=PL-osiE80TeTskrapNbzXhwoFUiLCjGgY7</a></p>
<p>Create github
Create repo
Then download python
Download vs code
Then clone repo
Then create venv
Pip install quantfreedom
Then select inpertere
Then menu terminal new terminal</p>
<h2 id="not-finished-yet">Not finished yet<a class="headerlink" href="#not-finished-yet" title="Permanent link">&para;</a></h2>
<h3 id="create-venv">create venv<a class="headerlink" href="#create-venv" title="Permanent link">&para;</a></h3>
<ul>
<li>create a folder somehwere on your computer</li>
<li>create a file inside that folder called my_keys.py</li>
<li>Create venv</li>
<li>python -m venv qfree</li>
<li>now cd into qfree</li>
<li>in the command line type echo (this should be the path to your folder) &gt; my_keys.pth</li>
<li>example</li>
<li>echo E:\Coding\my_keys &gt; my_keys.pth</li>
<li>qfree\Scripts\activate.bat - this will activate the virtual enviromnelt</li>
<li>Now you will see we have free to the left of the thing</li>
<li></li>
<li>Ctrlp shift p type in word interpreter</li>
<li>Select python interpreter</li>
<li>Then enter interpreter path</li>
<li>Then find</li>
<li>Then go to the coding folder then venvs then qfree then scripts then click on python.exe</li>
<li>for mac you have to get the folder path to the python file and copy paste the whole path into the find section</li>
<li></li>
<li>Vscode file autosave</li>
<li>Vscode search clone git repo then paste … select folder</li>
<li>Now create new file called test.ipynb</li>
<li></li>
<li>Select kernel python en</li>
<li></li>
<li>Add this to settings.json</li>
<li>"editor.parameterHints.enabled": false,</li>
<li>"python.terminal.activateEnvironment": true,</li>
<li>"jupyter.debugJustMyCode": false,</li>
<li>"debug.allowBreakpointsEverywhere": true,</li>
<li>"debugpy.debugJustMyCode": false</li>
<li></li>
<li>Create github</li>
<li>Create repo</li>
<li>Then download python</li>
<li>Download vs code</li>
<li>Then clone repo</li>
<li>Then create venv</li>
<li>Pip install quantfreedom</li>
<li>Then select inpertere</li>
<li>Then menu terminal new terminal</li>
</ul>



Expand Down
1 change: 0 additions & 1 deletion quantfreedom/helpers/helper_funcs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1807,7 +1807,6 @@ <h3 id="quantfreedom.helpers.helper_funcs.np_lookback_one" class="doc doc-headin
<div class="doc doc-contents ">

<p><em>summary</em></p>
<p><a href="">Video</a></p>



Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions services/copy_trading/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,15 @@
</span>
</a>

</li>

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

</li>

</ul>
Expand Down Expand Up @@ -1629,6 +1638,15 @@
</span>
</a>

</li>

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

</li>

</ul>
Expand Down Expand Up @@ -1771,6 +1789,29 @@ <h2 id="get-access-to-strat">Get Access To Strat<a class="headerlink" href="#get
<li>Then you will go to the payments tab and select copy trading and then follow the directions.</li>
<li>once your payment is verified then you will go to the strategies menu and select the strategy you want to follow</li>
</ul>
<h2 id="faq">FAQ<a class="headerlink" href="#faq" title="Permanent link">&para;</a></h2>
<ul>
<li>why are you doing this?<ul>
<li>I am doing this because a lot of people just want to follow a strategy so why not let them.</li>
</ul>
</li>
<li>How much does it cost?<ul>
<li>It is originally 20 dollars a month but if you follow the 50% off you will get it for 10 dollars a month</li>
</ul>
</li>
<li>Are there any refuneds?<ul>
<li>No there are no refunds.</li>
</ul>
</li>
<li>Why does this cost money?<ul>
<li>You are only helping pay for the fee of what i have to pay for the AWS cloud.</li>
</ul>
</li>
<li>Which exchanges does this work on?<ul>
<li>right now only mufex and bybit.</li>
</ul>
</li>
</ul>



Expand Down
Binary file modified sitemap.xml.gz
Binary file not shown.
Loading

0 comments on commit 1d7732f

Please sign in to comment.