If I wanted to close all trades for 1 particular currency
-
Is it possible to program this using a constant in the condition tab? I understand no, however, something tells me I may be missing something. @roar. Is it possible, not knowing any script? Thanks everyone.
My whole motivation was to close out multiple trades I see becoming losers without closing them indidually (not so easy). I wanted to input a currency pair into a field before moving the EA onto my screen. I figured a constant would allow me to do this, but given the nature of commands, I don't see that that can be inputted or specified. Please, any advice would be appreciated.Thanks
Len -
You could utilize the "Check Consecutive Losses," and then within the block, specify the symbol under the filter tab.
-
@len-1 Yes, you can specify any specific symbol to work with as Constant. You need to create a 'string' type constant and the write the name of that symbol in capital letters.