fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Xeta50
    3. Posts
    X
    • Profile
    • Following 0
    • Followers 1
    • Topics 9
    • Posts 46
    • Best 2
    • Controversial 0
    • Groups 0

    Posts made by Xeta50

    • RE: New order error: Invalid trade parameters (3)

      Thank you guys !!, will try that solution

      posted in Bug Reports
      X
      Xeta50
    • RE: New order error: Invalid trade parameters (3)

      @fxDreema

      The one with error is MT4 newest build 4.0.0.1425 while the one that is working fine is 4.0.0.1420

      Is there a way to fix this? 😢

      posted in Bug Reports
      X
      Xeta50
    • New order error: Invalid trade parameters (3)

      Guys,

      My EA is working well on 1 pc but the same EA have this "New order error: Invalid trade parameters (3)" error in another pc. 😵

      • Same broker
      • Same server
      • Same Window 10

      Please kindly advise........

      posted in Bug Reports
      X
      Xeta50
    • RE: check stop-loss block to check amount of loss in deposit currency...

      Thank you @l-andorrà but I think my question and picture might make it unclear about what I really want.

      I want the EA to

      1. check what will be my loss for the current set stop loss
      2. if the loss (from set stop loss) is over -50 USD then move the stop to be closer like to the lowest of last 5 candle (for long order) to make the maximum loss smaller.

      or I am wrong about your suggestion block (may that check profit block can be put -50 and work like what I mentioned above?)

      posted in Questions & Answers
      X
      Xeta50
    • check stop-loss block to check amount of loss in deposit currency...

      Guy,

      I want to have this block checking my stop loss that if it is over 50 USD (deposit currency) then do something.... but with the setting in the picture it is not checking 50 USD nor pip as I tested with JPY pairs and USD pairs. JPY Pairs, it will always works until I moved the stop loss to like <1 pip while USD pairs do not work even -4000 USD loss.

      Do you perhaps know how should I set this block to check stop loss in deposit currency value? or how to do it with less blocks as possible?

      27fb8085-c626-499e-8ac7-c6cdea48d6f3-image.png

      posted in Questions & Answers
      X
      Xeta50
    • RE: all of my blocks has disappeared mt5

      @ProfitForJesus I have some questions....

      1. How many blocks do you have
      2. How many constants and variables do you have

      Please kindly tell as I think another problem might be from the above questions.

      posted in Bug Reports
      X
      Xeta50
    • RE: Store current variables on deinit or Closing MT4 or etc.

      Thank you @jstap !! that's a very useful

      posted in Questions & Answers
      X
      Xeta50
    • Store current variables on deinit or Closing MT4 or etc.

      Guys,

      I am working with many variables so I just wonder if there is method to store variables at any point of time after letting the EA operating for hours (then the EA will have many variables recorded at the time) like:

      1. At will
      2. EA deinitialization
      3. Closing MT4

      To be able to use those variables when you open MT4 again or at will (like EA input window)

      Please kindly advice.

      posted in Questions & Answers
      X
      Xeta50
    • RE: Whenever MT4 disconnected the EA is not working properly for 5-6 minutes....

      Thank you for the idea ! , I will try checking with a few brokers.

      posted in Questions & Answers
      X
      Xeta50
    • RE: Some bugs occur.... What should I do?

      Thank you for the confirmation of my choice about MT4 as 2 fxdreema veterans also shares the same view about MT4 is the better choice (also the same view with old school programmers), I will try to optimize blocks to reduce lines of coding.

      FYI, I manually put a lot of input to get the total of around 200,000 lines of code but the EA can be compiled with ease so the problem is not about the limitation of number of lines of code in MT4.

      Thank you !!!

      posted in Bug Reports
      X
      Xeta50
    • RE: Some bugs occur.... What should I do?

      @jstap @l-andorrà @ambrogio Might I ask...

      1. your projects are in MT4 or MT5 ?

      2. What is your highest line number among your past projects? I did see a topic in fxfactory that one programmer couldn't code more than 84000-85000 lines with MQL4 else he couldn't compile the EA.

      And my current project seems to eventually reach that level so I am considering change to MT5 to avoid that problem but fxdreema maximum block number is 3000 blocks which my project will not use that much block so your answer will help a lot

      1. What is your highest number of blocks in your past projects?

      2. What is your highest number of constant and variable ?

      posted in Bug Reports
      X
      Xeta50
    • Whenever MT4 disconnected the EA is not working properly for 5-6 minutes....

      Guys,

      I have just detected this abnormal case as I have a lot of "Draw Edit Field" blocks to check whether the EA is working properly at the moment or not.

      The problem is whenever MT4 is disconnected from the broker server, the EA is like stop working properly because

      1. It did not and won't update value in the Edit Fields at all
      2. I test it on M1 timeframe so it will be updated every new M1 bar
      3. The Edit Fields was updated properly before the disconnect

      (Please assume that my logic of blocks is correct as all of the Edit Fields are not updated)

      I have encountered this problem a few times but I thought that my logic might be wrong as those time the Edit Field showed that RSI is not at overbought level so or there might be a problem with fxdreema built-in RSI so I tried checking the logic and also change it to a custom indicator instead.

      However, what happened today is very clear as I sat in front of the PC when it is disconnected, reconnected then price went up to where all the Edit Fields would be updated but they won't

      Then 5-6 bars (minutes) passed and all of the Edit Fields are properly updated again.......

      Any idea????

      P.S. my Edit Fields are in "on Tick" with Once per M1 bar block and my Period for the "on Timer" event is 5 seconds

      posted in Questions & Answers
      X
      Xeta50
    • RE: CHANGING A CONDITION'S TIMEFRAME

      @jstap wow, it's really cool to have this in a pocket.

      Thank you for sharing !!!

      posted in Questions & Answers
      X
      Xeta50
    • RE: CHANGING A CONDITION'S TIMEFRAME

      @OD I don't know the algorithm and reason why I adjusted your shared project but it won't change on your side may be you need to clear your cache . Please refer to the below picture for the idea then.

      91c0dad9-5727-4eb4-9225-55e405215119-image.png

      posted in Questions & Answers
      X
      Xeta50
    • RE: Some bugs occur.... What should I do?

      @l-andorrà only Chrome then (= =") how lucky !!!

      posted in Bug Reports
      X
      Xeta50
    • RE: CHANGING A CONDITION'S TIMEFRAME

      @OD Please use this as a concept as the real blocks/usage will depend on your logic.

      https://fxdreema.com/shared/sJEUrTwCb

      However, if what you mean is to change the visual chart as @jstap mentioned then it is a completely different story and I will wait him to kindly explain as well.

      posted in Questions & Answers
      X
      Xeta50
    • RE: Some bugs occur.... What should I do?

      @jstap noted will change to Edge now, thank you 👍

      posted in Bug Reports
      X
      Xeta50
    • RE: Some bugs occur.... What should I do?

      @jstap then to prevent this when I want to turn off my PC, I should not close the web browser as a whole but specifically close fxdreema.com first then close the web browser ???

      posted in Bug Reports
      X
      Xeta50
    • RE: CHANGING A CONDITION'S TIMEFRAME

      Just an idea as I never define variable for TF before

      1. Set variable "TF" as string with initial value = M15
      2. Use "TF" in your Time Frame box instead
      3. set condition blocks after (connected with) BUY==False block with
        1st block: "if TF = M15 then TF ==30"
        2nd block: "if TF = M30 then TF ==15"
      posted in Questions & Answers
      X
      Xeta50
    • Some bugs occur.... What should I do?

      Guys,

      Around 10 minutes ago while I am working on the project it just suddenly happen that all of the constants and variables are gone and all of the block became like in the picture....

      Should I just wait (will it revert back at all?) or import the latest file that I have instead ?

      55f32dee-706a-4dd6-80d4-c870ac06e5d3-image.png

      posted in Bug Reports
      X
      Xeta50
    • 1
    • 2
    • 3
    • 1 / 3