fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. BlueMoon
    3. Posts
    B
    • Profile
    • Following 3
    • Followers 3
    • Topics 96
    • Posts 246
    • Best 5
    • Controversial 2
    • Groups 0

    Posts made by BlueMoon

    • RE: Terminate other EAs

      Thanks for your help. But I am not an expert on this subject and still learning. Do you mind to provide more details with example please?

      posted in Questions & Answers
      B
      BlueMoon
    • Low and High of last x candles

      I would like to get the price value of "high" and "low" of the last "x" candles. I need to use this value in the condition block. What is the quickest/easiest way to accomplish this?

      posted in Questions & Answers
      B
      BlueMoon
    • Terminate other EAs

      Is it possible to terminate other running EA's from within the EA? Here is an example what I am trying to do. I would have multiple EA's doing different things for the pair "EURUSD" When certain condition are met I want all EAs to be closed on all charts of "EURUSD"

      posted in Questions & Answers
      B
      BlueMoon
    • RE: Template Paramter ambiguous, cound be ulong or int

      I can confirm that the problem is indeed caused by the mentioned block.

      But I have had this since many weeks and have been working just fine. What happened and why its throwing this error now while compiling?

      @fxDreema5
      @fxDreema5

      posted in Questions & Answers
      B
      BlueMoon
    • RE: Template Paramter ambiguous, cound be ulong or int

      I didn't add "Check Profit (last closed)" I had it since a long time. But I am getting this all of sudden. I am going to remove this block and see if it is indeed the root cause and update here.

      posted in Questions & Answers
      B
      BlueMoon
    • Template Paramter ambiguous, cound be ulong or int

      Why am I getting this all of sudden? How do I fix this?

      0_1522704370605_4ca5389f-556f-4796-a2a4-686c8243e273-image.png

      posted in Questions & Answers
      B
      BlueMoon
    • RE: Source Code Fxdreema

      Thanks for your message here. How frequent do you do the updates?

      posted in Questions & Answers
      B
      BlueMoon
    • RE: Spread Filter Block

      Basically I want to use the filter so trades are taken only under "Normal Market Conditions"

      My definition of "Normal Market Condition" is when the spreads are within the average limits. Example my brokers average spread for GBPNZD is around 3 pips. But then during Market open, Market Close, News...this spread can be as high as 20-30 pips and even more. This period of hight spread sometimes is not just a few seconds or minutes...it could be as much as 2 hours during Market Open or Market Close times.

      How do I filter this? Since if the block is collecting average for only a past few seconds...then for the filter....a 20 pips spread would be considered as normal.

      posted in Questions & Answers
      B
      BlueMoon
    • Spread Filter Block

      What is the best way to use this block?
      How does the "average spread in time period" parameter work?

      Here is a scenario:

      If I look at historic average for NZDUSD for my broker it is usually 2 pips. But there are times when it could be as high as 25pips. I want the filter so it enters trades only if the pips are less than 4 pips.

      I see the "Adjust with" parameter which I can set to 2 pips to get the desires result.

      My concern is about setting up the the time period of the average. If I set it to too low like 60 seconds....it might get the average too high if my EA started during market open times...if I set it to too high like (10 thousand, like around 3 hours) ...I am not sure what happens when it has not gathered so many seconds yet.

      posted in Questions & Answers
      B
      BlueMoon
    • RE: Source Code Fxdreema

      @fxdreema said in Source Code Fxdreema:

      Oh, I am doing something only when I'm in mood, I don't know 🙂

      Any idea when will your mood trigger? 😉

      posted in Questions & Answers
      B
      BlueMoon
    • RE: Check last closed trade

      @implosion said in Check last closed trade:

      check profit unrealized filters on pips

      "Check Profit Unrealized" block is for checking profit of an existing open active trade. This will not help me. I am looking for pips in profit of the last closed trade and if the pips are created than for example 20 pips then I want to execute my code.

      posted in Questions & Answers
      B
      BlueMoon
    • RE: Check last closed trade

      @implosion

      My trades can close based on many reasons. I just want to set up a block with condition that if it has closed with 20 pips profit...then do.....(this does not matter)

      @implosion said in Check last closed trade:

      I'm thinking you need to be specific how the trade will close then, by stop? By take profit? Then enable an action when the trade closes, knowing in advance when it closes by a certain method the +20 pips is guaranteed.

      @implosion said in Check last closed trade:

      I'm thinking you need to be specific how the trade will close then, by stop? By take profit? Then enable an action when the trade closes, knowing in advance when it closes by a certain method the +20 pips is guaranteed.

      posted in Questions & Answers
      B
      BlueMoon
    • RE: Check last closed trade

      @fxdreema said in Check last closed trade:

      Yes, it very much depends. There is a block Check profit (last closed). Also, the "on Trade" event can be used. Or another way.

      That is the closest that I could find with what I am looking for. But the "Check Profit" box is checking based on Amount. I need exact same thing but I need it to check in pips.

      posted in Questions & Answers
      B
      BlueMoon
    • Check last closed trade

      I would like to do "something" when a trade closes with minimum 20 pips profit. How do I create such a condition?

      posted in Questions & Answers
      B
      BlueMoon
    • RE: Source Code Fxdreema

      hello fxdreema

      When will this change happen?

      posted in Questions & Answers
      B
      BlueMoon
    • RE: Source Code Fxdreema

      Thanks for your quick reply. Any ETA on when this will be done?

      posted in Questions & Answers
      B
      BlueMoon
    • RE: Source Code Fxdreema

      0_1518828417844_f856734b-6ed4-4e2e-bd95-de0c6df31576-image.png

      @yalgaar said in Source Code Fxdreema:

      I would like my name and my website to appear in the source code of the EAs that I build. I also want the "About" tab of my EA to show my name and website.

      Currently the source code adds the attached stuff by defualt. I know I can change this if and when I want to but I want my name and website to be here by default and I don't want to change it everytime I make changes with my EA0_1518828460323_4a9516aa-ddb3-4896-86dd-8586ed0321f4-image.png

      posted in Questions & Answers
      B
      BlueMoon
    • Source Code Fxdreema

      I would like my name and my website to appear in the source code of the EAs that I build. I also want the "About" tab of my EA to show my name and website.

      Currently the source code adds the attached stuff by defualt. I know I can change this if and when I want to but I want my name and website to be here by default and I don't want to change it everytime I make changes with my EA

      posted in Questions & Answers
      B
      BlueMoon
    • RE: Indicator Builder

      thats sucks!!!

      posted in Questions & Answers
      B
      BlueMoon
    • Indicator Builder

      I really love Fxdreema builder to build EAs but I need to build simple Indicators as well at times.
      Can someone suggest a good product that can build Indicators, something comparable to Fxdreema

      posted in Questions & Answers
      B
      BlueMoon
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 12
    • 13
    • 4 / 13