fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. TipsyWisdom
    3. Posts
    • Profile
    • Following 4
    • Followers 62
    • Topics 45
    • Posts 1434
    • Best 98
    • Controversial 10
    • Groups 0

    Posts made by TipsyWisdom

    • RE: Bollinger

      @xwhysquared said in Bollinger:

      When I back test, the trades does not match the conditions in the builder. The backtest shows that some trades are taking place on the middle band. These are not the conditions. I am using the Bollinger bands with the Deviations of 2.0 with the 4 hour timeframe.
      A buy signal equals when the current candle crosses above the lower band and close.
      The buy trade should be entered when 10 minutes prior the current candle closing

      A sell signal equals when the current candle crosses below the upper band and close.
      The sell trade should be entered when 10 minutes prior the current candle closing.

      Can someone assist me?
      https://fxdreema.com/shared/JypPkmlRb

      looks good to me, just not sure how you are limiting it to the final 10 minutes however.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Stop time, and be able to test it

      @l-andorrà

      many thanks, i will look into it.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Help with custom indicator

      is the indicator placed in the primary indicator folder? I would put a copy of it in Downloads, Market, Example, and primary with the rest as Dreema imported indi's rely on it to be in the default location.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Stop time, and be able to test it

      @aman thank you! i did that right after I posted and didn't assume it was that easy...either way though i cant test it in backtest 😞

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • Stop time, and be able to test it

      Hello fellow Dreemas.
      Difficult one I think....if I only wanted to trade in last 30 seconds of whatever time frame I'm in... How would you do it.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: ZigZag compare H1 vs H2 and L1 vs L2

      @jstap H1 can be below L1 in up movements...

      edit- One of the strats I built with the zigzag I was waiting on that specific action...if memory serves me right...I might be wrong, its in the discord somewhere. ill have to look

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: I want to make an EA for Boom & Crash. Help please.

      @l-andorrà said in I want to make an EA for Boom & Crash. Help please.:

      @pipsmagnet Just curious. Why is it calles boom and crash? I just see some RSI crossings there.

      Boom and crash is a suicidal index

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Candle stick pattern EA

      heh...im working on a little project at the moment trying to accomplish almost the same thing.

      Im imagining its something like

      loop cycles
      modify variables, candle ID = candle ID +1
      check distance
      candle 1 high <> candle variable high
      draw line

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: ZigZag compare H1 vs H2 and L1 vs L2

      you really dont need to draw any of it. Miro's is very complicated because he is constantly trying to put a ID to a value. If you only need to see the orientation is in a right direction, stick with the values of the indicator. I would just do it logically to make sense for you and then use a "buy now" as a way to verify if it worked or not.

      For a ZZ to tell you if market is up or down, in its simplest form you just logically compare ZZ vs ZZ, nothing crazy.

      Conditions required for market is in a uptrend:
      ZZ HH 1 is above ZZ LL 0, and
      ZZ HH 0 is above ZZ HH 1

      Conditions required for market is in a downtrend:
      ZZ LL 1 is below ZZ HH 0, and
      ZZ LL0 is below, ZZ LL 1

      As @jstap said however, Miro built an amazing little tool to not only visually display where each level is, but also gives you a referenceable ID rather than a value. That would be the way to go, just adding more numbers if required. But given the Elliot Wave theory is why I think the stopped at 4 and 4 for HH and LL.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Does fxdreema follow these rules??

      its a hard habit to keep, but dont forget. I promise now you will and its going to cost you hours of time 😄

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Why do I cannot run this EA? I tried to compile in order to check errors , then I found my input (constant) errors like this.

      @tkpea said in Why do I cannot run this EA? I tried to compile in order to check errors , then I found my input (constant) errors like this.:

      @tipsywisdom said in Why do I cannot run this EA? I tried to compile in order to check errors , then I found my input (constant) errors like this.:

      @tkpea something isnt right for sure...you shouldnt be able to check the blocks next to the orange constant. they should disappear. Perhaps unchecking them will solve it

      As per your suggestion , you mean I should uncheck optimization block right?
      0_1635087577551_82c6685b-a426-4946-9366-c03a2d40fbd6-image.png
      I have tried it , then it working , but how can I change my input or run optimization this EA?

      yea, what he said. lol

      uncheck the block next to the orange one. Nobody said to change it to the blue variables 😄

      posted in Bug Reports
      TipsyWisdom
      TipsyWisdom
    • RE: Why do I cannot run this EA? I tried to compile in order to check errors , then I found my input (constant) errors like this.

      @tkpea something isnt right for sure...you shouldnt be able to check the blocks next to the orange constant. they should disappear. Perhaps unchecking them will solve it

      posted in Bug Reports
      TipsyWisdom
      TipsyWisdom
    • RE: Does fxdreema follow these rules??

      @tashab if you are free or not doesnt matter. i would suggest that when you resave an EA, do a version name change. and then refresh your EA folder from within the metatrader software, then ensure you are selecting the newly named version.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Why do I cannot run this EA? I tried to compile in order to check errors , then I found my input (constant) errors like this.

      @tkpea i would imagine you input a purple variable instead of a orange constant in your blocks.

      posted in Bug Reports
      TipsyWisdom
      TipsyWisdom
    • RE: Why did nobody want to do my indicator???

      @tashab
      congrats, poor student means you need to learn it and work your ass off I reckon 😄

      if you have more advanced things you need to do, Id just get in youtube and start learning from free resources how to write in mql language.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Expert Advisors

      hello teacher, can I please have the answers to test that is meant for everyone to fail?

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: How to make an EA of system 31

      yea, man, this truly is just a system of money management. the tests will never prove to be winning over time unless you are doing some actual trading.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Why did nobody want to do my indicator???

      @tashab for $30, I wouldn't be moving my fingers to program something. If it was a regurgitated idea that someone already came up with I could simply remove a name, Id do it for $30...but not to develop something brand new.

      if this really is the key you need to unlock your financial goals, is it only worth $30 to you?

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: How to make an EA of system 31

      @axia007 said in How to make an EA of system 31:

      Hi

      I want to make an EA of system 31.
      https://www.casinocitytimes.com/larry-edell/article/the-secrets-of-system-31-40169
      This page explains the logic of system 31.

      I need your help.

      Thanks.

      that is complicated system of money management with no regards to trade entry. whats the rules for that portion?

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: adjust the Comment on the chart

      @andrewfrank

      in the builder screen, right side, gear wheel, settings all the way at the bottom.

      uncheck the first one, and maybe the 2nd. Id leave the one about displaying indicators.

      Make yourself a comment block that is updated once per current bar that displays whatever you would like it to display. The standard Dreema one is fugly.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • 1
    • 2
    • 24
    • 25
    • 26
    • 27
    • 28
    • 71
    • 72
    • 26 / 72