UPDATE SIGNAL EXPERT ADVISOR 1.6 I need an update on the system, removing unused functions and inserting new functions and filters. ------------------------------------------------------------------------------------------------------------------------------------------------------------------- 1 - Remove the described functions: Images examples: "remove 1 channel" ------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2 - Copy the functions below from another expert advisor RSI 2.13 (open source) Images examples: "copy 1, copy 2" ------------------------------------------------------------------------------------------------------------------------------------------------------------------- 3 - Include a channel filter, to avoid working against long-term trends. Images example: "Big channel" Channel filter Trend (true/false) Moving average: editable value ATR days: editable value Percent ATR: editable value Time frame: editable value If true, the system can only open the first order within the channel. When the price is out, you can not open the first order. ------------------------------------------------------------------------------------------------------------------------------------------------------------------ 4 - Channel filter upper lower (true/false) Images example: "Big channel - Buy and Sell" This channel uses the previous channel as the base. If true, the system will only open BUY order at the bottom and SELL at the top. ------------------------------------------------------------------------------------------------------------------------------------------------------------------ 5 - Balance filter - out of channel (true/false) If true, when the price is out of the channel, and the balance is zero or positive, it will close all orders, ----------------------------------------------------------------------------------------------------------------------------------------------------------------- 6 - Include a minimum pip step. Min pip pip: editable value Example: Only used if the system value is less than the set value. ----------------------------------------------------------------------------------------------------------------------------------------------------------------- 7 – Include hedge function. Hedge function (true/false) Pair hedge: editable name Example: The expert advisor is on the EURUSD pair, and his chosen pair for hedge is USDJPY. When the system opens BUY order in EURUSD, it will automatically open SELL order in USDJPY, with the same lot size. Always open order contrary to the original order. ---------------------------------------------------------------------------------------------------------------------------------------------------------------- 8 – Include a special pip step only for Hedge function Pip step hedge function (true/false) Difference: editable value Example: The System will open orders in EURUSD, and hedge in USDJPY. If you use a difference of -30. The system will monitor the balance of these two pairs when the balance of the two orders is -30 will open the second order. BUY EURUSD 0.1 SELL USDJPY 0.1 If the order balance reaches -30, it will open another BUY in EURUSD and another SELL in USDJPY.