Inputs: Position sizing * Total money to risk per trade * % of account balance risk per trade * Set lot size SL Mode: (I can choose which one I want to use) * Above/Below candle before entry candle * Above/below high or low Time to start/end trading Example: Ea will start trading at the start time and end trading at the end time and close any open positions. Trading will resume at the start time Max daily DD settings: * Dollar amount * % amount If any of these are hit in equity, the EA will close all trades and will not trade until the next start time Spread Setting * If the Spread is greater than “x” pips the EA will not trade Slippage Setting * If the slippage is greater than “x’ pips the EA will not trade Non-Tradng Days Setting * Up to 5 days I can pick what days I do not want the ea to trade Exit Settings: 1. Trail Previous candles high/low When enabled, this will be used instead of the default exit. The SL will trail the previous candles low (if in a buy) or candles high (if in a sell) by whatever the spread is. The trail will only begin if the SL is in profit. If the SL is not in profit, the EA will leave the initial SL. 2. Trail by pips. Once price hits “x” pips in profit, the ea will trail price by ‘x’ pips Continuation Input (True/False) If set to true, the EA will trade continuations of the trend using the same entry criteria Example: So long as blue is over red (Eur>Usd) the Ea will look for buys. * The EA will monitor the RSI and find the resistance that crosses the MA and match that resistance on the candles. And the same rules for entry will apply Recovery Mode (true/false) - If the previous trade was a loser, the ea will double the lot size of the previous order on the next trade and set TP to whatever the loss amount was * If set to false, the EA will just trade normally