@fxDreema
ok. let me try...
Latest posts made by goldys
-
RE: Defining time constantsposted in Questions & Answers
The EA is not working.............and comment section shows messages related to sequential multiple blocks on all currency pairs.
but the same blocks are not giving any problems wen i use the older EA...with other trading conditions.
I think these 3 warnings as i mentioned before shud be the reason.
just stuck in the middle actually iam.
rgds -
RE: Defining time constantsposted in Questions & Answers
Iam actually getting the above 3 as WARNINGS and "0" errors after compilation.
overlooked...
so wht shud i do?...
-
RE: Defining time constantsposted in Questions & Answers
yes its true... if #property strict removed oninit error comes...
to my earlier 3 errors asked...........could u look into it?..
thanks
-
RE: Defining time constantsposted in Questions & Answers

Hi
Iam getting 3 errors--
possible use of uninitialized variable 'time'
day=TimeDay (time); -
possible use of uninitialized variable 'age'
if (compare**(AgeCompare, age, AgeAmount)**) {callback(1);} else {callback(0);} -
possible loss of data due to type conversion
if (time1 == time2) {
shift = time1;
}#property strict is blue now unlike before as inactive.
what shud i do?
thanks
-
-
RE: check current unrealized profitposted in Bug Reports
Got it. let me rectify the issues and shall get back to u again sometime soon.
thanks
-
RE: check current unrealized profitposted in Bug Reports
Hi
The "EA Profit Pips " is for check unrealised profit in MQL4.
yes the , large EA is broken. and I have removed it. The correct version is renamed EA-TraderCalls-IchiStops " but in local version....... works fine.
can u see the link ?.
thankx for such prompt reply.....
-
RE: check current unrealized profitposted in Bug Reports
Hi
I tried multiple ways to arrange the functions inside " CURP" block.... still remains unsolved..
The EA runs on a separate chart to close only profitable trades > +50p, if the total profits in pips -(minus) total losses (pips) > say 500pips.
lets suppose : of the 15 trades in 10 charts with all 15 trades in different timeframes, of which 10 trades are profitable and 5 are losing trades. From the 10 profit trades, 5 are + 50 pips profit and the other 2 are < 25pips in profit. 5 are already losing trades as we know.
The block shud ideally (A) filter the profitable trades , say > +50pips in profit and filter these into the next ( B) down fucntion ie.. a. pips ( avaerage of all P/L) or b. Pips ( sum of all profits/losses). the losing trades remain untouched.
both do not work..... is the dilemma.
Pips (as sum of all profits............) means in this case, from the filtered profit trades ,5( trades) x 50pips ( each profitable trade) = **250 **and the losses in pips is **ZERO **becoz only the profitable trades are filtered from above A...... so 250 / 0 = 250.
If a close trade block is connected below then these profitable wud be closed too to function this as EA.Ideally , the the block must have Pips( as sum of all PROFITS MINUS LOSSES WHATEVER THE LOCATION AND SIZE OF TRADE)
I have given up on , how to solve this............ i presume the block does not function at all !.
Any suggestion highly appreciated in advance.
thnx