Hello, I have 2 custom indicators that I will use to create the EA. One is RaitisStoch and the second one is TriangularMA centered asymmetric bands nmc. Here are the rulles: BUY The TriangularMA centered asymmetric bands nmc must print a buy arrow (it will do that when the price goes below the lower band). RaitisStoch must be in the oversold area (under -40) and must print a blue dot. If the RaitisStoch is not in the oversold area (under the -40 line) when the TriangularMA centered asymmetric bands nmc prints a buy arrow, then the signal is not to be considered. The signal must not be on the same candle (they almost never are), but if RaitisStoch is not in the oversold area then it is no good. If the RaitisStoch is in the oversold area and the TriangularMA centered asymmetric bands nmc prints a buy arrow, we will need to wait for the blue dot to be printed to enter the buy. SELL The TriangularMA centered asymmetric bands nmc must print a sell arrow (it will do that when the price goes over the upper band). RaitisStoch must be in the overbot area (over 40) and must print a red dot. If the RaitisStoch is not in the overbot area (over the 40 line) when the TriangularMA centered asymmetric bands nmc prints a sell arrow, then the signal is not to be considered. The signal must not be on the same candle (they almost never are), but if RaitisStoch is not in the overbot area then it is no good. If the RaitisStoch is in the overbot area and the TriangularMA centered asymmetric bands nmc prints a sell arrow, we will need to wait for the red dot to be printed to enter the sell. So, basicly we need the price to be in the oversold/overbot area for a signal to be good, then we wait for the dots and we enter. If the The TriangularMA centered asymmetric bands nmc is not selected as TRUE in the filters, then we only need to wait for a dot the oversold/overbot area and we enter. I will send you a template for the signals, please use M15 as reference. Parameters that I will need: Magic Number Time to trade filter with true/false Lot size SL and TP invisible and in points (not in pips) Indicators parameters with true/false to be used as entry filters True/False for the indicators to be used as filters Maximum number of trades opened at 1 time Trailing stop Martingale in case of lose with the parameter for the multiplayer and the maximum number of retrys, with true/false to be used. Reverse trade signal with true/false to be used (it must open a buy on a sell signal and vice-versa when selected as true). Thank you!