This strategy use a custom indicator. When the green line cross above the level 6, it's going to sell the stock. When cross down -6, it's going to buy the stock. You can change the level's number to adapt it to any asset. It works for US30, or any Dow's Futures . But you can adapt it to any market, FOREX/Crypto/Stocks. Also it works better in 5/15 min chart, but you can adapt it to any resolution too. We use EMA 100 and ADX 14 as a filter of the indicator.
EntryModel is the level to make Buy and Sell transactions. ExitModel is the level to close transactions.
In TPandSL you can choose: No -> if you want only buy and sell, without closing transactions. Model -> you will use the ExitModel parameter to close transactions. % -> if you want to use a percentage of TP and SL. Volatility -> to adapt TP and SL with the volatility of the moment. Pips -> if you want to use Pips to close transactions.