Job finished
Specification
HORIZONTAL EA ADJUSTMENT
My current EA executes trades using horizontal line cross; I want it edited from using a CROSS to a TOUCH...
1.>>what it does
OPENING TRADES
It executes trades when the price crosses the horizontal line
--
Buy every time the market price (from the graph) crosses the horizontal line from below, only one trade per direction
Sell every time the market price (from the graph) crosses the horizontal line from above, only one trade per direction
-the EA consists of only one horizontal line meaning it can execute only two trades
>>what it should do
OPENING TRADES
It should execute trades when the price touches the horizontal line --
Buy every time the market price (from the graph) touches the horizontal line from below, only one trade per direction
Sell every time the market price (from the graph) touches the horizontal line from above, only one trade per direction
2. >>>what it does
HORIZONTAL FILTERS
-the EA consists of only one horizontal line filter meaning it can execute only two trade at a time 1 buy 1 sell..
>>>what it should do
HORIZONTAL FILTERS
-add 5 filters to make it 6 such that it can accommodate up to 12 trades at a time .6buy & 6sells.(when close on reverse signal is not enabled ),,but only 6 trades when close on reverse signal has been activated.
-Add extra filter to close trades on reverse signal.
Summary
· Change mode of execution from cross execution to touch.
· Change number of horizontal line from 1 to 6.
· Introduce a filter to enable closing of trades on reverse signal.
Attached expert advisor