@l-andorrĂ said in MT5 sum of trades of different pairs:
Honestly, that I don't know, sorry.
Maybe roar or trader.philipps can.
Thank you for your time.
@l-andorrĂ said in MT5 sum of trades of different pairs:
Honestly, that I don't know, sorry.
Maybe roar or trader.philipps can.
Thank you for your time.
@l-andorrĂ said in MT5 sum of trades of different pairs:
Not sure I fully understand. Will you choose the symbols to be traded after or before running the EA? I see you will be trading manually. This means your MT4 platform will have many active charts at the same time. Do you want to trade any of them and then choosing two to see your profit/loss?
I input the symbols in constants.
"Do you want to trade any of them and then choosing two to see your profit/loss?
"
Yes. That's it.
Would you mind tell me how can I create more buckets than the 8 ones by color?
Thank you for your time.
@l-andorrĂ said in MT5 sum of trades of different pairs:
Try this:
https://fxdreema.com/shared/AI9W0mrKd
I created 4 variables. Choose those you need.
Thank you very much.
This is not what I need. Sorry for the trouble.
Imagine I'm trading 4 pairs but I want to know what is the profit/loss combined of 2 of those pairs.
When filtering by symbol I can only put one pair as I defined in constants.

My question is how can I sum the result of 2 pairs, or more, even if I'm trading 6 pairs or more and then present it has comment.
I suppose that I need to get that value into a variable. I don't know how to do it.
Can I do it filtering by group in bucket of positions instead of filtering by pair?
Thanks
First option.
When I'm trading two pairs, or more, I want the combined losses and profits in the chart were the EA is placed. In there I have a close all button.
Thanks
@l-andorrĂ said in MT5 sum of trades of different pairs:
Do you mean seeing tehm on the same chart or on each pair's chart?
Hi l'andorrĂ .
I pretende having the result of the sum in a comment block on the chart were the EA is.
I have a button to close both at same time if the sum of them is positive.
Thanks.
Hello.
I have tried, without success, to present the sum of losses and gains of two different pairs on the graph.
I did not succeed.
Can someone please help?
Thanks
Hi there,
Is it possible to load manual trades os specific pairs into a specific bucket of trades?
Thank you
@roar said in How to increase trading volume:
@ajr
https://fxdreema.com/forum/topic/6803/saving-lot-size-in-variable
This topic should get you started, read it through
Thank you-
should I put "For each trade" under On Tick?
Hi there,
Can someone , please explain how can I alter a variable according to increased trading volume?
What I'm trying to do is:
One 1st pair is placing trades and increasing traded volume.
In certain conditions I want to trade another pair with the total volume placed by 1st pair.
I can´t figure it out...
Your help is much appreciated.
Thanks a lot in advance.
@fxdreema said in EA password protection:
I don't know how secure that is, but you can try this:
Hello FxDreema,
Thank you for suggestion. If I put it on Timer will it ask to insert password by the end of scheduled?
Regards
AJR
Hello all,
Can anyone tell me please if it's possible to protect my EA with a code ruled by time?
Example: every month insert the password for activation of EA for another month.
Greetings
Well, this is more specific stuff. I guess there are custom indicators to show such information. If you are in MetaTrader 4, try this indicator iExposure, it comes with MetaTrader.
Thank you a lot. It did the job. with some modifications.
Can you tell me please if it's possible to protect my EA with a code ruled by time?
Example: every month insert the password for activation of EA for another month.
Greetings
Hello.
Is it possible to create a dashboard where I can see total open orders per pair?
Can any one give some help and point me the direction?
I can't find the right modules to do it.
Thank you very much in advance.
@miro1360 said in Pending orders near orders:
check this, if there is no Buy trade arround current price (+10pips above, -10pips below) it place buy pending order:
https://fxdreema.com/shared/gMCv6NTVb
Thank you Miro.
I'll give it a try.
Best Regards
@miro1360 said in Pending orders near orders:
it still be the same as I told you, instead of checking existence of pending order you can check market order
Thank you again Miro.
I'm new at this thing of programming EA. Can you please give me a clue how to do it?
Thanks a lot.
@miro1360 said in Pending orders near orders:
you must consider some distance above and below active pending order
if your active pending order is at 1.2210 and some of conditions is active around this price lets say 20 pips above and below (1.2230 & 1.2180) pending order will not be placed here - you must specify this distance ... you can do it with a combination of condition blocks
Thank you Miro.
I'm didn't write it well. My bad.
The order its already in market. Its a buy or sell running order not buy/sell pending order.
What I'm looking for is a way of not placing pending order near an existing market order.
I appreciate your help.
Thank you very much.
Hello.
I need your help please.
How can I avoid my EA placing pending orders where there's already an order?
Thank you for your help.
Best Regards