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 need help

      For the first question I can suggest this block "Indicator moves within limits". This block is a little bit scary, but it's a block who can actually iterate through candles and check values for each candle. Or, in "Condition" when you are using custom indicators there are few extra options available... for example you can find the candle number at which the indicator is "visible" (meaning, its value is different than EMPTY_VALUE)

      Zig Zag, I hate this indicator 🙂 Whatever I did for this indicator, I don't want to touch it anymore. I don't even know how this shit can be used, but anyway. In the indicators list you can find it, I have added few extra options on top of the original custom indicator that comes with MetaTrader. You can also import it as a custom indicator (in My Indicators) and use it like this... if you know how, because I really don't know 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How to find out Buy Price of my existing Trades?
      1. https://fxdreema.com/shared/053yS3uA
      2. Now this is a little bit more complicated. In "For each Trade" I added the ability to sort trades by profit, but there is no sorting by lot size. So you can get the trade with the biggest profit, but not the one with the biggest lot size. Anyway, it depends on what money management you are using, maybe the one with the biggest lot size is the latest one, or the oldest one?
      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Is there a way to make EA run a script?

      I don't know if this is possible. I think one EA can open a new chart, but to run a script... At least I think there is no such function in MQL4/5, but I could be wrong, they are adding new functions sometimes.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Automatically add lot volume when trade goes wrong..similar to martingale but not exactly.

      Different volume and TP... this almost sounds like a different "Buy now" block. You can reuse one block with different input values, if you are using some Variables, but how do you really want to do it - with 1 block or with multiple?

      And what means "Different". Because I can say that I want such volumes - 0.1, then 0.3, then 0.2, then 0.1... - those are like random numbers, there is no system in them. Or I can say I want to double the lot size, which is a system and is called Martingale, as everybody knows. And in "Buy now" you have this Martingale option.

      Not only Martingale, but you have this "Betting: Custom sequence" option, which is probably the one you want to use. Try it.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Two money managemeant rules in buy/sell block

      Remove that checkbox after the input field where you are using the variable. There is always a conflict when both are used at the same time. Basically, if you want to have input parameters, just use those Constants - they are both, input parameters for the EA and global values (I would not say variables here, because they are not supposed to be modified)

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Break Even Point Calculation

      I suppose that you can add the indicator in fxDreema to use it. But it doesn't have any buffers, it only prints objects and you need to work with them. https://fxdreema.com/examples#Chart-Objects

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Check Unrealized Profit Block

      https://fxdreema.com/examples#Bucket-of...

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: A little help with modify stop and add volume block.

      This absurd value is also known as EMPTY_VALUE and I think that the object that should be picked in block 8 don't exist at that moment. Try to connect block 9 from the yellow output of block 7 (after the loop is done)

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How to limit "number" of trading symbols? if I drag EA into 28 pairs but want to limit only 4 pairs. ?

      Wow, what? I know that the way EAs can communicate is by those terminal variables that are called Global Variables in MetaTrader (click F3). Or maybe you can do it in the EA. remember that the trading blocks (No trade and others) can filter the trades by magic number (Group), symbol and type, but you can exclude some of them if you want.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: suddently the ea stop working on mt4

      Error messages? And are you sure that it's the correct EA. In Windows you know... weird folders, the whole AppData thing

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: template parameter ambiguous, could be 'ulong' or 'int'

      Don't worry, I'm giving you 1 month bonus right now 😉

      I think I fixed this error

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: TRADING TIME

      So, "Once per bar" is able to pass 1 time per bar. If there is nothing above it, it will pass on the 1st tick of every new bar. But if there is something above it, it could pass somewhere in the middle of the candle. This block doesn't care what the time is, it checks whether the current candle is new for it or not.

      Every candle has Time attribute, which doesn't change, so the "Once per bar" block actually works with this Time value.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Check Unrealized Profit Block
      1. Yes, the word "profit" is often used to describe both, positive and negative gains
      2. No, you can't get the profit amount out of this particular block. For this I made those Bucket blocks.
      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Need more Bucket ID for Bucket of Trades Block

      You tried to simplify your project in some way? Because I think that more colors can lead to more confusion.

      But these colors are labels after all, they are "color", which is some kind of integer. What if you use a Variable to set them? I think that in this case values like 1, 2, 3... will work as well.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: condition with previous candles

      Candle Close compared to a whole candle body? These are different values.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Maximum or a minimum of variables

      There is a function MathMax that you can use like this - MathMax(a1, a3)

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Take profit at Fibonacci level

      You are getting the name of the object for Take-Profit. As you know, TP is a numeric value, it's not some name. Instead, change to "Attributes set 1 (numeric)" and find the value you want to use.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: How to set same Take-Profit for all previous trades?

      https://fxdreema.com/shared/mPfFRywN

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Zero divide error and risk % of balance (Volume size depending on Stop-Loss)

      I'm of course aware of this error, but the problem is always in the SL size. Why it is 0, this is the question? (the link above doesn't work)

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Select Object By Name - Several Objects

      You tried to get Time 1 of these dots?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • 1
    • 2
    • 85
    • 86
    • 87
    • 88
    • 89
    • 374
    • 375
    • 87 / 375