You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
When you close the first half you will get a new ticket number.
You have to code it properly. A) Move the SL to BE+1 and then close. If the SL is already above BE, you already did the original 1/2 close. B) If you use a fixed lot size, you can check it. C) don't set the TP until you're about to do the first 1/2 close. D) Open two orders and use separate TP. E) write the ticket numbers in persistent storage (files) ...
LOL, thanks, but that bit doesn't join to the other bit . . . can you find the bit from 15:50:27 so we can see Bid prices before the half was closed . . .
The rest is this? :
When you close the first half you will get a new ticket number.
You have to code it properly. A) Move the SL to BE+1 and then close. If the SL is already above BE, you already did the original 1/2 close. B) If you use a fixed lot size, you can check it. C) don't set the TP until you're about to do the first 1/2 close. D) Open two orders and use separate TP. E) write the ticket numbers in persistent storage (files) ...
A) I will try this one.
B) I do not use a fixed lot size.
C) Not sure what difference this makes?
D) I would need to open 4 orders - Just thought it would be easier to do it by closing lots out at a given price... guess not! Might do this route.
E) No Idea how to write ticket numbers in persistent storage.
Thanks for your advice!
The rest is this? :
Nope, the part immediately before this:
Nope, the part immediately before this:
That is literally all there is? It flows between all that data above there from the log?
Ahhhhhhhhh . . . . .
You place the trade . . . then check if you have hit the first target an hour later . . . so Bid can easily be well past the target . . .
Ah ok - So I basically need to check every tick after my pending order is triggered (OP_BUY)?