thank you very much .. it is worked @jstap
Latest posts made by wolamen
-
Filter by Lot Sizeposted in General Discussions
I want to take action only when a trade with specific lot size opened
for example i have a martingale strategy with 6 stages like
(0.01, 0.03, 0.06, 0.1, 0.15, 0.3)i want to focus on 0.3 trade if it is opened do ...
i do not want to filter by number of trades
i am strictly want to filter by lot size
if a trade with lot size "0.3" is opened do .....
any help ?
-
how to shortcut the result of numbersposted in Questions & Answers
how to shortcut the result of numbers
for example:1.6599999999
to
1.67any help ?
-
RE: How to Calculate only buy ordersposted in Questions & Answers
@l-andorrà plz from your examble .. how can i calculate the commission to get clear profit ?
-
RE: How to Calculate only buy ordersposted in Questions & Answers
@l-andorrà i get it now .. it is working .. thank u very much
-
RE: How to Calculate only buy ordersposted in Questions & Answers
@l-andorrà Thanks for help but i am still do not get that example or there is a misunderstood between us .
any way i am simply want to calculate 2 variables
First variable named (SUM BUY) : Calculates the summation (profit + loss) of all opened buy orders.
Second variable named (SUM SELL) : Calculates the summation (profit + loss) of all opened sell orders. -
RE: How to Calculate only buy ordersposted in Questions & Answers
@l-andorrà i do not think this can help my case
i have many open orders buy and sell
how can i calculate all buys .
how can i calculate all sells .if all buy hit TP close only buys.
if all sells hit TP close only sells. -
How to Calculate only buy ordersposted in Questions & Answers
I am working on hedge EA .. i am opening 8 orders .. 4 buy and 4 sell
I want the EA calculates the SUM of profit and lose for all buy orders .. and calculates the SUM of profit and lose for all sell orders .And if all buy orders hit TP close only buy
And if all sell orders hit TP close only sellMy issue is how to make the EA calculates only buy orders and calculates only sell orders separately .
Any help ...
-
RE: from MT4 blocks to MT5 blocksposted in Questions & Answers
@ambrogio thank you very much .. the converter method worked .. but i think the converter had come issues because the converted mq5 file had many errors
thanks again ...
-
RE: from MT4 blocks to MT5 blocksposted in Questions & Answers
@ambrogio said in from MT4 blocks to MT5 blocks:
save it by changing the file extension from mq4 to mq5
"save it by changing the file extension from mq4 to mq5"
how could i
inside fxdreema MT4 there is two save options mq4 and ex4
there is no ex5
is there an automatic way to convert blocks from MT4 to MT5 without rebuild it again ?