fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Ra'ees
    R
    • Profile
    • Following 2
    • Followers 0
    • Topics 5
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    Ra'ees

    @Ra'ees

    0
    Reputation
    293
    Profile views
    8
    Posts
    0
    Followers
    2
    Following
    Joined Last Online

    Ra'ees Unfollow Follow

    Latest posts made by Ra'ees

    • RE: Another trend line project

      thank you so much for sharing, I have been looking for how to do this.
      I have some questions for you.

      1. you said the ea considers higher highs and lower lows only, what values would need to be changed to consider lower lows and and higher lows? can you share this example?
      2. I want to automate this so that it trades once candles or indicator cross EA, I am new to fxdreema. so please bare with me, I am still learning. would you mind showing how to buy or sell automaticaly when indicator crosses trendline?
      posted in Tutorials by Users
      R
      Ra'ees
    • how you you automate the Trend line?

      Hi I would like to build an EA that trades only when it is above or bellow the trend line, once it crosses the trend line and my buying or selling conditions are true it should execute the trade.
      the ussue is I am not sure how to correctly set up my trend line so that it draws automatically on the chart and able to identify the highs and lows.

      posted in Questions & Answers
      R
      Ra'ees
    • trades not being executed when conditions are true

      Hi I have attached an issue I am having executing trades. if I buy a sell will not execute until my take profit hits. When there is a buy trade and the signal is true for a sell trade then it will only open a sell trade if the take profit of the buy trade has been reached.

      how I want this EA to work is. it takes profit along the way but when it sees a sell signal it should close the buy trade and execute the sell trade, ignoring the take profit of the buy trade instead of waiting for take profit to be reached first.

      0_1598343433297_abcd.mq4

      posted in Questions & Answers
      R
      Ra'ees
    • RE: converting from Mql4 to mql5, its not working

      Hey Nalin, hope your well. have you tried https://fxdreema.com/converter

      posted in Questions & Answers
      R
      Ra'ees
    • buys and sells dont execute correctly

      Hi guys, I have a question.

      I have my settings as follows

      no trade
      |
      indicator
      |
      close sell trades
      |
      buy (WITH TP)

      vice versa for sell trades

      so basically the sell and buy signal are the same conditions just in reverse.

      i understand that by removing tp my trades will close the 1 trade and open the other when trade when the opposite trade conditions are true. and that this only works when tp is turned off.with the tp in place the trade will only close when it hits tp and if the condition on my indicator is still true it will still buy/sell.

      however, I would like to know if there is a way to trigger trades to react when opposite conditions are true and still keep take profit? i was thinking of using the or function to basically say: if hit tp take profit or if opposite conditions are true take profit. but I have no idea how i would structure this so that it works correctly, or maybe there is another way?

      posted in Questions & Answers
      R
      Ra'ees
    • Indicator appear

      Hi i have a very simple custom indicator I use to trade with which has 2 values, buffer 0 and buffer 1.

      buffer 0 is for buying
      buffer 1 is for selling

      I made the following conditions for buying

      no trade
      |
      indicator appear (buffer 0)
      |
      close sell trades (sell)
      |
      no trade (buy)
      |
      buy now

      I set the following conditions for selling

      no trade
      |
      indicator appear (buffer 1)
      |
      close sell trades (buy)
      |
      no trade (sell)
      |
      sell now

      I have used this method many times and it opens and closes trades when the opposite conditions are true. yet when I try and use the custom indicator i would like to use.it only buys and then never closes the trade even though the sell conditions have occoured.

      maybe I am not using indicator appear correctly. I do not know.

      basically when my buffer 0 appears I want to buy and when buffer 1 appears I want to sell

      can someone please show me an exampple how to get my indicator to trigger correctly?

      posted in Questions & Answers
      R
      Ra'ees
    • eanot executing trades fast enough

      Im not sure if anyone else has had this issue but My EA is not entering trades in time the way I normally would with manual trading. any idea how to fix this issue?

      posted in Questions & Answers
      R
      Ra'ees
    • RE: HOW OPEN BUY OR SELL MORE THAN ONE?

      @josecortesllobat I want macd to buy once when above 0 line and sell once when bellow 0.. i tried exactly what you suggested in this post. but my macd still reacts to buy and sell based on the signal line. Can you please help me? I need the exact same requirements as @mashna1364 but on my side I dont seem to be getting any luck. could you make the same thing and send me a link to the project please?

      posted in Questions & Answers
      R
      Ra'ees