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: Need Help with Fibo Indicator

      When I put a trace, it said the values of the buffers are Zero.

      Whatever you did with the BuyZone and SellZone variables, there are FibLevels built into the coding of that indicator. Perhaps you could do the same for Fiblevels? Perhaps you could simply use the adjust option under each condition? For instance, if you want to open when its lower than the 50% line, you could close it if you were to use the red buffer * .5....given that the red buffer is 100%. But I couldn't see a defined value with trace.

      Heres what I am trying to do with it:
      https://fxdreema.com/shared/NGIKBN64b

      I have put the indicator to use on the entry and exit to see if I can get ANYTHING to work.

      Im following to see how it goes.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Issue with reading indicator arrows (indicator visible)

      Add a trace for the custom indicator, run a Strategy tester then watch it go. Pay attention to the values and see if that makes sense.

      posted in General Discussions
      TipsyWisdom
      TipsyWisdom
    • RE: The bot opens the same two positions?

      Circling 2 candles, and 2 results isn't a clear indicator of what you are seeking.

      Can you ask clearer?

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Need Help with Fibo Indicator

      I have an idea, let me play with it. I'll post result soon.

      Enter Trade when MA 5 X 20.
      Exit trade when candle X ? Answer that please.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Fixed Trade Direction Using Visible Arrow

      interesting, can you share the indi so I can play with it?

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Multiple trades are created one after another? I want 1 signal from indicator=only 1 trade

      @krystian said in Multiple trades are created one after another? I want 1 signal from indicator=only 1 trade:

      @jsauter86 thank you very much for help, but i am very new, this is why I made very simple errors, Could you do this for me? I prefer learning by eye, watching etc.

      https://fxdreema.com/shared/NGIKBN64b

      No charge this time.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: at least 4 up bars above SMA 5 shift 5 and BUY, please fix this project

      @krystian said in at least 4 up bars above SMA 5 shift 5 and BUY, please fix this project:

      @l-andorrà Is it good now? https://fxdreema.com/shared/bALOmMtAb

      I checked that this EA made 10 trades (martingale mode) within 1 minute!! where i selected time frame to testing H1, how to fix this? Only 1 trade unless second trade will not be finished. Only 1 trade can be open at any time.

      "once per bar" block should be added in the beginning or just before the "Buy Now:...or perhaps a "Close Trade" block before the "Buy now"?

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Need Help with Fibo Indicator

      You aren't using those lines, you are using the values linked to the blue portion.

      I.e. You are trying to say, when candle crosses yellow line, exit trade. Yellow line doesn't exist in the code. Only visually. That is why you can find the "value" of the 2 yellows on top and bottom....because they happened to be the top and bottom of the only 2 buffers that are available. Those 2 buffers, blue and red.

      I think if you can change your thought process in that regard, you may find a different way to find what you're looking for. However, I am new to all of this stuff, and I'm sure someone else can tell me that I'm wrong....but of course if you throw enough variables at something you can make anything happen. But I think if you understand it as I am explaining you will see that the method you are using may not work. I know i've seen a few threads here involving objects being problematic.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Fixed Trade Direction Using Visible Arrow

      Those are fractals, must like the system of renko charts....aren't they all constantly being moved and updated or "repainting" ( I know all indicators do to a point by technicality).

      Put a trace line after that indicator and watch it on your strategy tester, you will see that the arrows will move a new bars form.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Multiple trades are created one after another? I want 1 signal from indicator=only 1 trade

      @krystian

      No Trade.
      Once Per Bar.
      Condition.
      Buy/Sell.

      Put them in 1 row from top to bottom and connect them in that order, dragging them into place doesn't make them perform in that order.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: How Do I Store Opening MA Value as a variable?

      @yoloyacht said in How Do I Store Opening MA Value as a variable?:

      Noob question, how do I add the variable to the condition block?

      I believe you will need the formula tab, as well as the 2nd type of Condition Tab. But I am following because I am getting ready to start doing variables too!

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: ID candle and SL (Solved)

      Sorry, I don't understand how to continue from here. I'll leave it to the pros.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Need Help with Fibo Indicator

      @biztet

      First look, it is not possible to do simply using the percentages. You will need to use percentages of differences between those values that you were able to find. This is because each fib line is not given its own "value," so we can't link to anything regarding those additional lines in between what you could find. I will see if I can work with the 50% line for closes for something and I'll put my findings.

      Does that make sense?

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Need Help with Fibo Indicator

      can you provide the custom indicator you're using? I would like to test it, as I am not a expert I need to put eyes on it to see whats going on and see if I can figure it out.

      If you just provide the exact name I can find it I'm sure.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: How can I code this MACD indicator?

      @l-andorrà said in How can I code this MACD indicator?:

      @mak It is not a trivial project to do. My first recommendation is finding a custom indicator doing that. Trying to do it directly on fxDreema can be painful because you will need a long list of criteria defining what is 'lower low' and 'higher high' over dynamic periods of time.

      Is the MACD Divergence block in Various Signals, in FXDreema a similar intended use? Similar to what he is looking for? @l-andorrà

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: HELP! how to make a FXdreema system to "buy" when the close price difference between the current candle and the previous candle is 0.00665?

      @istudying2357 said in HELP! how to make a FXdreema system to "buy" when the close price difference between the current candle and the previous candle is 0.00665?:

      @jsauter86 Actually I don't know how to reverse it...I need your help.

      I dont know what you mean by reverse initially. What are you trying to reverse? You mean make buys and sells in the same EA? Or do you mean reverse engineer and make your own?

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: at least 4 up bars above SMA 5 shift 5 and BUY, please fix this project

      Dont save EA with special characters or spaces preferably.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: pullback

      Do you want it to;
      Buy or Sell?
      Perform trade when price is crosses back above, cross below, or break even with 50 SMA?

      posted in General Discussions
      TipsyWisdom
      TipsyWisdom
    • RE: Check for two bull candles in a row after opening sell trade

      Try these blocks in order:
      If Trade
      Condition ( Candle ID 2 < Candle ID 1)
      Close Trade

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • RE: Multiple trades are created one after another? I want 1 signal from indicator=only 1 trade

      almost....

      No Trade - Once Per Bar - Condition - Buy/Sell

      @krystian Once per Bar is another way to say Once Per Time Frame, meaning whatever time you load your EA into. If you want a 1M time frame, it will only trade once per minute.

      posted in Questions & Answers
      TipsyWisdom
      TipsyWisdom
    • 1
    • 2
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 68 / 72