fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. goldys
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 10
    • Best 0
    • Controversial 0
    • Groups 0

    goldys

    @goldys

    0
    Reputation
    513
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    goldys Unfollow Follow

    Latest posts made by goldys

    • RE: Defining time constants

      @fxDreema 😬 ok. let me try...

      posted in Questions & Answers
      G
      goldys
    • RE: Defining time constants

      @fxDreema

      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

      posted in Questions & Answers
      G
      goldys
    • RE: Defining time constants

      @fxDreema
      ok . noted.

      thank you

      posted in Questions & Answers
      G
      goldys
    • RE: Defining time constants

      @fxDreema

      Iam actually getting the above 3 as WARNINGS and "0" errors after compilation.

      overlooked...

      so wht shud i do?...

      posted in Questions & Answers
      G
      goldys
    • RE: Defining time constants

      @fxDreema

      yes its true... if #property strict removed oninit error comes...

      to my earlier 3 errors asked...........could u look into it?..

      thanks

      posted in Questions & Answers
      G
      goldys
    • RE: Defining time constants

      0_1503954196675_uninitialized variable time.png

      Hi
      Iam getting 3 errors-

      1. possible use of uninitialized variable 'time'
        day=TimeDay (time);

      2. possible use of uninitialized variable 'age'
        if (compare**(AgeCompare, age, AgeAmount)**) {callback(1);} else {callback(0);}

      3. 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

      posted in Questions & Answers
      G
      goldys
    • RE: check current unrealized profit

      Great GESTURE.. Thanks . will do....same.

      posted in Bug Reports
      G
      goldys
    • RE: check current unrealized profit

      Got it. let me rectify the issues and shall get back to u again sometime soon.
      thanks 😏

      posted in Bug Reports
      G
      goldys
    • RE: check current unrealized profit

      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.....

      posted in Bug Reports
      G
      goldys
    • RE: check current unrealized profit

      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

      posted in Bug Reports
      G
      goldys