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: MA =9 cross with candel

      Here are 3 different crossover modes, you can use candle close or something like that inside: http://fxdreema.com/shared/tpuyHHxdb
      Read the description of this example: http://fxdreema.com/demo/price-crossover

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Block "No Trade is Running" seems not to work correctly.

      This error "Error: Invalid SL requested" appears when the requested SL level is above Ask for buys or below Bid for sells. What stops do you use, short stops? Because on the EA you posted above they are like 15 and 30 pips and in this case Ask will be far away from the potential SL.

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: pip $value consecutive loss

      Try "Use virtual stops" in "Options -> Project Options".
      Otherwise I have seen some EAs or scripts or programs designed to place orders in different way, you can also search the internet.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Set Loss and Take-profit

      What formula? Formula block does simple calculation and saves the result in a global variable (result), which can then be used in other blocks. But I can suggest to work with Variables.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Crossing of moving averages

      Ooops, wrong address 😳
      http://fxdreema.com/shared/DkTazQIQc

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: What was that ?

      Hm, this is possible reason. You have something in custom indicators that uses "<" and ">" symbols? I will check this.

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Timeframe Setting In EA Blocks

      http://fxdreema.com/shared/0sUcvU7Xb

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Set Loss and Take-profit

      http://fxdreema.com/shared/vp8sgU2mc

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Crossing of moving averages

      http://fxdreema.com/shared/DkTazQIQc

      Count arrows if you want. These are 3 types of crossover detection.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: "Less Than N Trades Open" Block

      What's wrong with "Check trades count" 😮

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: pip $value consecutive loss

      You have division in block 207, it probably comes from there.
      I don't know what to say for this EA, you use some objects that I don't know what they are. By the way "Once per tick" is not needed.

      Here is some example for you, how to calculate consecutives count and total loss in money and pips: http://fxdreema.com/shared/jgz9JX4J

      But it's... let's say advanced 🙂

      ......
      .fxDreema.mq4

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: What was that ?

      Unfortunately I don't have this problem on my browser and I don't know exactly where it comes. For me it works on Firefox, Chrome, IE, Safari, Opera, QtWeb, Avant Browser, the local version, and I can't fix something that I can't see 😕

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: What was that ?

      Ugly!

      I tested it on my Chrome and it's file. Then I updated my Chrome and again - it's all fine.
      I have made some changes the last month, but mostly on javascript part. That part that generates properties windows - it's almost unchanged, or at least I don't remember if I changed something that can do this. So I guess the problem is in your TV, but I don't know what it can be, because Chrome is something stable.

      As a potential reason I can think for Chrome plugin that can modify html. There are many made to do this - adblock, facebook -whatever-fancy-plugin, something for youtube... who knows. Well, I have AdBlock here and it shows no problems, but who knows.

      This happens on newly created blocks - you create them, open properties and you see this?
      When was that started?

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Crossing of moving averages

      Crossover works when conditions for crossover are true. There are 2 conditions for crossover - one using "<" and one using ">". Yes, when you use "x>" or "x<" there are 2 conditions to be checked actually.

      Condition block, when crossover is used inside, can pass multiple times until the current candle closes.

      I hardly understand your words, so I surrender 🙂 I have to say that I am not narive english as well and it's hard for me 🙂

      What I can suggest is a way to check when some block passes - connect "Draw arrow" below that block and you will see on the chart where exactly that block passes, you will see arrows.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Block "No Trade is Running" seems not to work correctly.

      Yes, I downloaded your project and indicator and tested it on my platform, the result is in the posted screenshot above. I don't have any errors.
      I backtested it on M1 as well and I have 0 error messages. BE and TS blocks are working well. I can suggest to check your input parameters if there is something wrong there. I used default values that comes with the project and with them it's fine.

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Crossing of moving averages

      Is this 3 MA strategy where:

      Buy: when MA5 crosses MA20 above while MA20 is above MA100
      Sell: Buy: when MA5 crosses MA20 below while MA20 is below MA100

      😕

      Here is some information about crossovers: http://fxdreema.com/documentation/proje ... er%20works

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Block "No Trade is Running" seems not to work correctly.

      This is what I have on backtest: http://prntscr.com/2i5t92 Where is the problem with it?

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Block "No Trade is Running" seems not to work correctly.

      I have some Heiken Ashi custom indicators... I don't know from where... but none is named as the one that you use in this project, so I let's say I can't backtest it 🙂

      But it seems to work for me with this simple project: http://fxdreema.com/shared/lFcCo7KGd - I have 1 buy and 1 sell at a time with this.

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Help, Delete Stop Loss SL

      I can't find where on that project the SL is modified to 0, but I tested this in a simple project and it looks that if I try to modify SL to 0 it is cleared: http://fxdreema.com/shared/MKwaPl7qd
      If I decide to put SL to Open Price, it gives me an error message like this "Error: Invalid SL requested (1.35373 for open price 1.35373", but this is because the trade is just opened and SL can't be placed there.

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: pip $value consecutive loss

      Not currently. And to be honest, I don't know what solution to suggest. It can be made with pink blocks or custom code, but with some tricks which I don't like. And because you got me, I'm gonna give you 1-month extra as a bad attempt to apologize myself 🙂

      posted in Questions & Answers
      fxDreema
      fxDreema
    • 1
    • 2
    • 307
    • 308
    • 309
    • 310
    • 311
    • 374
    • 375
    • 309 / 375