Profit check. connecting with other pairs or EA
-
hello everyone
I dont really understand the check profit part. Is there a possible why to use this block to check all other EA bots. For example If i trade 3 pairs and 2 of 3 lost €5 each it will stop for the whole day with trading. the same goes if 2 of 3 wins €5 euro or in total win €10.
Cause I dont see a away to connect this with other pairs. thank you in advance.
-
@william-1 the filtering is done in the main loop block

-
So I understand this correctly this check 3 individuel forex pair. If the 3 indivivduel pair are total sum €10 profit or 1 pair has €5 pit will stop that pair with trading? And the next day will trade again?
-
If i have example 3 forex pair. GBP/USD (group 1), EURO/GBP (group 2) and EUR/CHF (group 3). So if a individuel have profit 100 pips it stop trading or with as total sum is 1000 pips its stop all trading for the day. On 21.00 every profit will set to 0 with for each trade? with loss is the same?
Pls give me feedback

-
@william-1 I was talking about the pink "check profit", as you can see in the picture.
With blue blocks, you dont need a loop, I think something like this should check the profit accross all pairs and all EAs:

-
@william-1 the profit check blocks always use dollar amounts, not pips. If you need pips, you must check the order opening price and calculate the distances "manually"
-
Im kinda confuse. Isnt check profit to check how many profit you made by so far?
-
@william-1 yes, profit in money terms. Not in pips.
