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: Determining Trends

      Open[1] can be used instead of Close[2]. To make calculations -> "Formula" block. In "Adjust" field you can adjust the value if needed. You can write there things like "+0.0010", "+10pips", "*5%", "*5/100" or others...

      I think that also oscillators can be used to determine trends, but maybe MA(fast) vs MA(slow) is the best method.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Determining Trends

      If we try to measure the angle of a MA line, we will get different values depending on the zoom level of the chart 😮

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: error

      3 variable names into 1... how?
      profit_money + inp103_Compare + ProfitAmountMoney

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: no reaction on build as

      0.2 stopped working after I changed some settings and the output .dll file size dropped from 636k to 99k. The difference between 636k and 99k are some stupid libraries 😮 that are needed to be inside the .dll file for computers without Visual C++ installed. Microsoft...

      0.3 is ready for Chrome and Firefox: http://fxdreema.com/connector-plugin

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: My first EA FxDreema

      In case you missed one of the latest topics in this forum, I think you are gonna like this http://fxdreema.com/forum/download/file.php?id=51 and this http://fxdreema.com/shared/zlHZzgzXc

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: no reaction on build as

      Haha, Firefox is even worse? 😄 Now I hate C/C++ more 😕

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: no reaction on build as

      Meanwhile, the same plugin is available for Firefox... if you don't hate Firefox or something 🙂

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: MultiCurrency

      No, this is not the way it works now in fxDreema. Currently, "on Tick" is fired for the current chart pair, and inside that tick you create a loop with different pairs.
      I must admit that I've never tried to build multicurrency EA for myself, so I'm not really getting it. But you are the one who wanted to use pairs like that 🙂
      For example, this EA will put 3 trades in 3 different currencies: http://fxdreema.com/shared/2l1jZo53

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: no reaction on build as

      I found a PC with the same problem and I will fix the problem. It will be version 0.3.

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: MultiCurrency

      This is the smallest thing to do. I saw an EA earlier that is used to rewrite the behaviour of OnTick() function (for MT5). Normally the Tick event happens when a new tick comes for the current chart currency. But someone decided that this event can happen when a new tick comes in one of the currencies used... something like this...

      OnTick(EURUSD)...OnTick(EURUSD)...OnTick(GBPUSD)...OnTick(AUDCAD)...OnTick(EURUSD)....

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Copy/Paste and Cut/Paste undo previous

      It must be ok now 🙂

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: My first EA FxDreema

      __
      Over the hedge, orders in the way that it is possible and that you see fit, I'm accepting help. If you have another idea that is most profitable, also accepted views. I believe that these codes will also be of good service to the FxDreema, if you find it interesting!
      [/quote:26hasez5]

      I don't believe that all those "hedge" strategies are there to make the EA more profitable. If someone makes you feel like that, I can probably try to explain why hedgind is not as good as it seems. But I am a forex loser, so you don't need to believe me.

      We Buy when we decide that the price will go up. We Sell when we think that the price will go down. Let's say the probability of the price going in our direction is 50%. If the price goes in wrong direction, what we can do about it? We can close that trade and wait for a brand new opportunity to buy or sell.

      When we use hedge strategy, instead of closing the trade on SL, we open a new trade in the opposite direction. What is that mean? We virtually closed the position (total lot size is 0, because there are two opposite trades), the Equity stopped to move and we feel like winners (in the near future). The reality is that we own Equity, not Balance. Balance is the last known state of our money when we had no trades...
      Now we sit and wait for the price to start going back in our direction, but this time without any real analysis of the situation. Just sit and wait, we are now in loss-covering mode. We hope and we pray. Now our mind thinks that only because in the last 10 minutes the price was moved in wrong direction, in the next 5-10 minutes it will go back to where we want!

      Normal strategy:
      Moment 1: Price is 100. Buy 0.1 lots with SL at 98.
      Moment 2: Price is 98. Trade closed on loss. Equity is lower.
      Moment 3: Price is 96. We are free to trade based on what we see at this moment. We can buy, we can sell, we can do nothing.
      Moment 4: Price is 98. We are free to trade based on what we see at this moment. We can buy, we can sell, we can do nothing.
      Moment 5: Price is 100. We are free to trade based on what we see at this moment. We can buy, we can sell, we can do nothing.

      Hedge strategy:
      Moment 1: Price is 100. Buy 0.1 lots with SL at 98.
      Moment 2: Price is 98. Sell 0.1 lots with SL at 100. Equity is lower.
      Moment 3: Price is 96. Same Equity, we own less money from the beginning, but we wait for the price to go up again...
      Moment 4: Price is 98. Same Equity, we own less money from the beginning, but we wait for the price to go up more...
      Moment 5: Price is 100. Same Equity, we own less money from the beginning. We can now close our Sell and wait for the price to continue above 100.

      The question is - will the price continue to move above 100? And why we have waited so long with two virtual trades on our chart for something out of our original strategy to happen?

      For me such a strategy looks more like a time-waster, but because I am not good in forex trading personally, no one should believe in any word that I said 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: MultiCurrency

      That's because those new blocks doesn't exists in local version's database. Normally when I update something (on web version), I wait some time before putting it into the local one.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: EA for certain hours

      Added "Time filter" block which compares the current time (server or local) with predefined period of time (start time - end time). If Year, Month and Day are not defined, current year, month and day are used.
      I tested this new block, but if you find some problems with it, let me know 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: MultiCurrency

      This block was updated. Now it's only single field inside where you can write list of symbols, separated with ",". If you fild some problems with it - alert me.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: MultiCurrency

      There is a function that can get all available symbols, this is easy. But there is something else in the game. In my MT4 installation I have total of 134 symbols, and some of them are like "EURUSD" and another one "EURUSD!", and I also have third one "EURUSD.". I have three EURUSD's.

      First I decided to include some filters for pairs, for example to get all pairs that starts with "EUR", but having this range of possible suffixes that brokers use, things goes complex. So, finally I decided to make it possible to define pairs manually like typing "EURGBP,EURJPY,EURUSD" (I think I prefer to use "," in between, hoping that there are no brokers using "," within symbol names), because in this case the person can see all the pairs that he wants to use.

      There are two ways to tell the EA which pairs to use - to get the list of all available and filter out those that you need, or to write those that you want to use. I think the second way is better. Do you agree or disagree?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: My first EA FxDreema

      With right click over the input field and choose the constant defined in "Constants (Inputs)" (see above Actions History panel). I defined this variable as boolean type (it can be true or false), but "true" is the same as 1, and "false" is 0, so inside Condition I compare it with 1.

      This hedge thing... I think it will be a problem to make it by using pending orders, because of the need to have a list with trade-order relations. There is another way to automatically close the pending order when the trade hits TP - by assigning "cancel level" or "expiration level" to the pending order, which should be the same as trade's TP. I have this idea from some days ago. But for this to happen, I need to write some code, because pending orders does not have this "cancel level" by itself.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: no reaction on build as

      0.1 will be updated automatically to 0.2 on browser start, so it doesn't help so much 🙂

      For path, don't use "/experts" in it. Use main MetaTrader path, where terminal.exe is located.

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: MultiCurrency

      Just found a way to extract list of all pairs in Market watch. It will take a little time for me to set up some of the blocks to handle this method.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: EA for certain hours

      I will rebuilt time blocks or I will add another one to work with these formats listed here: http://docs.mql4.com/convert/strtotime

      posted in Questions & Answers
      fxDreema
      fxDreema
    • 1
    • 2
    • 363
    • 364
    • 365
    • 366
    • 367
    • 374
    • 375
    • 365 / 375