About this template
This is a very simple and easy beginner bot for stock traders.
This bot simply uses a long-term trend indicator, in this case, the 200 day SMA, to selectively purchase stock when the ticker is above the 200 day SMA. We then use one simple Monitor automation to watch and see if the stock ever dips below its long-term trend indicator. If the stock does fall below the 200 day SMA then the bot closes the stock position and waits for the stock to resume the uptrend.
*Note: I also included a quick decision right inside the Monitor automation to check and see if the position has been opened for more than 1 day before closing. This prevents the bot from running into pattern day trading (PDT) rules where it might open and close a position on the same day if the trend quickly reversed.
As always, please feel free to modify and edit the settings in your own clones to fit your own personal trading preference. Enjoy!