fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. princeomughele
    3. Posts
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 49
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by princeomughele

    • RE: == operation not working

      @ambrogio Thanks sorted it out already.

      The other issue is if you set buy >= 49.9 and =< 50.1 on what scenario does it only buy ? is it only when the RSI rises from below and touches such >=49.9 and <=50.1 condition or it also executes buy when the RSI line falls from above and falls in between the >= 49.9 and <=50.1 condition (which is a problem or a bug if so).

      Because when humanly trading I will only enter buy at such level when RSI line or price rises from below or from underneath until it meets such point >=49.9 and <=50.1

      posted in Bug Reports
      P
      princeomughele
    • RE: == operation not working

      @ambrogio Thanks sorted it out already.

      The other issue is if you set buy >= 49.9 and =< 50.1 on what scenario does it only buy ? is it only when the RSI rises from below and touches such >=49.9 and <=50.1 condition or it also executes buy when the RSI line falls from above and falls in between the >= 49.9 and <=50.1 condition (which is a problem or a bug if so).

      Because when humanly trading I will only enter buy at such level when RSI line or price rises from below or from underneath until it meets such point >=49.9 and <=50.1

      posted in Bug Reports
      P
      princeomughele
    • RE: == operation not working

      @ambrogio Here but it will keep on opening it continually as far as is above the specified value

      posted in Bug Reports
      P
      princeomughele
    • RE: == operation not working

      @ambrogio Please to what? What should I change it to? Can you include a graphical illustration here

      posted in Bug Reports
      P
      princeomughele
    • RE: == operation not working

      @ambrogio @ambrogio Very good dear I really appreciate this graphical explanation please continue in this way. Though I did it that way already. But the bot kept on picking numerous sell, it picks sell continually each time it reaches the sell condition and I know it will do likewise for buy. So how do I condition it to pick sell or buy only once each time it reaches such condition and not pick another trade until the first trade has hit stop loss or take profit?

      posted in Bug Reports
      P
      princeomughele
    • RE: == operation not working

      @ambrogio Very good dear I really appreciate this graphical explanation please continue in this way. Though I did it that way already. But the bot kept on picking numerous sell, it picks sell continually each time it reaches the sell condition and I know it will do likewise for buy. So how do I condition it to pick sell or buy only once each time it reaches such condition and not pick another trade until the first trade has hit stop loss or take profit?

      posted in Bug Reports
      P
      princeomughele
    • RE: == operation not working

      @ambrogio and can you send me the proper way of linking two conditions in a row guess the one I watched on youtube may not be that correct..

      posted in Bug Reports
      P
      princeomughele
    • RE: == operation not working

      @ambrogio but in trading view you will see 50.1 as 50.01 and 49.9 as 49.90 guess the zero doesn't matter by maths standard..

      And secondly can one make it 49.99 instead?

      posted in Bug Reports
      P
      princeomughele
    • RE: Can I add custom indicators ?

      Wha'ts left is where I can add the custom indicator. Can you send me a screenshot of where I can I add the custom indicator in fxdreema

      posted in Bug Reports
      P
      princeomughele
    • RE: Can I add custom indicators ?

      The bot finally picks trade I think the issue was the condition thanks

      posted in Bug Reports
      P
      princeomughele
    • RE: == operation not working

      Mmmmm I see so what is I use ==49.9

      Am actually using == so when price is at such line it picks trade and when the trade is closed in loss or profit it does not pick another trade..

      So don't you think that if is >=49.9 because of the greater than > it will keep opening buy trade as far the line remains >49.9 even after the first trade has closed in profit? How do I go about that not happening? Or with the >= you think that won't happen? Will it only pick trade once until the line falls below it and come back to it (49.9)

      posted in Bug Reports
      P
      princeomughele
    • RE: EA keeps on taking trade as far RSI is above your condition even when the first trade is over or has hit stop loss

      then what logic do I add to it to prevent this from hapening can you help me out?

      this is the simple condition

      Is just a simple tree

              onTick
                                      
      
                                    No Trade
      

      Indicator RSI. Value > 40
      that's greater than 40

      Then Buy Condition here

      posted in Bug Reports
      P
      princeomughele
    • RE: EA keeps on taking trade as far RSI is above your condition even when the first trade is over or has hit stop loss

      Is just a simple tree

              onTick
                                      
      
                                    No Trade
      

      Indicator RSI. Value > 40
      that's greater than 40

      Then Buy Condition here

      posted in Bug Reports
      P
      princeomughele
    • RE: EA keeps on taking trade as far RSI is above your condition even when the first trade is over or has hit stop loss

      Ok please what logic do I need to add to prevent this from happening?

      posted in Bug Reports
      P
      princeomughele
    • EA keeps on taking trade as far RSI is above your condition even when the first trade is over or has hit stop loss

      Please can this bug of trades still being taken continually even when take profit or stop loss has been hit just because the RSI is above a certain line you condition it to take trade at when above or below such line mean while you only meant it should pick trade once when above or below such line and not pick any other trade again till price recorrects..

      For example I place a condition telling my Robot to place a buy trade when RSI line is above or greater than > 25
      I expect the robot not to place any other buy that after such condition has been met and it has placed a buy trade once which hits take profit or stop loss.

      It is not supposed to place any other buy trade again until price goes below line 25 and comes up again above it. It should only place such buy trade only once and not place again after stop loss or tp has hit until the RSI line goes below line 25 and come up above it again before it places another each time such happens.. I think if the == operation where to be working it could have been the best alternative to this.

      Please can such bug be quickly corrected or worked on?

      posted in Bug Reports
      P
      princeomughele
    • RE: No trade will be taken if the line in RSI 14 crosses below level 25 or above level 75

      Please am also interested in this question someone should post the correct solution here or they should correct such error of trades still being taken continually even when take profit or stop loss has been hit as long the RSI is above a certain line since you condition it to take trade when above or below such line mean while you only meant it should pick trade once when above or below such line.

      posted in Questions & Answers
      P
      princeomughele
    • RE: No trade will be taken if the line in RSI 14 crosses below level 25 or above level 75

      Incorrect answer

      posted in Questions & Answers
      P
      princeomughele
    • == operation not working

      Hello why is some operation in the value not working ? For example the == operation not working. Only greater than > and less than < are working. But == (equal to) operation not working yet. In indicator I chose RSI then in value I selected == and inputed the value of RSI within range but == operation failed to work only < greater than or less than are working

      posted in Bug Reports
      P
      princeomughele
    • RE: Can I add custom indicators ?

      Please does yours work? Do your conditions work? Or would I have to go for the paid version before the conditions work?

      posted in Bug Reports
      P
      princeomughele
    • RE: Can I add custom indicators ?

      Where could the problem be from?

      posted in Bug Reports
      P
      princeomughele
    • 1
    • 2
    • 3
    • 2 / 3