Working and relatively glitch free. Work has been done on uml diagram for the javascript client. No classes implemented in javascript files yet. Python is basically one big class with no separation.

This commit is contained in:
Rob 2022-05-05 22:22:50 -03:00
commit 42da478944
7 changed files with 57 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
/BTCUSDT_1d_2017-01-01
/BTCUSDT_1h_2017-01-01
/BTCUSDT_1m_2017-01-01
/BTCUSDT_1w_2017-01-01
/BTCUSDT_2h_2017-01-01
/BTCUSDT_3d_2017-01-01
/BTCUSDT_3m_2017-01-01
/BTCUSDT_4h_2017-01-01
/BTCUSDT_5m_2017-01-01
/BTCUSDT_12h_2017-01-01
/BTCUSDT_15m_2017-01-01
/BTCUSDT_30m_2017-01-01
/config.py

3
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml

14
.idea/BrighterTrading.iml Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/venv" />
</content>
<orderEntry type="jdk" jdkName="Python 3.10" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="PackageRequirementsSettings">
<option name="removeUnused" value="true" />
<option name="modifyBaseFiles" value="true" />
</component>
</module>

View File

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

7
.idea/misc.xml Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10" project-jdk-type="Python SDK" />
<component name="PyCharmProfessionalAdvertiser">
<option name="shown" value="true" />
</component>
</project>

8
.idea/modules.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/BrighterTrading.iml" filepath="$PROJECT_DIR$/.idea/BrighterTrading.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>