Extension to Arrow trading. Trading rules: One arrow is displayed on chart , when opposite arrow is displayed EA should start a trade following the last arrow. Settings: X candles between arrows = x (this is number of candles in between 2 arrows that will allow EA to make a trade following the last arrow trend). Use Extended arrow trading = true or false. New arrow extension should foolow this of the old logic: input double FirstLot=0.1; input double SecondLot=0.2; input double RestLot=0.3; input int TP=300; input int SL=300; input int TrailingDistance=400; input int SpreadFilter=10; input tf TrendTf=M30; input bool UseTrendTf=true; input int MaxTrades=1;//Ongoing trades input int TradeCount=10; input rule TrendRule=FollowTrend; Other settings: No trade friday = true or false