From 90ff8476290236528c5623ddc770793e459a3c0c Mon Sep 17 00:00:00 2001
From: HojouFotytu <36724681+HojouFotytu@users.noreply.github.com>
Date: Mon, 14 Jan 2019 12:56:15 +0900
Subject: [PATCH] Dashboardbottom typo; updated settings.general
---
Monitor/Pages/_get/DashboardBottom.cshtml | 2 --
.../_default settings BTC or ETH/settings.general.json | 10 +++++++++-
.../_default settings USDT/settings.general.json | 10 +++++++++-
3 files changed, 18 insertions(+), 4 deletions(-)
diff --git a/Monitor/Pages/_get/DashboardBottom.cshtml b/Monitor/Pages/_get/DashboardBottom.cshtml
index 585f0cd..36adf0d 100644
--- a/Monitor/Pages/_get/DashboardBottom.cshtml
+++ b/Monitor/Pages/_get/DashboardBottom.cshtml
@@ -77,8 +77,6 @@
double last30DaysPercentGain = Math.Round(last30DaysProfit / last30DaysStartBalance * 100, 2);
}
- }
-
diff --git a/PTMagic/_defaults/_default settings PT 2.x/_default settings BTC or ETH/settings.general.json b/PTMagic/_defaults/_default settings PT 2.x/_default settings BTC or ETH/settings.general.json
index 9894da9..00a1051 100644
--- a/PTMagic/_defaults/_default settings PT 2.x/_default settings BTC or ETH/settings.general.json
+++ b/PTMagic/_defaults/_default settings PT 2.x/_default settings BTC or ETH/settings.general.json
@@ -8,6 +8,10 @@
"ProfitTrailerServerAPIToken": "", //Your Profit Trailer Server API Token
"ProfitTrailerMonitorURL": "http://localhost:8081/", // The URL to your profit trailer monitor (needed to change your settings for PT 2.0 and above)
"ProfitTrailerDefaultSettingName": "default", // Your Profit Trailer default setting name (needed to change your settings for PT 2.0 and above)
+ "Exchange": "Bittrex", // The exchange your are running Profit Trailer on
+ "StartBalance": 0, // The balance you had in your wallet when you started working with Profit Trailer
+ "TimezoneOffset": "+0:00", // Your timezone offset from UTC time
+ "MainFiatCurrency": "USD", // Your main fiat currency that will be used in the monitor
"AlwaysLoadDefaultBeforeSwitch": true, // If this is enabled, PTMagic will always load default settings before switching to another setting
"FloodProtectionMinutes": 15, // If a price trend is just zig-zagging around its trigger, you may want to protect your settings from getting switched back and forth every minute
"InstanceName": "PT Magic", // The name of the instance of this bot. This will be used in your monitor and your Telegram messages. In case you are running more than one bot, you may set different names to separate them
@@ -24,7 +28,11 @@
"LinkPlatform": "TradingView", // The platform to which the pair name will link if you click on it
"MaxTopMarkets": 20, // The amount of top markets being shown in your Sales Analyzer
"MaxDailySummaries": 10, // The amount of "Last Days" being shown in your Sales Analyzer
- "MaxMonthlySummaries": 10 // The amount of "Last Months" being shown in your Sales Analyzer
+ "MaxMonthlySummaries": 10, // The amount of "Last Months" being shown in your Sales Analyzer
+ "TvStudyA": "BB@tv-basicstudies", // See available STUDIES at https://www.tradingview.com/wiki/Widget:TradingView_Widget
+ "TvStudyB": "",
+ "TvStudyC": "",
+ "TvStudyD": ""
},
"Backup": {
"IsEnabled": true, // Enables a backup procedure for your properties files. Before every switch PTMagic will backup the current properties
diff --git a/PTMagic/_defaults/_default settings PT 2.x/_default settings USDT/settings.general.json b/PTMagic/_defaults/_default settings PT 2.x/_default settings USDT/settings.general.json
index 9894da9..a2d082c 100644
--- a/PTMagic/_defaults/_default settings PT 2.x/_default settings USDT/settings.general.json
+++ b/PTMagic/_defaults/_default settings PT 2.x/_default settings USDT/settings.general.json
@@ -8,6 +8,10 @@
"ProfitTrailerServerAPIToken": "", //Your Profit Trailer Server API Token
"ProfitTrailerMonitorURL": "http://localhost:8081/", // The URL to your profit trailer monitor (needed to change your settings for PT 2.0 and above)
"ProfitTrailerDefaultSettingName": "default", // Your Profit Trailer default setting name (needed to change your settings for PT 2.0 and above)
+ "Exchange": "Bittrex", // The exchange your are running Profit Trailer on
+ "StartBalance": 0, // The balance you had in your wallet when you started working with Profit Trailer
+ "TimezoneOffset": "+0:00", // Your timezone offset from UTC time
+ "MainFiatCurrency": "USD", // Your main fiat currency that will be used in the monitor
"AlwaysLoadDefaultBeforeSwitch": true, // If this is enabled, PTMagic will always load default settings before switching to another setting
"FloodProtectionMinutes": 15, // If a price trend is just zig-zagging around its trigger, you may want to protect your settings from getting switched back and forth every minute
"InstanceName": "PT Magic", // The name of the instance of this bot. This will be used in your monitor and your Telegram messages. In case you are running more than one bot, you may set different names to separate them
@@ -24,7 +28,11 @@
"LinkPlatform": "TradingView", // The platform to which the pair name will link if you click on it
"MaxTopMarkets": 20, // The amount of top markets being shown in your Sales Analyzer
"MaxDailySummaries": 10, // The amount of "Last Days" being shown in your Sales Analyzer
- "MaxMonthlySummaries": 10 // The amount of "Last Months" being shown in your Sales Analyzer
+ "MaxMonthlySummaries": 10, // The amount of "Last Months" being shown in your Sales Analyzer
+ "TvStudyA": "BB@tv-basicstudies", // See available STUDIES at https://www.tradingview.com/wiki/Widget:TradingView_Widget
+ "TvStudyB": "",
+ "TvStudyC": "",
+ "TvStudyD": "" // The amount of "Last Months" being shown in your Sales Analyzer
},
"Backup": {
"IsEnabled": true, // Enables a backup procedure for your properties files. Before every switch PTMagic will backup the current properties