Hi There,
As a prefix I'm completely new to trading but I'm eager to use my software programming skills to first of all gather some data to analyze myself.
To give some context to the stock im trading with, it's a virtual stock (ie no real money traded) which updates every 15 minutes with the new stock price.
What I'd like to do is ask a few questions around this to see if i'm looking along the right lines.
Each stock "tick" im gathering the data and gathering the EMA(10) and EMA(21), im wondering if this are the right values, i'm looking at doing short term (day?) trading.
Once I have this EMA data im running two checks to see whether it would be a good time to buy or sell.
The first, if the EMA10 is > EMA21, then sell and vice versa. This appears to work fine but it seems a bit simplistic as im sure there should be times when it's undecided, i understand that this is crossover trading.
I'm also looking at calculating the difference as a percentage between the two EMA values, and if the EMA dif is less than the threshold then Buy. For this i'd appreciate clarification as to whether or not this is a good idea?
tldr;
- For a 15 min updating stock, is EMA(10) and EMA(21) suitable.
- For calculating indicators is using a simple less than or more than on the EMA's suitable?
- Is using a percentage dif calution between the EMAs also a good indicator?
As a prefix I'm completely new to trading but I'm eager to use my software programming skills to first of all gather some data to analyze myself.
To give some context to the stock im trading with, it's a virtual stock (ie no real money traded) which updates every 15 minutes with the new stock price.
What I'd like to do is ask a few questions around this to see if i'm looking along the right lines.
Each stock "tick" im gathering the data and gathering the EMA(10) and EMA(21), im wondering if this are the right values, i'm looking at doing short term (day?) trading.
Once I have this EMA data im running two checks to see whether it would be a good time to buy or sell.
The first, if the EMA10 is > EMA21, then sell and vice versa. This appears to work fine but it seems a bit simplistic as im sure there should be times when it's undecided, i understand that this is crossover trading.
I'm also looking at calculating the difference as a percentage between the two EMA values, and if the EMA dif is less than the threshold then Buy. For this i'd appreciate clarification as to whether or not this is a good idea?
tldr;
- For a 15 min updating stock, is EMA(10) and EMA(21) suitable.
- For calculating indicators is using a simple less than or more than on the EMA's suitable?
- Is using a percentage dif calution between the EMAs also a good indicator?