PTMagic/_Development
HojouFotytu 45181915bc
2.0.6 Dev (#24)
* Reformat Code (#2)

* Multiple Changes (#13)

* Add "No CMC Key" Log Info

* Larger Tradingview Window

* Update json and NLog to latest version

* Update Remaining Packages

* Include CMC API Key in Settings Web Frontend

* Settings.General are now Collapsible

* Make Settings Analyzer Collapsible

* More Fixup

* Multiple Changes

* Even more fixups

* Add files via upload

* Binance API bad market fix

* Add Git Sync Command

* updated default settings

* Default Settings Fix
2018-12-16 06:07:29 +09:00
..
DevSettings 2.0.6 Dev (#24) 2018-12-16 06:07:29 +09:00
CreateRelease.cmd Fix to release script to remove Monitor settings file 2018-08-12 17:25:01 +01:00
PTMGitCommands.bat 2.0.6 Dev (#24) 2018-12-16 06:07:29 +09:00
README.md Prepared release of 2.0.1 2018-05-23 08:02:25 +02:00

README.md

Instructions for developing PT Magic

These are some instructions on how to start developing for PT Magic. The tools listed below (VS Code and its extensions) are only recommendations. Of course you may use any other suitable tool to develop .NET Core projects with. However, you should be carefull to not mess up your files when you commit using a different tool as most tools add some user specific files to the workspace and we do not want to have those in our repository.

Setup your environment

  1. Download and install Visual Studio Code for your platform from https://code.visualstudio.com/
  2. Install the VS Code extension C# (OmniSharp)
  3. Install .NET Core from https://www.microsoft.com/net/download/

Setup PT Magic for development

  1. Copy settings.analyzer.json and settings.general.json from /_Development/DevSettings to /PTMagic
  2. Setup a Profit Trailer instance for development (for example in _Development/LocalProfitTrailer)
  3. Adjust the necessary values in settings.general.json to your needs