update crypto assets
This commit is contained in:
@ -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
|
||||
|
|
@ -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
|
||||
|
Reference in New Issue
Block a user