fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. JDD
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 15
    • Best 0
    • Controversial 0
    • Groups 0

    JDD

    @JDD

    0
    Reputation
    487
    Profile views
    15
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    JDD Unfollow Follow

    Latest posts made by JDD

    • Off Quotes Error

      Hi,

      My EA is working as intended, but I am when it is suppose to be executing a trade, it is coming up with an off quotes error. I understand what the off quotes error is, but my EA only reattempts to place the order 10 times then it stops.
      Is there a way of ensuring that the EA continues to try and place the trade until it is filled, rather than stopping after 10 attempts?

      Thanks.

      posted in Questions & Answers
      J
      JDD
    • RE: Custom Indicator Compilation Errors

      Sorry, I forgot to attach screenshots ,please see attached.

      Thanks in advance

      posted in Questions & Answers
      J
      JDD
    • RE: Custom Indicator Compilation Errors

      1_1513291731077_Capture1.PNG 0_1513291731075_Capture.PNG

      posted in Questions & Answers
      J
      JDD
    • Custom Indicator Compilation Errors

      Hello,

      When I am trying to compile my EA using a custom indicator, I am getting a compilation error stating an undeclared identifier. This is because the input is an 'int' but the value I am assigning it is not an integer as per the inputs of the indicator.

      The indicator input is an int but the values are not. Please see the attached screen shots of the indicator input screen. Could you please help? I have tried just to assign 0 or 1 to this field and it doesn't work.

      Thanks

      posted in Questions & Answers
      J
      JDD
    • RE: Updating Risk amount

      Perfect, thanks

      posted in Questions & Answers
      J
      JDD
    • RE: Updating Risk amount

      Hi,

      I am trying to program my EA as to increase the risk by 1% after a trade hits it's take profit level. I am trying to do this by incrementing a variable 'RISK' by ++1 each time a trade is closed on TP. Once Risk == 5%, the variable is to change back to 1%. If a SL is hit, the variable should be 1%.
      No matter how I seem to attempt to program it, I can not seem to modify the value of variable 'RISK' in order for it to change the volume size when I am backtesting.

      Attached is a screen shot of my latest attempt. Could you kindly have a look and advise me where I am going wrong? This screen shot is taken on the 'ON TRADE' screen.
      Thanks for your help.

      ......
      Capture.PNG

      posted in Questions & Answers
      J
      JDD
    • RE: Renko chart tips?

      Hi Onafets,

      I purchased a range bar / renko bar indicator with a backtest functionality. It has a script which you can run and perform backtests on. Without that I don't know if it possible.
      If you want to purchase the indicator / licence this is the website
      http://www.az-invest.eu/
      It is reliable and works well but obviously is complete dependent on you time period history, so it is worth having an extensive and reliable history archive, particularly 1min.
      I hope that helps.

      posted in Questions & Answers
      J
      JDD
    • RE: Renko chart tips?

      I use range bar charts which are very similar and fxdreema works with my offline charts no issue, just be conscious of any indicator or component that uses a time parameter, it can make the EA do crazy things.

      posted in Questions & Answers
      J
      JDD
    • RE: Variable compilation error

      Hi,
      I am trying to code in an input option to my EA that will allow me to disable the 'enter trade logic (Buy/Sell)' whilst still allowing the EA to run on the chart. I have tried to do this by using a boolean variable to create a 'true/false' condition in the code, however I am getting compilation errors as per the screenshot below. Could you kindly have a look and let me know what I need to do in order to fix this? Cheers.

      N

      ......
      Capture.PNG

      posted in Questions & Answers
      J
      JDD
    • RE: Trade Stats not printing on chart

      Thanks for that, worked perfectly.

      posted in Questions & Answers
      J
      JDD