TradeForexFx: I want … seems to be beyond me.
You haven't stated a problem, you stated a want.You have only four choices:
- Search for it,
-
Beg at
- Coding help - MQL4 and MetaTrader 4 - MQL4 programming forum
- Requests & Ideas (MQL5 only!) - Trade FX - Expert Advisors and Automated Trading - MQL5 programming forum
- Free coding for your trading system.. - Easy Trading Strategy - General - MQL5 programming forum
- I will code & automate your strategy for free - Options Trading Strategies - General - MQL5 programming forum
- Make It No Repaint Please! - MetaTrader 5 - MQL4 and MetaTrader 4 - MQL4 programming forum
- learn to code it. If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into yours.
- or pay (Freelance) someone to code it.
No free help
urgent help.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I have this EA which has various buttons. Buttons marked with X closes the relevant pair. There is a button "B/S the direction" I want to use this button to do the following
When pressed:
Criteria:
if previous day's Close is Less than previous days Open, Sell.
if previous day's Close is greater than previous day's Open, Buy.
1) Select first pair in the list of pairs to trade
2) if a trade for the pair is active skip pair
3) if criteria for buy is met, Buy. if criteria for sell, is met Sell
4) Select the next pair and perform steps 2 and 3 above.
Continue to select all the pairs one after the other and perform steps 2 and 3
After research, I could manage to make the "Close Buttons" work as desired. However the above requirement seems to be beyond me.
Appropriate codes are required in line number 285 on wards of the attached file. Appreciate if the appropriate codes to work as above is coded into the attached.
Thanks