I was able to get the script running with adjusting #4 ta.volatility.bollinger_mavg in the code.
However, when I run the script I was unable to get any results to generate. I threw a couple of stocks in the watchlist to get something to either generate a buy or sell, but nothing.
Current Watchlist: ['MSFT', 'SBUX', 'F', 'VOO', 'COST', 'DGAZ', 'VUG', 'VTI', 'WMT', 'DIS', 'SPY', 'UBER', 'VSLR', 'PLUG', 'HHR', 'AMZN', 'SNAP', 'CY', 'FIT', 'GPRO', 'AAPL', 'GE']
Does anyone have something that I can throw at the script to see it working?
Note: I do have #r.order_buy_market(potential_buys[i], num_shares) and #r.order_sell_market(symbol, shares_owned) commented out to prevent execution of the script.
I was able to get the script running with adjusting #4
ta.volatility.bollinger_mavgin the code.However, when I run the script I was unable to get any results to generate. I threw a couple of stocks in the watchlist to get something to either generate a buy or sell, but nothing.
Does anyone have something that I can throw at the script to see it working?
Note: I do have
#r.order_buy_market(potential_buys[i], num_shares)and#r.order_sell_market(symbol, shares_owned)commented out to prevent execution of the script.