controlling exposure
-
Guys do you know how implement risk exposure ? Ex. There's 3 signal from eur/usd, eur/aud, eur/jpy i want to take only 2 pairs or 1 pairs
-
@wiraputu I'm afraid I don't fully catch it. Do you mean you have three potential entries on those charts and you want an EA allowing you to choose which ones will open a trade?
-
@l-andorrà yes, it is possible ?
-
my suggestion would be not to run the EA if you dont want it to take trades since the robots can only trade 1 pair at a time
-
The only (easy) way I can imagine right now is having the same EA on those three different charts and when a potential entry is identified, an Alert message pops up and let you know which one it is. Then you can take the decission to open the trade manually.
Obviously you can also create a fully automatic way but the human decission (your decission) is apparently required no matter waht so I would not dedicate time and efforts to implement such an EA. The previous option gets the same result with a lot less effort.