EA Must be able to trade all symbols from a one-Chart window Example: EA running on the EURUSD, on H1 timeframe Parameter in EA settings -> Choose which symbols to trade Example: The user input the pairs in the empty field parameter. The EA executes trades, on these specific pairs or (If this is not possible) Example: All major pairs True/False - All minor pairs True/False- All commodities True/False When EA is activated, it will look for a trigger on the "FX Trend indicator" to begin with 1: If Major pair Ex: EURUSD -> Check only the trend for this specific symbol If Minor pair Ex: EURGBP -> Check trends for EURGBP AND EURUSD + GBPUSD Parameter - Option to turn off/on checking correlation to a Major symbol when looking for a trigger on a minor symbol If commodities Ex: XAUUSD -> Check only the trend for this specific symbol All symbols has timeframes from From M1 - MH (FxTrend indicator) Parameter = choose from M1 - MH Ex: EURUSD has a sell/buy signal on all timeframes from M5 - H4 (Chooseable) Ex: EURGBP has a sell/buy signal on all timeframes from M15 - H4 (Chooseable) And it checks if this corralates with EURUSD (ex sell signal on M15 - H4) and GBPUSD (ex buy signal M15 - H4) 2: Check with "Fx Trend indicator" if "intensity" exceeds inputed value for all the selected timeframes (85%> = Strong trend) Parameter = Choose a value for "Intensity" If Yes = Move on to next step Ex: EURUSD has from M5 - H4 an intensity that exceeds 85%> (M5 = 85%>, M15 = 85%>, M30 = 85%> and so on...) 3: Check with "FX Power indicator" the triggered symbol in three different stages First: FX Power with an analysis period of one day Second: FX Power with an analysis period of three days Third: FX Power with an analysis period of one week These three instances of "FX Power indicator" will check the triggered symbol if the "delta" exceeds the selected value Parameter = Delta must be chooseable from 0 - 10 on "one day analysis" Parameter = Delta must be chooseable from 0 - 10 on "three day analysis" Parameter = Delta must be chooseable from 0 - 10 on "one week analysis" Ex: EURUSD has a delta greater than 6> on "one day analysis", "three day analysis" and "one week analysis" if yes = Move on to the next step 4: Check with "Fx Volume indicator" Ex: EURUSD has "long" signal according to the initial steps. Fx Volume checks USD on the "Changes view" How much has USD fallen/Risen from "before" to "now" Also Fx Volume checks EUR on the "Changes view" How much has EUR fallen/Risen from "before" to "now" Parameter = minimum allowed procentage difference between "Before" and "Now" for both symbols (EUR + USD) (Specify % value) Parameter = Use Fx Volume indicator True/False (EA must be able to ignore this fourth step) If minimum allowed percentage difference is passed, then proceed with the next step 5: Check with "Lighthouse indicator" if the symbol has a support/resistance line within a selected value of pips, in the direction of the trade signal Parameter = Specify the maximum amount of pips to the nearest Support/resistance line Parameter = Only recognize the "thicker support/resistance" lines If no -> move on to the next step If Yes -> Wait until the last support/resistance has been breached Parameter = Use Lighthouse indicator True/False (EA must be able to ignore this fifth step) 6: EA initiate a trade in the direction according to the indicators Parameter - Use the "trailing stoploss" from the "Fx Trend indicator" True/False (Using the "BuySL" and "SellSL" provided in the Fx Trend buffer snippet code) Parameter - Choose which timeframe from the "Fx Trend indicator" will use for the trailing stoploss function Parameter - Input a value to the "stoploss" manually Parameter - Input a value to the "TakeProfit" Manually Parameter - Exit trade when "Fx Trend" change long/sell signal on the specified timeframe (True/False) Parameter - Specify the timeframe for the exit trade (From M1 - MH) Parameter - Trail profit (True/False) Parameter - Specify how much pips between the taken trade and current price should be, before the trailing starts Other Parameters that has not been mentioned above: Magic Number - Input Value Lotsize - Input value Use automatic lotsize based on balance - True/False Auto lotsize - input value pips to take a 0.01 lotsize (Ex: 50$ for every 0.01 lotsize) Lighthouse parameters: Analysis mode - (intraday, medium and high time frames) or use the automatic adjustment which is set by default Sensitive mode - True/False (used to draw more support/Resistance lines) Graphics - True/False (Disable indicator graphics on the screeen to reduce memory consumption) Fx Trend indicator parameters: FX Trend periods - Number of periods to calculate the trend of all time frames FX Trend deviation - Value to calculate the trendline / smaller = tighter / higher = wider Graphics - True/False (Disable indicator graphics on the screeen to reduce memory consumption) Max Bars - Set a higher value to lengthen the historical line drawing and set a lower value to increase the recalculation speed. Set reasonable values corresponding to your computer's performance to avoid terminal slowdowns and freezes. Fx Power indicator parameters: Graphics - True/False (Disable indicator graphics on the screeen to reduce memory consumption) Fx Volume indicator parameters: Broker DST Zone - input (european time, american time etc...) Broker GMT Shift - value Compare with hours back - value (1-24) Graphics - True/False (Disable indicator graphics on the screeen to reduce memory consumption)