The Ea is based on the THV trading system, the EA uses these indicators to open short and long positions it also closes based on the same indicators. It will also use a third party paid indicator for support and resistance levels. The EA is designed to run in the 5M timeframe. Each one of the option in the EA have a True or False setting so they can be enabled or disabled. Opens one order at a time (fifo rules). Non hedging. Runs on every tick. Can open and close any number of orders on the same bar. Opens long and Short positions. The Indicator List: THV3 Coral THV3 T3 THV4 Cloud MTF THV4 TRIX MTF THV4 Coral T@H THV4 HA THV4 Trix called THV4 Trix V1.0 THV4 RSI Sr Support and Resistance Indicator (paid indicator) EA Global Restrictions 1) Do not open any order within XX pips of the resistance or support jump areas on specified timeframe 5m/15m/30/1h/4h (True/False/Time/XX number of pips) Example: I set the distance pips to 10pips of the Support Resistance indicator 15M timeframe so if the price is within 10 pips of the support or resistance lines generated by the SR indicator the EA will not open any trades. The SR indicators has several lines like 4 hour jump lines, Key resistance, key support lines, current support and resistance all the lines will follow this setting if enabled. 2) Friday Slow Down do not open any orders after XX hours on Friday. (True/False/Hours) Example: if enabled I can set the time to 16:00 on Friday and the EA will not open any trades after this time but continue to monitor any existing open trades. 3) Stop New orders after X number of consecutive losses (True/False/Number) Example: If enabled the it stops the EA from opening any new trades if once the consecutive count has been reached. 4) Once price has moved into profit by XX pips place the Stop loss at Breakeven (True/False/XX pip move/XX pip BE) Example: If enabled I can manually set the Break even pips to 5pips from open once the price and moved 15pips from open. 5) I need to be able to manually enter up to 10 Hard price areas where no trades are to happen within xx number of pips (True/False/xx pips/bid price) x10 Example : The market has some hard support and resistance levels that need to be manually entered, so I want to set up to 10 prices where the EA will not open any trades when the price is within say 20 pips of one of these hard support and resistance areas. Short Entry for 5M timeframes: Check the EA Global Restrictions before any trade. Price below the coral line (True/False) - Does not matter what colour the coral line is as long as price is below it. Price below the cloud (True/False) Last bar red (True/False) 5M Current bar open is XX pips or more below the coral line (True/False/XX number of pips) 5M Fast trix bellow slow trix (True/False) Real-time Fast and slow trix are both going down (True/False) - Important going down does not mean the colour of the trix lines it means the value of the trix lines compares to the previous periods value. Last bar opened bellow the cloud (True/False) Current bar open is bellow the cloud (True/False) Current bar open is bellow the cloud by xx pips or more (True/False/XX number of pips) Current bar open is a within XX pips from the cloud (True/False/XX number of pips) - Important if price is too far from the cloud it could mean that the EA has missed the entry. 1M current bar opened is bellow the cloud on the 1M chart (True/False) 1M current price is bellow the coral line on the 1M chart (True/False) 1M Slow trix is going down (True/False) 15M fast trix is down (True/False) 15M Slow trix going down (True/False) 30M fast trix going down (True/False) Price bellow 15m Cloud (True/False) Price bellow 30M Cloud (True/False) Current bar should not be more than XX pips (True/False/XX number of pips) - This is to stop opening any orders when the price spikes THV RSI bellow 45 on 5m timeframe (True/False) Live Fast Trix on 5 timeframe is bellow 0.0000 (True/False) Exit Short (on any one of these conditions) When Fast trix turns Upwards on 5m timeframe (True/False) - Important going down does not mean the colour of the trix lines it means the value of the trix lines compares to the previous periods value. When Slow trix turns Upwards on 5m timeframe (True/False) - Important going down does not mean the colour of the trix lines it means the value of the trix lines compares to the previous periods value. When last X number of bars are green on 5m timeframe (True/False/XX number of bars) Stop Loss in pips (True/False/XX number of pips) Take profit in pips (True/False/XX number of pips) Exit orders if price touches KEY Support or Resistance lines (True/False/XX number of pips) - This is not the Current Support and resistance lines but the KEY ones identified by the SR indicators Price hits the Breakeven TP line (Set from the Breakeven settings) THE ENTRY FOR THE LONG IS THE EXACT OPPOSITE AS THE SHORT ENTRY THE EXIT FOR THE LONG IS THE EXACT OPPOSITE AS THE SHORT EXIT Other General options: Magic Number Trade comment Slippage Trading hours (Ture/False/start hour:end hour) Lot size Comment on Chart (Ready For Trading or Not Trading Time) [Comment color/size/font/position] When an order is placed append data to a txt file THV-EA.txt of all the conditions that where met When an order is closed append data to a txt file THV-EA.txt of exit conditions that where met As there are many conditions an multiple timeframes involved i need to speed up testing and development I will need the EA to output Open and Close trades into a TXT file The text file should contain all the conditions that have been a match to open or close the trade including date and time. This will help testing and identify any bugs quickly.