fxDreema

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

    Posts made by fxDreema

    • RE: i want do that ? what conditions ?

      There are "Buy pending orders in grid" and "Sell pending orders in grid" blocks. You can change many settings there. Try with negative values for "Grid Size" to reverse the type of orders.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Making a grid....

      I think the first example will work if you use negative value for Averaging:

      0_1538133541482_4ed528e0-6483-468e-9147-69eb2991dc85-image.png

      Instead of "add to volume" you can use the original Buy and Sell blocks, so you can use their money management settings. There is a "Betting: Custom Sequence" option as well. If you want to separate the money management rules between Buy and Sell trades, then you should use different Group number for the Buy part and for the Sell part

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Block an EA remotely

      The EA can send a HTTP request to some server, I think this is the only way to get some information from outside the current PC. Well, also FTP, but FTP is normally used for files.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: i want convert My Expert build here To cBots cAlgo ?

      I don't understand that cAlgo, I didn't tried it. I don't know about this website as well, it may or may not work 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Pending Sell Order in Grid (Above Sell (Open) Price)

      "Price Offset" is to change the "Base Price", which is Bid by default. From that level, the first order will be located at distance of "Grid Size". To change the direction of the orders, use positive or negative value for "Grid Size". Try different values of "Grid Size" with "Price Offset" set to 0, which is the dafault value.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Cant get modify stops block to work

      You are using those (on trade) options, but they are only do be used under the "on Trade" event. Are those blocks under "on Trade"?

      I think you have this calculation:

      OpenPrice - (ClosePrice - OpenPrice)

      To which trade that ClosePrice belongs to? While the trade is running, this is the current price and only after it closes it is the real price where it closed. Do you mean the current price of the current trade and do you want to do this for each trade?

      I'm not sure, but maybe you want to do something like this:
      0_1538132072105_5d7198bc-1ab8-453d-8798-286cfdfff80f-image.png

      The formula I wrote here is:

      MathAbs(OrderClosePrice() - OrderOpenPrice())
      

      ...where MathAbs(), OrderOpenPrice() and OrderClosePrice() are native functions in MQL4. Note that I selected Custom (price fraction)

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Check if price crosses lines (supports/resistences)

      So there are 2 main ways to select objects - by name (because each object has unique name) or by searching/filtering (loading each object and checking if it is what we want). The first way you can do in "Condition" directly. The second way is with using this "For each Object" block. I guess that you can't use the first way, so you should use "For each Object". I don't know why it is not working for you, but if you can give me more details and even a small project for an example... I need to know what you are doing exactly and what the goal is, so then I can test it here and see what is the problem.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: how cAN CRASH rsı and movıng average

      In the EA I don't know how can you put one indicator over another. Some time ago I tried that, but I failed.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: first steps help

      Don't look at the description down on the right side. It looks that I imported some project from the examples and then used that project to put those blocks on top.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: first steps help

      https://fxdreema.com/shared/wTHueyjfc

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Display variable values on MT4 data window

      @edmundtan Don't forget to connect the block with another block. You can connect it to "Pass" block if you don't have any other good block.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Drawing horizontal lines and open trades from them.

      Be careful with the first 2 options in "Draw Line" (and each Draw block). Click on their titles (the first 2 options, A and B) to see explanation.

      But I think you don't want particular name for the lines. Names are unique and you can't have 2 objects with the same name. So I will suggest to create your lines with whatever names, then use:

      For each Object -> Condition (where you check the price, but the Source of the object will be "Picked in loop") -> delete (orange block, to delete the line) -> Buy/Sell

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Variables and Formula

      I will suggest to use that Adjust field. Click on its title, which is simply "?" and you will see some examples. No Formula and Variables needed.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Set Target Equity on Each open trade

      What is wrong with the normal Stop-Loss?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Stop Trading After Profit Reached For The Day (or Loss)

      Check profit (period of time)

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Ugly behaviour on accidently scrolling

      Yes, this is a commont problem, not only for this website. It's because the mouse is positioned oves the input field while you are scrolling the page. I can think of some JavaScript trick to fix this, but I can't guarantee that I will find a good solution 🙂 One way is probably to allow increment/decrement on fields only when you click on them, so they will not be affected when you just put the mouse over, but I don't like that, because I like to increment/decrement them without clicking on them 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Connecting Binary Options to EA signals

      Can you test those functions provided by the broker? You can also check the custom block I made for you (https://fxdreema.com/studio/MQL4), it's not so much of a code. I may be missing something, but it looks correct for me. I can't check it because I don't have an account in this bloker 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Adding positions and change stop loss

      What a fail, I made the project on my local development version of fxDreema. And now I am not on the same PC, but I think it was something like this: https://fxdreema.com/shared/FYMVugR8e

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Stop making orders after closing previous one

      @traderz I saw the report in the Bugs forum, but I tested these blocks and they work for me. I don't see problems with this. I also tested your latest project where you have 3 "Trade closed" blocks. They work only for groups 2 and 1 and you have many different groups, but I can change the number and it works.

      But I don't know what is going on there. I see you calculate the difference between two Open prices, but you are doing this over trades from group 2 only. And then you are using the calculated values (GapAuto1 and GapAuto2) for other groups.

      For the Tester you can just open and close some trade. Sometimes I do that. There is a block to check if the EA is working in the Tester.

      The biggest problem I see is in the name of the project, it contains the word "Hedging". And no wonder that in the project you have the same group of blocks copied multiple times. Those hedging strategies only lead to such complexity and nothing good 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Adjust button

      Whatever you write in this field goes almost directly into the output code. The contents of this field are MQL code, it's not just a value of some variable. You can use a variable there if you write its name, for example "+ VariableName", where VariableName is the name of the variable you define in Variables

      posted in Questions & Answers
      fxDreema
      fxDreema
    • 1
    • 2
    • 42
    • 43
    • 44
    • 45
    • 46
    • 374
    • 375
    • 44 / 375