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
I was able to get the script running with adjusting #4ta.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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: