It would be great if you could do that, thank you 
J
Posts made by Jnmr1
-
RE: multiple inputs for group # ?posted in Questions & Answers
-
RE: multiple inputs for group # ?posted in Questions & Answers
I am trying to check the "current unrealized profit" of 6 out of 7 groups of trades (I want to handle the 7th separately), but the group # input will not allow 6 comma separated inputs. is there a way to do this?
-
RE: Delay function???posted in Questions & Answers
I am trying to use the delay function in an mql4 EA, so it will wait X amount of time between when it closes an order and when it opens the next one. I have tried placing it between the "AND" block and the BUY/SELL blocks (this did not work). I have tried placing it on the orange output of the "no trade/order exists" block (this did not work). also this is all on the on Tick page. any ideas on what I'm doing wrong?