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: Indicator Is Visible, additional candles

      @jstap said in Indicator Is Visible, additional candles:

      @tipsywisdom I am unsure why but the fractal is only ever on 1 candle, ID2 (which may repaint) or ID3 or higher.

      It repaints when it starts on 2, 3 is always there...but if you go and individually change the fractal Id's to 4,5,6,7...it will work just fine. For some reason though, just that space of "additional candles" seems to break the block.

      posted in Bug Reports
      TipsyWisdom
      TipsyWisdom
    • RE: Custom Code Conversion MT4 to MT5

      @btrader said in Custom Code Conversion MT4 to MT5:

      @tipsywisdom That code makes the buttons work in the tester. It's a conversion from an MT4 EA built in FXDreema using the convertor to MT5. You didnt read the bloody post I posted did you. Suspect you are new đŸ˜‰

      in MT5 you dont need to use any code to make buttons work, thats where I'm lost....I tested closing all trades with a OnChart button, in a backtest with MT5 and it didn't require code to work.
      I'm not new, love the smartass reply though đŸ˜„
      haha... you'll have to forgive me! You caught me though....I'm just used to people saying and making the same mistakes over and over....like copying someone else's blocks into their own project and asking why it doesn't work. Or converting entire EA's from MT4 to MT5 without reading or browsing forum for themselves to find that you still must manually convert blocks.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Free mode

      theres also some inability to export files. Perhaps thats what the limit is? Once you go over the limit you must then pay to export.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Price Alert

      @l-andorrĂ  said in Price Alert:

      @andrewfrank No. The 'Alert' blocks need to me moved below the 'buy now' block.

      he wants an alert first, then it will seek conditions and buy.

      Atleast thats what I gathered he was going for....like using the alert message as a condition block?

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Trailing Start

      @neji63 said in Trailing Start:

      Hi there,

      I'm trying to make an EA but facing issues with the trailing stop.

      I'd like the trailing stop to start at breakeven only after the position reaches a certain amount of pips.

      I tried to make it work, but always getting the same setting that reduces the SL instead of going at BE.

      https://fxdreema.com/shared/qQwg9Pp0e

      Please, could anyone let me know how to place it straight away at BE?

      Thnaks a lot for your help

      0_1647101096753_d250eb11-34d8-4031-910f-695755e3fd24-image.png

      Trail start is where you haven't done anything yet...

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Free mode

      @mr-odd
      10 blocks max.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Can someone help me understand Candle ID?

      @l-andorrĂ  said in Can someone help me understand Candle ID?:

      @tipsywisdom He can still that that condition blocks, but not there certainly. Additionally, he should select 'as price fraction' option on the right operand itself.

      while that may be true, hes logically just doing a distance check. Theres a block for that. Keep it simple! Nothing to troubleshoot after that,

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • Indicator Is Visible, additional candles

      0_1647100490049_46ef1dac-8650-4b3e-952d-896a4da84c65-image.png

      Any time I add a number to allow it to search more candles, it stops working entirely. I've tried just adding a number to the top one, and it ceases all trading. I then tested to see if I do 2 in the top and 1 in the bottom. Still no trades. Remove both, back to 0, trades as it should.

      posted in Bug Reports
      TipsyWisdom
      TipsyWisdom
    • RE: Price Alert

      @andrewfrank said in Price Alert:

      @tipsywisdom Thanks!
      Do you think, would it be possible to run EA after this alert message function.
      something like this:

      0_1647081248882_b56a376a-31ee-415d-8f09-c20692833906-image.png

      Ive not tried it, but I would imagine that will run every tick.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: How does MT calculate margin, free margin or margin level?

      Agreed ^
      1 thread, that has english and spanish would be better.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Price Alert

      0_1647044895869_d943c3f4-b7ed-4b84-bd5f-ae7035821688-image.png

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Series of candles

      @sirluk said in Series of candles:

      Hi. I would like to make a condition, that passes, if the 10 and 15 EMA cross the 50 SMA somewhere between lets say candle ID 20 and 50. is there a way to do this in a simple way, or do I really have to make a condition for each candle ID? Thanks for your help.

      you could draw up a loop code, constantly looking over the last X to X candles. 1 block to rule them all....well, like 3 or 4 would be needed in total...But theres a project in tutorials. ZigZag, written by Miro. He uses a loop in there.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Block corruption ?

      @mantadiver said in Block corruption ?:

      I have a project that is getting quite large.

      I have had several instances of Named Blocks having numbers added after them (similar to what happens when you copy a named block, the duplicate gets a number added).

      Today I had a bug that I finally tracked down to this Modify Variables block:-

      0_1646965652698_04df550c-0ca6-4815-9983-b986b020075a-image.png

      It looks corrupted, cannot open any of the fields.

      I made a copy of the block and it has restored itself.

      A bit concerning . . Is this a known issue, any ideas what might cause it so I can avoid this in the future.

      Thank you

      the size of projects is the largest contributing factor. The dev addressed this once before and I dont remember what came of it...but I think it was along the lines of...bigger isn't always better. lol
      Even when projects get over a few hundred blocks, it becomes difficult to just share the link with other people

      posted in Bug Reports
      TipsyWisdom
      TipsyWisdom
    • RE: Get signal from candle ID1

      @ambrogio said in Get signal from candle ID1:

      @jstap said in Get signal from candle ID1:

      @ambrogio I think that buffers needed should already be in the indicator, if there not then whatever means work is the only and best idea.

      Unfortunately for the buffers I only have the ex.4 file, anyway it's fine even so, thanks.

      id recommend using the AutomaticZigZag indicator in MQL5 market. Its free. Stanislav Korotky is the dev.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Running Candles ID0 - EMA

      when you start getting into converting things, the process becomes very convoluted .

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: If or specific condition, on the last indicator trend == No trade

      @rodrigo-ortuzar said in If or specific condition, on the last indicator trend == No trade:

      Dear, the data: I am working with the indicator of zig zag trends and with previous open operations that have not yet been closed.
      What I specifically need is an If or a condition that makes no trades open from the current or last zigzag trend marked or 0, but from this last zigzag regardless of whether there are open trades from previous trends that have not yet been closed.
      I hope I was able to be clear.
      Thanks if someone can tell me how to do this If or condition.

      Rodrigo

      a screenshot would be best.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: ONE ORDER PER SIGNAL

      @mr-lenny said in ONE ORDER PER SIGNAL:

      HEY GUYS i have a slight problem when i create ea to open example a sell order based on moving average example when price is below moving average 50 open sell and tp one it hits tp it imidiately opens another order in the same direction so my question is how can i have it to open one trade only and open another trade wheen price is obove ma 50,,https://fxdreema.com/shared/UKtXyaiY
      change your no position block to this.
      0_1647043550522_b975362f-93b0-4869-9fde-61e7c4d6d759-image.png

      if that doesnt fix it, change the conditions to be on the cross of the 50 as well. But that may not work logically because you are using ask rather than candle.
      I would personally use C1 close X,< or X> EMA50 on C1...rather than bid and ask .
      0_1647043659414_ff6f2f4e-4e9d-4e95-98a3-0927129a3ab4-image.png

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Can someone help me understand Candle ID?

      the condition block at the top makes no sense.

      find the light blue, check distance block. Check the distance high to low of C# instead.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: I want to conditional check distance 500 pip from last order to no trade for martingale lot

      @mr-lenny said in I want to conditional check distance 500 pip from last order to no trade for martingale lot:

      @l-andorrĂ  this martingale method doesnt work on mt5 or would you provide mt5 method and use english please

      you can type random letters as variables and constants...you ought to know what each block is doing without the words.

      I would bet however, since he already provided this for no charge...you could search forum for other examples, or use the built in converter on the website. Be advised, you can't just convert and use it. Few blocks needs to be changed.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • 1
    • 2
    • 13
    • 14
    • 15
    • 16
    • 17
    • 71
    • 72
    • 15 / 72