PARTIAL TAKE PROFIT
-
Hi,
I know you are still working on updating the site. But i have a few issues i will like to remind you.-
Condition blocks is not working as expected. example: https://fxdreema.com/shared/0pWUbSRCc
http://i.prntscr.com/ab6314dd92954d688e ... 7e9303.png -
partially take profit is not working as usual.
-
Block numbers have changed.
-
-
Is it possible to set multiple partial take profit levels? If so please explain how. thanks
-
This was asked before and I don't really know solution. The problem is that if you partially close a trade, the result is a new trade with new ticket number, but with the same OpenPrice as the "mother" trade. At the moment I can't give you solution, because I have some health issues, but I will write to myself to look at this problem, because I was asked for this thing few times already
-
Ok, I made some updates and here is what we have now:
partial close at every 10 pips - https://fxdreema.com/shared/q1mwIcAQc
add to volume at evry 10 pips - https://fxdreema.com/shared/qrTOdbC0bThere is one big issues as well. Each "pips away" level is calculated from the open price of the previous trade that was made, levels may shift a little bit. I mean, let's say you want 5 levels with 10 pips in between... well, those 10 pips may not be exactly 10 pips
-
Hi,
i have been working on this for about 2 weeks and still no headway. need your help. What do i do?
i have attached a snapshot of what i am trying to do.once per trade/order
close partially every 10 pips and stop at 50 pips away from open price.is there a way i can get order numbers of each trade and put in a memory for the once per trade/ order block to check before executing.
Note: it works sometimes and most times it does not.
Thanks.

-
Always try to stay away from working with variables (temporary memory). EAs are made to open/modify/close trades and orders, and those trades and orders exist in the database of MetaTrader on the PC and on the server with all their values - SL, TP, OpenPrice, ClosePrice and so on... It's better to work only with those values and stay away from temporary local values that would be deleted forever in case of EA restart.
https://fxdreema.com/shared/0pWUbSRCc
http://i.prntscr.com/ab6314dd92954d688e ... 7e9303.png -
Wow. Great.
That works fine for me. I will definately stay away from using the temporary memory as recommended.
Thank You.
-
omg shomefun. Thats a lot of blocks. What are you trying to accomplish? Can you explain your strategy a little? Looks very interesting by the way.