tks !!!!
Posts made by emilio
-
RE: CHECK LAST CLOSED TRADESposted in Questions & Answers
I would like your help because I.m trying to check if my last trades where BUY or SELL ones.
Foe this I have to check if my last 10 trades weher of one BUY or SELL
If a BUY in between a Sell sequence it will reset the sequence.BUY / BUY / BUY / BUY / BUY / BUY / BUY / BUY / BUY / BUY ----> (THEN PASS)
BUY / BUY / BUY / BUY / BUY /** SELL ** / BUY / BUY / BUY / BUY /BUY ----> (THEN COUNT RESTARTS SINCE THE SELL WITH A TOTAL OF FIVE BUYS INSTEAD OF TEN BUYS )
-
RE: An example is possible ??posted in Questions & Answers
Check average profit from "n" trades
OverviewChecks the average profit from certain number of currently running trades and/or history trades. You can filter trades using filter settings.
- With these trades
- and these settings
I can understand the "sum total amount" but for this function maybe I need an example , Is it possible ??
Is not a problem to wait, I changed this funtion for the one you told %(#FF0000)["check unrealizable profit of n trades"] and it works as I want, but I would like to understand and "see" the function %(#FF0000)["Check average profit from "n" trades"] with an example.
Thank you in advance
Emilio
-
RE: Check average function problemsposted in Questions & Answers
Thank you
I was using the wrong block.
Emilio
-
RE: Check average function problemsposted in Questions & Answers
Do you mean that is better to change the profit mode from "pips" to "money" ???
Or there is a possibility to make the calculation more precise ?
Emilio
-
RE: from local to web gives error codeposted in Questions & Answers
I´ve just imported a perfectly working EA made in local, and after import it and when .ex4 button in web gives the above.
Emilio.
-
RE: Check average function problemsposted in Questions & Answers
Today´s example
and the settings
I´ve check the expert id is the same for the three short trades above.
What I want is just, if the profit is >0 close trades.
And in the case of the print screen 6,24 -1,09-2,87 = 2,28 ---> Should have been closed, doesn´t it ???
Should I change something ??
Emilio
-
RE: Check average function problemsposted in Questions & Answers
Hello
Please forget the large numbers,too much copy paste, I´m asking for the function, It is a fact that is not working properly.(all they are the same group)First When trying to upload to the online version gives me an error when compiling. (= is left or something similar)
Second when working is not doing what I spected to do.( close trades if all the group profit amount >=-1)No problem to wait if finally resolved.
Emilio Muela
-
RE: Check average function problemsposted in Questions & Answers
Again it has no sense.
It should have been sold !!!! This case is fabourable, but should be contrarian
Emilio
-
RE: Check average profit functionposted in Questions & Answers
Ok it Works with a new Project created (web done)
I´ve tried to import to change the block "check average function" to "bucket of trades" from my local desctop mq4 to web based as above, but don´t let me to change due to this.
Could I download the "bucket function" to my local PC versión to use it ?
Emilio
-
RE: Check average profit functionposted in Questions & Answers
Hello
I would like to ask about the calculation of this function defined "check average profit from "n" trades".It is defined like this
And as a result of it, I found
So, maybe I´m not understanding adecuately how it Works because I espected to close all buy trades before,I got 15.83+4.01-3.78-2.56 in the group of trades = 13.5, buy I believe it should have close when +1.
Regards Emilio
-
RE: Conditional for every pair used in one accountposted in Questions & Answers
I have used this conditional
It works perfectly if I have one account and one pair on this account.
Is it possible this "action" to be valid for every pair separately, I mean,Imagine an account operating with 4 different pairs, I would like to check if the trades for every pair is loosing 100 usd.
Actually an account could be only used for one pair and the target is to have 5 different pairs in one account.
Thank you
-
RE: Balance for the active tradesposted in Questions & Answers
Hello all
I would like to compare if the lose pips of the current buy trades, is the same that the pips loses of the current sell trades.
Any idea for that ??
Thank you
-
RE: The 5 th digit in a Global Variable disapeared ??posted in Questions & Answers
Sorry but
The question is If I write the number manually it works, but if I use "set global variables " to fill a Global Variable, the 4 digits as described above appeared if F3 , so it means that block should not fill properly , agree ??
-
RE: The 5 th digit in a Global Variable disapeared ??posted in Questions & Answers
I have in my download laptop version "set global variables " block, but I don´t have "terminal variables" block, anycase I´m using Global Variables.
The question is If I write the number manually it works but if "set global variables " is filling the field 4 digits as described above, so it means that block should not work properly , agree ??
-
RE: The 5 th digit in a Global Variable disapeared ??posted in Questions & Answers
Hello all again.
I need my Gloval Variable "ENTRADA1" to be with 5 digits after point. (1.31875 F.E.) and I only get 4 after fill it automatically with the "Set Global Variables in MT4" Block.
I fill it like this --> http://prntscr.com/8gx4nv
As consequence, this condition is not working correctly http://prntscr.com/8gx624
But if I change the right operand instead of "VARIABLE1" to a manual entered number in "Set Global Variables in MT4" block, it works perfectly.
Is it needed to set/adjust something ???
Thank you.
-
RE: Asign sell price to a variableposted in Questions & Answers
Ok now,
my confusion was to use terminal variable instead of global variables.
thank you