fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. drankman
    3. Posts
    D
    • Profile
    • Following 3
    • Followers 0
    • Topics 43
    • Posts 155
    • Best 2
    • Controversial 1
    • Groups 0

    Posts made by drankman

    • RE: MACD on/off and MACD signal crosses 0 and crosses signal line

      @jstap Thanks!
      I have now implemented those above.
      But somehow EA is not working properly, it doesnt open any trades as I am backtesting it.
      Any chance you could look it up and see where the basic problems are?

      fxdreema.com/shared/18uQKDK0e

      posted in Questions & Answers
      D
      drankman
    • RE: MACD on/off and MACD signal crosses 0 and crosses signal line

      @jstap Thanks for this!

      further question:

      I created the constants,

      0_1634293426090_970af21d-1ebb-45f7-aa19-a6904d1f518d-image.png

      Do the MACD A, MACD B, MACD All with if conditions?
      How do you use it?

      is something like this?
      0_1634297557910_fca2bcef-6ae1-4cec-9ac2-b35d719f3732-image.png

      posted in Questions & Answers
      D
      drankman
    • RE: MACD on/off and MACD signal crosses 0 and crosses signal line

      @jstap Thanks for this, I'll try to figure out.
      For number 2:

      I want to be able to choose from MACD indicator, either using MACD line cross 0 or MACD line cross signal lines.
      Something similar like this:

      0_1634219508006_e863f2af-cd50-4b48-9cf3-4b8ae4695a94-image.png

      posted in Questions & Answers
      D
      drankman
    • MACD on/off and MACD signal crosses 0 and crosses signal line

      hello,
      I have 2 questions regarding MACD.

      1. I have two MACDs in EA. I would like to put one MACD as on/off function. How do I set the bool constant and where in MACD indicator should I put it?
      2. I would like to create MACD drop downlist functions with one macd line below/above 0 and the other one macd crosses signal line. What constant should be and where I can put in the macd indicator functions?
        Thanks for the helps!
      posted in Questions & Answers
      D
      drankman
    • RE: RSI signal

      @l-andorrĂ  Ok. Thanks for the reply. I have several questions

      1. ok. got it.
        2a. if I use RSI variables true which RSI is down, would this work only as a signal then?
        I mean,
        if after sometime, RSI is is going back to above 30 level, then can a trade be opened after once MACD signal/line crosses?

      2b. https://fxdreema.com/shared/adiRzk6Kc As this suggestion, should RSI variables be created separated first and not connected to the conditions block?

      Thanks for the helps!
      here is my project if you could look up again: https://fxdreema.com/shared/E5Ymf1v1e

      posted in Questions & Answers
      D
      drankman
    • RE: Dropdown list for timeframe MACD

      @andrewfrank Never mind, I found the error. đŸ™‚

      posted in Questions & Answers
      D
      drankman
    • RE: How to fix compilation errors

      @jstap Thanks for the reply..:)
      sorry for the confusion..now I think I found out how that works.

      posted in Questions & Answers
      D
      drankman
    • Dropdown list for timeframe MACD

      Hi guys,
      Does anyone know how to create constant for MACD timeframe? I want to create in EA a dropdown list for the timeframe.
      Thanks for any helps/suggestions.

      If I put enum_timeframes as a constant where double or string are, I got the error message.

      0_1634162841891_f87bc32c-9714-4a30-b7bf-f07b06aec2a3-image.png

      posted in Questions & Answers
      D
      drankman
    • RE: How to fix compilation errors

      @jstap oh ok got it. thanks! đŸ™‚
      Do you know how to make the title for each conditions (like the picture above with yellow mark)?

      posted in Questions & Answers
      D
      drankman
    • How to fix compilation errors

      Hello, since I am new here, I have several questions:

      1. I got these compilation errors, but I dont know how to fix this or to see where the errors are?
        0_1634134229739_166d5d9c-88f7-44af-8022-393d7dd70e64-image.png

      2. How do I make such a gap or title for each condition?

      0_1634134298359_07c97cdc-8e0b-429c-8019-388ff226edb3-image.png

      Any helps would be appreciated!

      Thanks

      posted in Questions & Answers
      D
      drankman
    • RE: RSI signal

      @l-andorrĂ 
      here is the project: https://fxdreema.com/shared/HnMKt2Fee

      posted in Questions & Answers
      D
      drankman
    • RE: RSI signal

      @l-andorrĂ  yes, I'll share it

      posted in Questions & Answers
      D
      drankman
    • RE: RSI signal

      @jstap I already put macd in the buy sell tree. but I am still looking how to put RSI conditions.
      Thanks anyway..

      If anyone have another input, would be appreciated.. đŸ™‚

      posted in Questions & Answers
      D
      drankman
    • RE: RSI signal

      @jstap Thanks for the reply. Sorry I was not clear about my question. I understood what you mentioned, trade will be opened when MACD cross between main x> signal at the time RSI is below 30.
      However, what I am still looking is: the RSI works only a trigger, so if the RSI goes below 30 and once MACD main/signal crosses then open a trade. This means, even though MACD main/signal crosses while RSI is already going back to above level 30, a trade can still be opened.
      I attached a picture below, number 1 is the trigger of RSI and number 2 is where MACD main/signal crosses and can still open a trade even though RSI is already going back to above level 30.

      Hope this is more clearer than previous explanation.

      0_1633982459175_Capture.JPG

      posted in Questions & Answers
      D
      drankman
    • RSI signal

      Hello,
      I'm new in Fxdreema, I have questions regarding RSI signal. I want to build EA, where RSI gives only a signal (or a trigger) to allow another condition to run, for example MACD.

      For example, if the RSI goes below 30 level --> then open a trade once the MACD Main/Signal crosses each other. This means, RSI does not need to be below 30 level all the time. (If RSI goes above 30 again, it won't matter)

      It needs to be adjustable on how many candlesticks should be counted where RSI below 30. Lets say 2. This mean after 2 candlesticks (where RSI are below 30), then the trigger is now triggered. So, after that, once MACD Main/signal crosses, trade can be opened.

      Any helps would be appreciated or redirect me to already open forum would be helpful..
      Thanks!

      posted in Questions & Answers
      D
      drankman
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 8 / 8