I have been working on a MACD intraday options trading strategy that has been pretty effective that I would like to automate. But I have no knowledge of python whatsoever, perhaps someone can help with this?
The variables for the MACD are:
9, 20, 6
That part I was able to manage with the example, but only for stock trading.
Next part is incorporating the 11 day weighted moving average as a get out of trade signal if the stock falls on the opposite side of that average for more than 2 minutes or the position loses more than 10% whichever comes first
It would also only trade 10% of total account value per position
Plan on using this strategy with stocks like PCLN, AAPL, FB, TWTR, GOOGL, NFLX, AMZN
Any help would be greatly appreciated