as always, thank you very much @jstap !! I will try your way!!!
Posts made by tradingatr
-
RE: close partially issueposted in Questions & Answers
-
RE: close partially issueposted in Questions & Answers
now I realize in the link shared there is a mistake in the conections for opening the position, but is the partially close section that makes me doubt if it is correct or not...thanks!
-
close partially issueposted in Questions & Answers
I tried an EA with a partially close function but it didn't work well because it was closing the full trade at the second partial. I have seen this idea in this forum about the conditions indicating what size I have on each moment and I was wondering if it is correct. I can not try it today, the market is already closed, and I don't really know what is doing the trade/order in loop...
I want to close partially two times, and then let the trade run without take profit.... and close it manually some days after.what do you think??? should this work?? thanks a lot!!
if not, how can I fix it??
https://fxdreema.com/shared/0Gjj16fGc -
RE: question about groupsposted in Questions & Answers
Great!! thanks again!!
this way simplifies it a lot!! thank you! -
RE: question about groupsposted in Questions & Answers
but do I need to put the "for each trade" block with the same group number each time, or can I put it with the 0 group number once and it will work for all the groups I have???
-
question about groupsposted in Questions & Answers
Hello everybody,
I have a question please. I need to divide my EA in 28 groups because there are 28 possible entries. Then I have one condition for exiting the trade which it will have to be built in all the groups too. But I was wondering if it is possible to create only one global structure to close partially each trade, because the way to partially close each trade is the same.do you know if it is possible and how?? thanks a lot!!
-
RE: How To Make "If Position" Blocks Run on Certain Area or Blocks?posted in Questions & Answers
they do. His EA opens two buys in the same direction because the two conditions for buying are in diferent groups. I think that's why..
-
RE: quick question: for each tradeposted in Questions & Answers
ok!! thank you very much Jstap. I will be testing it a little bit more in demo, but it seems to work well. Thank youuu!!!
-
RE: quick question: for each tradeposted in Questions & Answers
thank you very much for your reply. Here comes the link:
https://fxdreema.com/shared/RUmoOp1ce
The EA seems to work well, is doing what I want, but reading the forum makes me think that maybe the "for each trade" block is the way to go.... I don't know... thanks!!
-
quick question: for each tradeposted in Questions & Answers
My strategy is quite simple I think.
-
if --no trade-- then --condition-- then --once per bar-- then --buy--
-
--if trade-- then --pips away from open price--
then --once per trade/order-- then --close partially--
I do this diferent times with diferent groups, what is basically the same as doing it on time.
I only have one trade opened or no trade opened, so.... do I need to use the block "for each trade" before the "pips away from open price" to be correct??
thank you very much for the help!!
-