yes, but im using close partially block to modify lotsize, because it closes the trade and opens a new trade (with the new lot size), it opens another position with same lotsize as i partially closed by...
Posts made by nahimh
-
RE: hedge without conditionposted in Questions & Answers
-
RE: hedge without conditionposted in Questions & Answers
@jstap hi, thanks for reply...
im not familiar with parent/child trades, can you explain further please... -
RE: hedge without conditionposted in Questions & Answers
@jstap
the above advice has worked, but created another issue,
once i close a position partially, it ea considers this as a trade close aswell and opens another position with the same lotsize as i partially closed by... is there a way around this... -
RE: hedge without conditionposted in Questions & Answers
hi,
want to create a hedge ea that hedges the opposite trade by the same lot size, so if sell (lot : 0.13), and buy tp is hit, then asap a buy opens with the same lot size as the sell (lot : 0.13), but here the catch... i want to manually trade, there is no conditions in this EA to open or close trades, i just want to to hedge the opposite position just incase i am busy with daily life... above blocks i put in the "on trade" section, but it doesnt seem to work... help please.... https://fxdreema.com/demo/simple -
RE: trim opposite lot sizeposted in Questions & Answers
@l-andorrĂ thanks for replying,
the criteria to trim is the furthest opposite trade gets trimmed first, until its completely closed, then then 2nd furthest, 3rd furthest, etc...
but it will complicated to pull it off on fxdreema..
-
RE: trim opposite lot sizeposted in Questions & Answers
@JamieCisneros
im on mql4, but thanks anyway... -
RE: trim opposite lot sizeposted in Questions & Answers
what if i had more than one sell position open. and i want one of them "trimming down"(lot size), how do i pick the one i want to trim... the furthest one away, for example...
-
swaps and commissionsposted in Questions & Answers
how do i add swaps and commision to my TP take profit.
-
trim opposite lot sizeposted in Questions & Answers
hi,
i have a hedging strategy, were, for example, buy position is open, and a sell position is open 10 pips below the buy position, with same lot size, if buy tp is hit, i want to "trim" the sell position lot size down half. how do i do that... -
volume size high to lowposted in Questions & Answers
hi,
i have grid ea, i use grid pending order block, i can increase each pending trade by using gradation setting (volume size) by increase from 100% to 200%, so each pending order doubles each time, but i want to do the opposite, decrease each next pending order, exp first pending order lot size is 0.16, the next one should be 0.8,0.4,0.2 etc, i thought if i change volume setting to -200% it might work but it does not, can anyone help please... -
grid againposted in Questions & Answers
hi,
want a grid with count of 10, but first 5 are pending buy and the last 5 are pending sells. i know the pending block to use, but after using the buy pending block, i dont know how use the sell pending block after, because the pending sell will be above the buy pending block, can some one show me how to set up, thanks. -
create pending order on every barposted in Questions & Answers
hi,
how do i stop a ea creating pending orders on every bar???i used "once per bar" block before the "buy pending orders in grid" block, but it keeps generating pending orders on every new bar... please help.
