fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. jstap
    3. Posts
    • Profile
    • Following 2
    • Followers 222
    • Topics 37
    • Posts 9381
    • Best 1086
    • Controversial 23
    • Groups 0

    Posts made by jstap

    • RE: How do I loop my EA?

      @tashab Hi, in this picture you will see how to place a pending BUY whenever a sell trade is created, you can also have it do this whenever an order is created. Purple blocks need to be used on the on trade tab.

      0_1626701959734_Screenshot (461).png

      posted in Questions & Answers
      jstap
      jstap
    • RE: Trailing only profit (after offset) regardless of Stop Loss position

      @mohamed80 Every block has group numbers, the trail will work with only with whatever group is inserted, the magic number in settings determines what trades the EA interacts with, 0 is manually placed, I think the group number is placed on the end. I would set up different trailing stops to interact with your different groups, I would put magic to 0 unless not interfering with manual is what you require.

      In here you will find how to put ATR pips into a variable so you can use for whatever you want.

      https://fxdreema.com/forum/topic/12854/help-please-using-atr-as-stop-loss

      Hope this helps

      posted in General Discussions
      jstap
      jstap
    • RE: Trailing only profit (after offset) regardless of Stop Loss position

      @mohamed80 I think this is doing what you have requested but, you will need to ad another condition otherwise you will never hit TP so you may as well not have a TP. hope this helps.

      link text

      posted in General Discussions
      jstap
      jstap
    • RE: USING BOLLINGER BAND

      @jpsam Very good, hope we helped.

      posted in Questions & Answers
      jstap
      jstap
    • RE: USING BOLLINGER BAND

      @jpsam Doesn't your strategy include a candle interacting with the indicator? If it does then you need a condition, if not you need to save the indicator on your platform, save template. You can then use the apply template block.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Help with indicator

      @wichi You might find that indicator is visible is what works. If you put the buffer into a comment block you will be able to see what is is doing, buffer will most likely comment as a number.

      posted in Questions & Answers
      jstap
      jstap
    • RE: custom indicator not opening trades

      @abanob I have found this more than once with indicators, if you put this indicators buffer values in to a comment block you will see what they contain, FX needs a value changing in a buffer to be able to act on it.

      posted in Questions & Answers
      jstap
      jstap
    • RE: custom indicator not opening trades

      @abanob Hi, this indicator has the same value in all bar 1 buffer, the one that doesn't moves with price, because of this your condition will never be true, as it will never be true.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Simple EA for Percentage Change

      @mohamed80 If this helps, putting a calculation in a calculation:

      WINM= (PROFIT_PER_MIN_LOT*(LOT*100));

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to make a the robot to put stop loss on Break Even after 2 Minutes

      @sikhofx This will only work for the currently loaded order, if you place more than 1 it will only reference the last.

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to make a the robot to put stop loss on Break Even after 2 Minutes

      @sikhofx No problem

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to make a the robot to put stop loss on Break Even after 2 Minutes

      @sikhofx In this link link text you will see how you can achieve this.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Server Issues

      @l-andorrà He is correct on Saturday I couldn't get any large EA's downloaded, not the first time bit annoying and always seems to be at weekend, took me hours to do a simple 10 block EA, in the end I gave up.

      posted in Bug Reports
      jstap
      jstap
    • RE: Copy and Paste Area

      As other people have said this is how to do it, I have found that using ctrl C & V doesn't work and you must right click, sometimes ctrl V will just past the last block copied and sods law says it will be just 1.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Simple EA for Percentage Change

      @mohamed80 This is true and previous candle close = current candle open (unless there is a gap).

      VARIABLE 1= (VARIABLE 2/100*23+VARIABLE 3);
      You can also add if's like this
      if(VARIABLE 1 < VARIABLE 2 ) { VARIABLE 3 = 2.00; }

      you can add multiple lines into the block, I always put anything that needs calculated first above the rest.

      if you put this in custom code then the result will be put into VARIABLE 1, This is for MT4 but I think is the same for MT5, the best you can do is candle open >or< current price as at any point within candle 0 there will be no close. If you start a new project and just put different versions of custom code into variable and place tis into a comment block you will be able to see what your code is doing.

      In here link text you will see some examples of code I have used, another tip I will use excel if and = formulas to convert 1 line into multiple, I separate the line into cells and then copy/change it all down until I copy all into the custom code, at this point it will go back into 1 line, probably better ways but I don't know them.

      Good luck

      posted in Questions & Answers
      jstap
      jstap
    • RE: Help Please: Using ATR as Stop Loss

      @gordonhmilton once you have pips in a variable you can multiply and use the variable in the buy sell block.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Help Please: Using ATR as Stop Loss

      @gordonhmilton You should find all you need here:

      https://fxdreema.com/forum/topic/12843/atr-to-pips-new-formula

      posted in Questions & Answers
      jstap
      jstap
    • RE: ea pasword ??

      @sikerentea I'm not sure how to do it in FX and have never tried but, if you search google you will find the few lines of code you can add once project finished to achieve this.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Simple EA for Percentage Change

      @jstap forgot to add link.

      link text

      posted in Questions & Answers
      jstap
      jstap
    • RE: Simple EA for Percentage Change

      @mohamed80 Hi Mohamed, try changing all your candle ID's to 1, 0 is the current candle so it will only ever have a split second to catch the candle close.

      In this link is how to do an if statement, NAME & RESULT are variables, what you have written above can be put into MX code but probably easier to store data, if you wat to do a formula in custom code then like XL you put it in brackets as you did above, E.G (1+9)/8)}.

      Hope this helps

      posted in Questions & Answers
      jstap
      jstap
    • 1
    • 2
    • 461
    • 462
    • 463
    • 464
    • 465
    • 469
    • 470
    • 463 / 470