update crypto assets

This commit is contained in:
2021-01-20 10:21:05 +01:00
parent 1be37298f1
commit 84a6ecd029
14 changed files with 195 additions and 18 deletions

View File

@ -1,3 +1,13 @@
2020-04-21;BTC;0.00289369;20;1.49;6396.68;40
2020-04-28;BTC;0.12019584;900;13.21;7377.44;40
2020-08-01;LTC;2.06335807;108.27;2.99;52.472715024203;6
2020-12-27;XLM;1805.3694240;226.47;2.99;0.1254424701;6
2021-01-14;ALGO;127.017134;50;1.99;0.378;10
2021-01-14;DNT;433.03459818;50;1.99;0.1109;10
2021-01-14;CVC;342.51184292;50;1.99;0.1402;10
2021-01-14;REN;121.90557567;50;1.99;0.3938;10
2021-01-14;LRC;141.41461300;50;1.99;0.3395;10
2021-01-14;SNX;3.85008980;50;1.99;12.47;10
2021-01-14;AAVE;0.37980223;50;1.99;126.41;10
2021-01-14;XTZ;22.784402;50;1.99;2.11;10
2021-01-14;XLM;380.6974577;100;2.99;0.2548;10
2021-01-14;ETH;0.48874273;500;7.34;1008.01;10

1 2020-04-21 BTC 0.00289369 20 1.49 6396.68 40
2 2020-04-28 BTC 0.12019584 900 13.21 7377.44 40
3 2020-08-01 2020-12-27 LTC XLM 2.06335807 1805.3694240 108.27 226.47 2.99 52.472715024203 0.1254424701 6
4 2021-01-14 ALGO 127.017134 50 1.99 0.378 10
5 2021-01-14 DNT 433.03459818 50 1.99 0.1109 10
6 2021-01-14 CVC 342.51184292 50 1.99 0.1402 10
7 2021-01-14 REN 121.90557567 50 1.99 0.3938 10
8 2021-01-14 LRC 141.41461300 50 1.99 0.3395 10
9 2021-01-14 SNX 3.85008980 50 1.99 12.47 10
10 2021-01-14 AAVE 0.37980223 50 1.99 126.41 10
11 2021-01-14 XTZ 22.784402 50 1.99 2.11 10
12 2021-01-14 XLM 380.6974577 100 2.99 0.2548 10
13 2021-01-14 ETH 0.48874273 500 7.34 1008.01 10

View File

@ -19,6 +19,7 @@ do
if [ "${profitPerc%%.*}" -ge "$SELLTHRESH" ];
then
echo "[$CURRENCY] bought: ${DATE}"
echo "[$CURRENCY] profit: ${profitPerc}% >= ${SELLTHRESH}% !!!!"
echo "[$CURRENCY] profit: $curProfit EUR (${profitPerc}%)"
echo "[$CURRENCY] maxDiff: ${maxDiff}%"
@ -44,6 +45,7 @@ do
if [ "0$HOUR" -eq "6" ];
then
echo "[$CURRENCY] bought: ${DATE}"
echo "[$CURRENCY] profit: $curProfit EUR (${profitPerc}%)"
echo "[$CURRENCY] maxDiff: ${maxDiff}%"
echo