fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Babago
    3. Posts
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 15
    • Posts 57
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by Babago

    • RE: Accessing error codes after unsuccessful trade action (e.g. Buy now)

      Hi, have you found any solution to this? Sometimes “modify stop” blocks go for the grey outcome and I can’t get the last error.. and I’m struggling to understand what’s going on...

      posted in Questions & Answers
      B
      Babago
    • RE: Bug: Wrong Candle Value

      Also happen using "Market Properties" function like here

      https://fxdreema.com/shared/SBYjoBXkb

      Thanks

      posted in Bug Reports
      B
      Babago
    • Bug: Wrong Candle Value

      Hi @fxDreema
      when trying to retrive values of a candle from EA running on a different pair the digits number are wrong.

      You can try this one. I attached on XAUUSD trying to read the open price of NZDCHF and give me 0.63 instead of 0.63445

      https://fxdreema.com/shared/iPDfBR3X

      Hope you can fix it.
      Thanks
      Dave

      posted in Bug Reports
      B
      Babago
    • RE: Check last n trades closed (but ordered by oldest closing time)?

      Sorry i didn't see your reply..
      very strange, these are my resaults..
      i tried with different account and metatraders..
      ?????

      i covered some numbers just to help you see the random pattern..

      0_1540161835788_Schermata 2018-10-22 alle 00.41.17.png

      posted in Bug Reports
      B
      Babago
    • Hours filter - midnight problem

      Hi @fxDreema
      Can you please check the Hour Filter? when the filter is set between 00:00 it seems don't work right..
      In the project below the filter is from 22:00 to 00:59 but it work only until 23:59 as you see in the image..
      Not a big problem now, i just split the time in two parts but for the future... i'm sure i'll forget it next time!
      thanks

      https://fxdreema.com/shared/ArQptM05e

      0_1540159571961_Schermata 2018-10-21 alle 23.59.35.png

      posted in Bug Reports
      B
      Babago
    • RE: Check last n trades closed (but ordered by oldest closing time)?

      @fxDreema

      Hope it will help, i made this script https://fxdreema.com/shared/S6V8yaZkc
      Tried on two real accounts with 5 an 100 trades, in both case the results are RANDOM!!! 😄

      posted in Bug Reports
      B
      Babago
    • RE: Check last n trades closed (but ordered by oldest closing time)?

      Ok @fxDreema i will investigate.
      I thought you were in holidays so i decided in the meantime to wrote a function inside FxDreema Studio to order the history.
      Works like a charme!
      Never used FxDreema Studio but is a really great addon! Wow!
      Thanks for it, as always!

      posted in Bug Reports
      B
      Babago
    • Check last n trades closed (but ordered by oldest closing time)?

      Hi @fxDreema
      i wonder about the "for each Closed Trade" function..
      I use it to analyze the last n trades profit using the method "Newest to Oldest"
      looking at the mq4 code, here mine two questions:

      1. i thought the function returns the last n trades ordered from Close Time, is that right?
        Or it returns the last n trades opened and already closed?

      2. probably i'm wrong but it looks like the "For each Trade" model does not sort by ticket or date
        and looking around on forums i found this two statements:

      From MQL4 Guide link text
      "Consecutive selection of orders using the SELECT_BY_POS parameter returns information in the sequence in which it was received from the trading server. Sorting of the resulting list of orders cannot be guaranteed."

      and from link text

      "I found that in both 'trade pool' and 'history pool', the list is sorted by time the trade is opened."

      "When back testing this seems to work as you might expect with orders entering the list sequentially. When done in live accounts you are better off considering the ordering as random and sorting it yourself."

      "By the way, the OrdersHistory also contains balance transfers, identifiable as OrderSymbol()==""
      If you have 5 or 6 orders in your history you may be lulled in a false sense of security and think you have the pattern figured out. I just checked it this evening to make sure and of 150 trades in the history there are not just a few out of date order, but lots. The first errors didn't appear until 30 items into the list."

      "There is no explicit documentation of the sorting order of this list, so better considering it as random sorted, as Dabbler suggested. It can depend on brokers also.
      Perhaps there is a more experienced programmer here, who can point the documentation of this. But, if not, when the sequence of list is critical, you should build a custom array of it, then sort yourself."

      With all that said, how can i reliable check the last n trades closed (ordered by oldest closing time)?

      Thank you
      Dave

      posted in Bug Reports
      B
      Babago
    • RE: "modify stops" seems broke

      ok now works again!👍

      posted in Bug Reports
      B
      Babago
    • "modify stops" seems broke

      Hi @fxDreema
      Something is breaking here..
      suddenly the block "modify stops" that i regularly use,
      stop working with just sell orders.
      It calculates a TP on the wrong side, just above the price, not under..
      What happens?!

      Here a test EA
      https://fxdreema.com/shared/wGumiZumb

      Dave

      posted in Bug Reports
      B
      Babago
    • Cross Above/Below

      I just discovered that the red (false) output of Cross Above/Below condition is active not when the condition is false but when the opposite cross take place.

      This EA check rsi cross BELOW 75 but the red output is active just when rsi cross ABOVE 75.
      https://fxdreema.com/shared/2m0WAhI2b

      i expected the red output to be active every time the cross doesn't occur..
      I don't know if it is a bug or was this the intention but is a bit confusing... 😉

      Ciao!
      Dave

      posted in Bug Reports
      B
      Babago
    • Profict Factor

      Hi Fx Dreema!
      In "trade statistics" -> "profict factor" give me -1

      Can you please check ?

      Thank you
      Dave

      posted in Bug Reports
      B
      Babago
    • RE: Errors in "Custom Mql4 Code" block

      @miro1360
      Yes Miro, now it works! i had just to move some "//comments"
      Thank You!

      posted in Bug Reports
      B
      Babago
    • RE: Errors in "Custom Mql4 Code" block

      @fxDreema

      Also in another project just discovered this..
      0_1482342902769_Schermata 2016-12-21 alle 18.52.02.png

      Operands like * and - delete some part of the code...

      posted in Bug Reports
      B
      Babago
    • RE: Errors in "Custom Mql4 Code" block

      @fxDreema
      Yes first problem fixed! 😉
      Now appears two new errors 😉
      0_1482259436676_Schermata 2016-12-20 alle 19.41.31.png

      yyy++ bacame yyy[++]
      yyy+1 bacame yyy[+1]

      Thanks!

      posted in Bug Reports
      B
      Babago
    • RE: Errors in "Custom Mql4 Code" block

      PS. also the new feature "skip ticks" doesn't work for me..
      i tried 50 and 61 seconds and 1 minute but always run just first time and then stops... 😉

      posted in Bug Reports
      B
      Babago
    • Errors in "Custom Mql4 Code" block

      i start to have some problems when compiling some recent projects..
      now the builder make some errors while compiling the text in the "Custom Mql4 Code" like the image

      0_1482204034013_Schermata 2016-12-20 alle 04.15.49.png

      Can you fix it?
      Thanks
      Dave

      posted in Bug Reports
      B
      Babago
    • New warnings...

      Hi,
      starts to appear this warning in the compiler... not a problem, just to let you know..

      0_1481049482748_Schermata 2016-12-06 alle 19.37.17.png

      I notice also this change:
      previously the builder translate the same block from tempS[ix]==1 to tempS[v::ix]==1 recognizing ix as a variable defined in the variable list. Now when export to mq4 it leave as tempS[ix]==1.
      Not a problem, just to let you know. I resolved just manually declaring ix in the Metaeditor.

      Ciao
      Dave

      posted in Bug Reports
      B
      Babago
    • RE: Arrays...

      oh ok.. i starting to understand...
      i never know about Studio..

      i'm going to do some searching on the forum starting from this..
      post/11013

      posted in Questions & Answers
      B
      Babago
    • RE: Arrays...

      i feel stupid...
      i read you in other topics suggest "Look at the right side, on the bottom" but i can't find it... 😳

      posted in Questions & Answers
      B
      Babago
    • 1
    • 2
    • 3
    • 1 / 3