FOR A SELL SETUP: From the time the button is pressed the EA will look to place a trade with a sell stop order as soon as the current bar CLOSES with the listed parameters below. IF the new bar closes and the trade never triggered the low but did break the high of the previous bar, then the set up will be canceled (as soon as the high is crossed) and new trade will be adjusted to the new bar LOW for entry and new bar HIGH for SL as soon as the bar closes IF the new bar closes and the trade never triggered the low and never triggered the high, then all conditions stay the same. -It will keep trailing the lows until it is either activated OR I press the OFF button. The pending order for sell stops will add 1 micro pip as a buffer to the previous low and high (SL), directly on the chart (so price will have to cross below the low of the previous bar to activate) -FOR BUYS: This EA will place 3 visual lines for the setup (entry, SL,TP) as a visual reference. Because of how the spread is manipulated for BUYS by brokers, once price REALLY crosses the entry line (adding 1 micro pip as a buffer to the previous high and LOW (SL), the BUY will be opened at market with the proper SL and TP, updated to the second the order is placed. If the buy line is not crossed and the buy SL was also not crossed, then nothing happens, pending order stays active until conditions change. -As soon as the low is crossed, lines are removed and setup internaly is canceled and new levels will be placed as soon as the current candle closes There are 2 types of SL placement options: BEARISH example 1 above the high of the closed candle (above the wick) 2 above the closeed candle body high (does not inluce top wick) -The order must be sent with the SL and TP or else the trade will not count at certain prop firms. DBP Trade Manger (INPUTS) RISK MANUAL SET: 2500.00 (ZERO TURNS THIS OFF) RISK BALANCE: 1% (ZERO TURNS THIS OFF) MIN PIP DISTANCE: 5 (some brokers will require a minimum distance, if the candle set up is less than this number, then this number will be used instead as the SL) (ZERO TURNS THIS OFF) REWARD: 2 = How many Rs we are going for, (if Risk balance is 1% then the reward would be a 2% increase in the balance when Take profit is hit) BE: 1.5 = this number will protect the position at this said number of Rs on its way to the final number above 2Rs(ZERO TURNS THIS OFF) COVER FEE$: True/False (if true it will add the commission and spread to the final target #) END TIME: 22:00 (This will close the position if open, or cancel any postion that was not open) (ZERO TURNS THIS OFF) NOTIFY: True/False ( this will alert, sound and email and pop up when the trade is opened, modified and closed with final amount) NEWS: USD,GBP,EUR (it will look for the RED NEWS EVENT for said PAIRS (USD,EUR,GBP,JPY,NZD,CHF,CAD,AUD) MAGIC #1: 12 MAGIC #2: 13 SL TYPE: 1/2/3 (3 will divide the risk in half since it will look to place 2 orders so risk will be divided in half Visuals on Chart: 3 buttons BUY, SELL, OFF (off is really stand by and waiting for BUY or SELL to be Turned on) if a buy or sell is pending and I press OFF, the trade will be canceled On the chart I would like to see this in list format ORDER: Active/pending LOTSIZE: # (the amount indended to be placed) RISK: # ($ amount at risk) MIN PIP: # (min pip distance) REWARD: # (How many Rs we are going for) BE: # FEE$: $total fee amount END TIME: 22:00 NOTIFY: True/False SPREAD: # current spread SWAP: LONG/SHORT NEWS: Current time left until next RED NEWS event (this will be a count down clock) TIME: Current time left in current candle till close (this will be a count down clock) I need to be able to also manually move the TP and SL without issue if I choose to I will require Source file to mark order complete