fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. ramimoujaes
    3. Posts
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 30
    • Posts 143
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by ramimoujaes

    • RE: Import Indicator

      @AlphaOmega @l-andorrà Greetings,

      I have consulted a person, and this is what they had to say:

      "I'm not familiar with how much freedom you have over fxdreema's code, but you just have to match the indicator buffers with the ea you're creating.
      This is done during the icustom function call in the ea, if that helps. "

      Any ideas?

      posted in Questions & Answers
      R
      ramimoujaes
    • RE: Polynomial Regression

      @l-andorrà Greetings,

      Sure

      https://www.mql5.com/en/code/28375

      0_1597030301369_i-Regr-2.0.mq5

      posted in Questions & Answers
      R
      ramimoujaes
    • RE: Import Indicator

      @l-andorrà Greetings,

      Sure.

      https://www.mql5.com/en/code/28375

      0_1596984771527_i-Regr-2.0.mq5

      posted in Questions & Answers
      R
      ramimoujaes
    • RE: Polynomial Regression

      It is worth nothing that I am using MT5

      posted in Questions & Answers
      R
      ramimoujaes
    • RE: Polynomial Regression

      @l-andorrà Greetings,

      The basic polynomial function is represented as f (x) = c0 + c1 x + c2 x2 ⋯ cⁿ xⁿ. Where n is the degree of a polynomial, and c is a set of coefficients. The Polynomial Regression Channel uses the value of n is 2 or 3 to form the parabola.

      Since there are 3 lines (top, middle, bottom), I want the expert advisor to buy once every bar when price is bellow the bottom line. And I want it to sell when price is above the top line. Take profit of 50 pips, no-stop-loss (yet I would like to close positions when I would like while the expert advisor is running). Lot size to be adjustable under my desire. All of which are operating on a 4 hour time-frame.

      Thank you so much for helping me. Your earliest response is much appreciated.

      Sincerely

      posted in Questions & Answers
      R
      ramimoujaes
    • Polynomial Regression

      Greetings,

      I would like to create an expert advisor that will open positions and close positions using polynomial regression channel. I have the values I want to place, I just do not know how to create it, I do not know where to start.

      Your earliest response is much appreciated.

      Sincerely

      posted in Questions & Answers
      R
      ramimoujaes
    • RE: Import Indicator

      @l-andorrà hello,

      I am having a hard time importing a custom indicator (mq5 file) and making an Expert advisor out of it. After I import it in to the fxdreema, and create the expert advisor, when I test the expert advisor, it is not showing the indicator or even opening positions. Do you think you can help me?

      P.S I didn't create the code or the indicator. I just downloaded it from CodeBase MQL5 website. But when I import it, all the buffers are shown, but when I create the strategy and test it, mt5 does not display the indicator

      Your earliest response and assistance is much appreciated

      posted in Questions & Answers
      R
      ramimoujaes
    • RE: Import Indicator

      @l-andorrà Greetings,

      A follow up question, I am trying to import another indicator (mq5 file) and it isnt reading the buffers, what can I do in this case

      posted in Questions & Answers
      R
      ramimoujaes
    • RE: Import Indicator

      Hello,

      I imported an mq5.

      posted in Questions & Answers
      R
      ramimoujaes
    • Import Indicator

      Greetings,

      I have imported a personal indicator, and I am having a tough time creating an expert advisor. All I want to do is to buy when the price crosses buffer 2, and sell when price crosses buffer 0. All of which are once per bar, 1 hour time frame, and take-profit of 50 pips, no-stop loss.

      here is what I have:

      https://fxdreema.com/shared/tmSsUcCUb

      Your earliest reply is much appreciated.

      Sincerely

      posted in Questions & Answers
      R
      ramimoujaes
    • RE: Stochastic Oscillator and moving average

      @l-andorrà Great, thank you so much

      posted in Questions & Answers
      R
      ramimoujaes
    • RE: Stochastic Oscillator and moving average

      @l-andorrà https://fxdreema.com/shared/DVbQ2XkN

      posted in Questions & Answers
      R
      ramimoujaes
    • RE: Stochastic Oscillator and moving average

      @l-andorrà oh, honestly I do not know how to share the link

      posted in Questions & Answers
      R
      ramimoujaes
    • RE: Stochastic Oscillator and moving average

      @l-andorrà yes, this is all what I have. I know I have something wrong and missing. I appreciate your help as well.

      0_1595859217848_bae04fcb-cedd-4249-94b5-48d772f06c65-image.png

      posted in Questions & Answers
      R
      ramimoujaes
    • Stochastic Oscillator and moving average

      I am having trouble with two things. I would like to create an expert advisor where there are 2 conditions.

      Condition one, check where is the price, if price is below the 200 EMA I would only be interested in selling. And if price is above the 200 EMA I am interested in only buying.

      After checking condition one, proceed to condition two.

      Condition two, is about the stochastic oscillator, where the %k is 15, %d is 5, slowing is 5. When the %k crosses the %d, at a level either above 80 or below 20 then open position. But do remember that position are opened based on condition one, (if price is above the 200 EMA then we are only interested in buying as in where the %k crosses the %d below 20 on the stochastic oscillator, and vice versa when the price is below the 200 EMA, I am only interested in selling, when the %k crosses the %d above the 80.
      Kindly note that crossover between the %k and the %d should be found only if it is above the 80 or bellow 20 in order to open a position.

      Your earlies response is much appreciated.

      posted in Questions & Answers
      R
      ramimoujaes
    • RE: 3 EMA

      @l-andorrà thats it?

      posted in Questions & Answers
      R
      ramimoujaes
    • RE: 3 EMA

      @roar greetings,

      This is what I am having trouble with. I am having trouble opening a buy position EVERYTIME the 50 EMA crosses the 200 EMA upward; and to close the position EVERYTIME the 50 EMA crosses the 200 EMA downward, and vice versa. Below, you can see what I have.

      0_1595354495300_e25c64a4-dc44-4d8e-b7ef-f35cd11a0442-image.png

      posted in Questions & Answers
      R
      ramimoujaes
    • RE: 1 EMA,

      In all honesty, I would like to add upon my question. How do I create an expert advisor, where if price crosses the 200 EMA, it will open the position, and then it will close the position when it crosses the 200 EMA downward. For instance, if the price crosses the 200 EMA going upward then, immediately open a buy position, and it will close this position when the price crosses the 200 EMA going downwards.

      posted in Questions & Answers
      R
      ramimoujaes
    • RE: 1 EMA,

      The previous one is about 3 moving averages crossing over. This is about price crossing one indicator (200 EMA).

      posted in Questions & Answers
      R
      ramimoujaes
    • 1 EMA,

      Greetings,

      I am having trouble creating this strategy. I want the expert advisor to operate under all currencies on the watch list, and all of which are operating under a 4 hour time chart. I want one Exponential moving average (200 EMA). I want to say that when price closes above the 200 EMA, then you buy, taking profit of 100 pips. If prices closes below the 200 EMA, then you sell, taking profit of 100 pips. However, I am having a difficulty if arranging the stop-loss. See, I want my stop loss to say that, in case I didn't take profit of 100 pips, and the price happens to close across the 200 EMA in the other direction, then I want to close the previous position, and open another one, with the same taking profit rules and the stop loss rules. Any ideas on how do I do that; more specifically the stop-loss rule.

      Your earliest response is much appreciated.

      posted in Questions & Answers
      R
      ramimoujaes
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 7 / 8