jibba.jabba
2007-07-23 06:48:40 UTC
I gave myself a project. Build a spreadsheet that tells you how whether to buy, don't buy, or sell stocks (and no I'm not actually gonna use it for that purpose lol). Column 1 is price yesterday, column 2 is price today. I want column three to say the action.
So the command I want will say if the price is less than 85% of where it was yesterday, "buy". If the price is between 85% and 115% of where it was yesterday, take no action, and if the price is above 115% of yesterday's, "sell."
Thanks in advance for any help