Техническое задание
Good da, i would like for you to modify an EA.
here are the modifications i want you to make:
- the current EA opens trades from a combination of 2 or more indicators and closes them on opposite arrow of these combined indicators,
but i want to change this. i want the EA to open trades whenever each arrow appear from the combined indicator. i.e: if i combine 2 indicators and for every combined arrow, the EA should open a trade.
- then the EA should close the trade on opposite arrow of the combined indicators and then open another trade simultaneously.
:- the chart above shows two combined indicators: bolitouche and NonLagMA_v7.1.
-the current setup of the EA is to open a buy trade whenever the green arrow shows on chart,
-and to close whenever the blue arrow shows up and open a sell trade on the blue and close whenever the green arrow shows.
- i want that, the EA should open a buy trade for every green arrow that appears on the chart,
- and to close when a blue sell arrow appears and then open a sell trade simultaneously.
take a look at the image above which i explained in the description already. The red rectangle 1, shows two signals which results from the combination of the up buffers of both indicators.
this is what the ea does in the background and the combiner does this to display on the chart.
so test the current ea i sent you and it opens a buy trade when the first green arrow appears in rectangle 1 and closes the trade when the sell arrow appears on rectangle 3 and opens a sell trade simultaneously.
==>but what i want is that the ea should open a buy trade every time a green arrow or buy signal appears i.e:
==>3 buy trades should be opened on the three green arrows in red box 1-2, and this trade should close when the blue signal appears that's in box 3 and then open A sell simultaneously just like the original ea does.
this ea can take any indicator and trade it as long as the indicator has up and down buffers even it they are line onchart indicators or histogram or arrow signal indicators.
the ea combines up buffers of both indicators to produce an up signal and combines both down buffers to produce a sell signal in the background,
so the combiner just displays on the chart how the ea combines or behaves in the backgroud to help you.
you see here that it loads both indicators, so this ea combines buffer 3 of bolitouche and buffere 1 of nonlagma to produce an up arrow or signal and combines buffer of bolitouche an buffer 2 of nonlagma to produce a sell signal and opens a trade. so if you load 3 indicators and their buffers, each corresponding to thier up and down signals, the ea will combine them and open a trade based on the arrow produced.
so i sent you the combiner so you can see on the chart how the ea combines both indicators in the background to open trades because the ea uses the same combiner in its code.
note that, the indicators i sent are just for testing purposes, you can test with any indicator.
hope this explains my ask very well