Markets to be traded: I will trade stocks on the NASDAQ and NYSE exchanges using IBKR as broker.
Days to trade: I will trade from monday until friday. (with exception of holidays and vacations)
Trading times: I will check the markets when the market opens (15:30) During this time I will monitor my entries, set potential orders and alerts and monitor my trades. It is possible that I am in a meeting during this time. I will perform the above after the meeting.
Charts: I will swing trade only on the 1D timeframe.
Indicators: I will only use the 10, 20 and 200sma.
Important: Your trading system only works when you are highly consequent. Don't focus on outcomes of the trades. Focus on the outcome of 20 consequent trades.
{{iteration}}
Entry:
{% for line in data[iteration]['Entry'] %}
- {{line}}
{% endfor %}
Stop-Loss:
{% for line in data[iteration]['Stop-Loss'] %}
- {{line}}
{% endfor %}
Management:
{% for line in data[iteration]['Management'] %}
- {{line}}
{% endfor %}