Greetings,
Which approach for market core data for triggering Buys and Sells are most effective with an algorithm app?
1. Open,Close,High,Low,vwap, technical indicators:
I'm streaming market data [symbol, open_price,close_price,high_price,low_price, vwap, accumulated_volume, volume,etc.] and prequalifying stocks to trade from this streamed data. I'm pulling MACD and RSI technical info on those prequalified stocks which is only granular to the minute. I Buy and Sell based on the technical details. Problem is that things change during a minute, and I'm not aware of it until after the minute.
2. I can also stream Level2 data and Technical Indicators, but I'm not really sure at what levels to trigger Buy and Sell.
Please advise.
Thank you in advance.
Which approach for market core data for triggering Buys and Sells are most effective with an algorithm app?
1. Open,Close,High,Low,vwap, technical indicators:
I'm streaming market data [symbol, open_price,close_price,high_price,low_price, vwap, accumulated_volume, volume,etc.] and prequalifying stocks to trade from this streamed data. I'm pulling MACD and RSI technical info on those prequalified stocks which is only granular to the minute. I Buy and Sell based on the technical details. Problem is that things change during a minute, and I'm not aware of it until after the minute.
2. I can also stream Level2 data and Technical Indicators, but I'm not really sure at what levels to trigger Buy and Sell.
Please advise.
Thank you in advance.