fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. nbathan
    3. Posts
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 18
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by nbathan

    • RE: Bucket of Positions Not Giving Open Lots - MT5

      @jstap Thank you for this! Appreciated. I'll try this approach and see.

      posted in Questions & Answers
      N
      nbathan
    • RE: Bucket of Positions Not Giving Open Lots - MT5

      @l-andorrĂ  Thanks for the reply. That might be my last option as I prefer the ease of testing in MT5.

      posted in Questions & Answers
      N
      nbathan
    • Bucket of Positions Not Giving Open Lots - MT5

      Hello, I need help please. I am building an MT5 EA where I have to keep track of 6 individual trades and use their lot sizes when opening other trades. I used Bucket of Positions to achieve this. The problem is the buckets doesn't give any value for the lot size although there is open trade on that bucket. When I open a trade using a bucket lot size, the opened trade is always 0.01 lot as the bucket lot size is null. I confirmed it by commenting the total lots of grey bucket which has an open trade, and no value was shown on the comment during testing. Am I doing something wrong?

      30da3aef-8949-4a6f-842c-35fce9d62e73-Bucket of Positions.JPG

      b547f76a-f1e8-414e-8cc9-a5b9bba6b520-Sell Now Grey Lot Size.JPG

      895a0413-14b5-4ba2-9559-cec48c2a68b6-Comment Lot Size.JPG

      I have read on some posts here on the forum that Bucket of Positions can be buggy on MT5. In that case, how will I achieve the same using a different approach? For example, is there a way of using Magic Numbers instead? Can I assign specific magic numbers to each trade so I can track when those trades are opened or closed, and also check the open lots for specific magic numbers? I will also need partial closing of positions, so will a position retain its magic number after partial close?

      Sorry for the lengthy question. Thanks in advance!

      posted in Questions & Answers
      N
      nbathan
    • RE: MT5 Very simple news filter

      @VHV-Profit-Masters I have confirmed that the version from @Ipod works. However, once in a while, the FXSSI indicator would have news loading error on log (MT5) and will not show the news line on chart. In this case news won't be captured but it is indicator issue and not @Ipod's news filter issue.

      posted in Tutorials by Users
      N
      nbathan
    • RE: MT5 Very simple news filter

      @VHV-Profit-Masters Are you using @Ipod's or @chrisbe's version?

      posted in Tutorials by Users
      N
      nbathan
    • RE: MT5 Very simple news filter

      @Ipod Sorry for the disconnect. I was actually trying the other version by @chrisbe as the option to enter before and after news extra time is handy as I integrated it into my EA. Thanks @Ipod I'll see how your version works on my EA.

      posted in Tutorials by Users
      N
      nbathan
    • RE: MT5 Very simple news filter

      @Ipod Another possibility I can think of is that new versions of FXSSI calendar are not compatible. If you have an older version that works, kindly share it. Thanks.

      posted in Tutorials by Users
      N
      nbathan
    • RE: MT5 Very simple news filter

      @Ipod Please do so. Thanks in advance. I actually installed the indicator and attached it to the chart, but it can't detect high/medium impact news.

      posted in Tutorials by Users
      N
      nbathan
    • RE: MT5 Very simple news filter

      @hansol1411 I see. Thanks for the reply.

      posted in Tutorials by Users
      N
      nbathan
    • RE: MT5 Very simple news filter

      Hello! Can anybody please confirm if this news filter is working? It doesn't detect any medium or high impact news during my live testing. Thanks

      posted in Tutorials by Users
      N
      nbathan
    • RE: Manipulating Pips, Price Fractions and Price Levels

      @jstap Thanks! Great advice. I can always output calculation results as comment and back test to see if I'm getting the values I need.

      posted in Questions & Answers
      N
      nbathan
    • Manipulating Pips, Price Fractions and Price Levels

      Hi guys, kindly educate me on this please. I have always been struggling on the correct usage of Pips as "value as is" and " as price fraction." Please enlighten me if my understanding is correct. Here are my questions:

      1. If I have a constant "SL_Gap" with a value of 20 points and I want to get the price level of candle 1 low minus SL_Gap, then store to variable SL_Level_Calc, is this how I do it?

      84cb8b52-d776-4c9a-912c-5aa8c6085e3c-image.png

      1. Then if I want to get SL_Distance_Calc as Ask price minus SL_Level_Calc, is this the way to do it or the the right operand needs to be Value -> Numeric?

      9f3b1792-151a-4928-babc-9fba970f7b57-image.png

      1. The way I understand it, Value -> Pips -> As price fraction would convert Points Value to Price Fraction. So what is the use of Value -> Pips -> This value As Is? Wouldn't that be just the same as Value -> Numeric?

      Thanks in advance!

      posted in Questions & Answers
      N
      nbathan
    • RE: Finally succeeded!!!

      @sami92 Hi, it's been 4 years, how's your EA doing? Regards.

      posted in General Discussions
      N
      nbathan
    • RE: Finally , Integration of News Filter :) [ MT4 Only ]

      @ambrogio Thanks a lot for the prompt reply!

      posted in Tutorials by Users
      N
      nbathan
    • RE: Finally , Integration of News Filter :) [ MT4 Only ]

      @ambrogio said in Finally , Integration of News Filter đŸ™‚ [ MT4 Only ]:

      @zedeai2 I don't remember at all if that link works, but in my projects I found this one that MUST BE TESTED

      https://fxdreema.com/shared/twV9ZV9zb

      This file should be your template to always use when you want to integrate the news filter.

      0_1608475550659_FILE4.JPG

      I highlighted where to start with your expert, and also the block # 2020 that we will need after.

      STEP 1) When you have finished your expert, save it through the .mq4 button
      STEP 2) With the MetaEditor application, open the file you just saved
      STEP 3) Copy and paste the content of block #2020 in the place i have indicate in this screenshot

      0_1608476239138_FILE.JPG

      0_1608476261536_FILE2.JPG

      Your project is ready to be tested.
      BUT REMEMBER: if you reload the new modified .mq4 file in the fxdreema builder you will lose the content copied from the 2020 block, and you will have to redo the steps above.

      @ambrogio Hi, I'm currently making a project that will include this news filter. My question is aside from being pasted in the MQL code, does block # 2020 need to be present as well as shown in the screenshot when the MQ4 file is generated, or it won't matter as the block is not connected anyway? Thanks.

      posted in Tutorials by Users
      N
      nbathan
    • RE: Exiting MT4 Terminal with Open Trades

      @l-andorrĂ  Thanks a lot for the prompt reply! Much appreciated.

      posted in Questions & Answers
      N
      nbathan
    • RE: Advice on how to shorten fxdreema learning curve

      Practice is the key. I had the same feeling when I was doing my first EAs, it was really very hard to accomplish the logic I want. But I just kept on working on different strategies that came to my mind until one day I just noticed I already a have better understanding of FXDreema. I wouldn't say I'm already an expert but I feel I'm already comfortable with the program. Cheers!

      posted in Questions & Answers
      N
      nbathan
    • Exiting MT4 Terminal with Open Trades

      Hello everyone. Hopefully someone can answer my question. Let's say my EA created with FXDreema has open trades and then I accidentally closed my terminal or there is a power outage, assuming I'm not using VPS. When I restart my terminal, will my EA register back those running trades as if nothing happened? I'm hoping there's a built-in code that FXDreema adds to each project that does this, or is this something that needs to be added to the program/logic? Thanks.

      posted in Questions & Answers
      N
      nbathan
    • 1 / 1