Ary Sharifian
Ary Sharifian
This is the error code: ##[error]Process completed with exit code 255. I am trying to run a CI/CD pipline through git actions. workflow starts here: ` name: CI on: push:...
The web page requires rh credentials to populate the graph. This exposes those credentials to the internet. Instead it would be better to store graph data in a database. Then...
When the algo places an order to buy a stock at a specific price and that stock continues to increase in value, then the order doesn't execute and I am...
What if a stock is purchased with the intention that the price will increase but instead it declines. Since we are only able to apply a sell limit at 1...
Within **filter_recent_news(tradeable_stocks)** function, before returning the list of tuples consisting of stock ticker and title of news story, create a new function that checks the sentiment of the title. Add...
with respect to push_stock_purchase_list_to_cloud() function, I need to include some identifier to the buy stock functions that this is a new list from the previous such that I do not...