You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
could you please upgrade your script by considering this small parameter addon.
Your script can quickly help us to see how much we gain or loose with this tips.
Let me explain by this example :
I bought 25 stocks of AAPL at the price of USD100.05
Then if I mention it as parameter in your script (by considering you parse the symbols content) it could display in one shot which symbol allow us to gain or loose.
Your script will then become something like this :
$ ./ticker.sh [25*100.05]AAPL MSFT GOOG BTC-USD
That could give as result :
AAPL 325.05 0.10 (0.03%) * [25*100.05]5625
MSFT 185.30 -0.05 (-0.03%) *
GOOG 1520.84 0.10 (0.01%) *
BTC-USD 9585.88 -341.63 (-3.44%)
As I just mentioned the AAPL amount of stock and price I bought between brackets "[25*100.05]" only this line have to display this gain or loose result.
Like you did previously for a great visibility this "[25*100.05]" should be print in grey and the result in green for gains or red for loose.
By hoping you could add this small functionality to your script it could sincerely be appreciated by everybody.
Have a nice day.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hi,
could you please upgrade your script by considering this small parameter addon.
Your script can quickly help us to see how much we gain or loose with this tips.
Let me explain by this example :
I bought 25 stocks of AAPL at the price of USD100.05
Then if I mention it as parameter in your script (by considering you parse the symbols content) it could display in one shot which symbol allow us to gain or loose.
Your script will then become something like this :
$ ./ticker.sh [25*100.05]AAPL MSFT GOOG BTC-USD
That could give as result :
AAPL 325.05 0.10 (0.03%) * [25*100.05]5625
MSFT 185.30 -0.05 (-0.03%) *
GOOG 1520.84 0.10 (0.01%) *
BTC-USD 9585.88 -341.63 (-3.44%)
As I just mentioned the AAPL amount of stock and price I bought between brackets "[25*100.05]" only this line have to display this gain or loose result.
Like you did previously for a great visibility this "[25*100.05]" should be print in grey and the result in green for gains or red for loose.
By hoping you could add this small functionality to your script it could sincerely be appreciated by everybody.
Have a nice day.
The text was updated successfully, but these errors were encountered: