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 to import and use custom indicator?

      @slimmz This is me attempting to use but unfortunately there is not the info needed.
      0_1632215341875_23119e49-a1c8-4ae8-9c3c-5b91c888aea4-TREND L (6).ex4

      This is how to insert indicator values.
      0_1632215129862_f0adff9f-fcb0-4554-98a9-8630db17f47f-image.png

      This is the link showing how to use this indicator, buffers don't have the colours, only price levels, there is also custom code showing how to use the data window buffers.
      https://fxdreema.com/shared/N4X1dqYTb

      posted in Questions & Answers
      jstap
      jstap
    • RE: Indicator Moves Within Limit Block / Price Action greater than 200 SMA

      @sprad I would use the loop, candle hi/lo above/below 200SMA, then check the minimum number of candles match, you can also use 3 condition blocks in a row to check candle1, 2 & 3 fit requirements.

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to use this ex4?

      This is just to show you what the icustom() does link

      0_1632179522306_89aba058-e50c-49df-87c1-c91198f86d52-trend-lord-nrp-indicator.ex4

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to use this ex4?

      @alex81 Your right about int not string, it compiled for me, make it int and count down the input list to get the correct number.

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to use this ex4?

      @alex81 Sometimes the buffers in the data window are the same as the ones in FXDreema indicator blocks but often not, depends on the coding. Code like this:

      BUY=(iCustom(NULL,0,"The Fall MT4",50,1,1));

      BUY being a variable in FX, NULL means 0(I think), "The Fall MT4" is the name of the indicator, 50,1,1 is a reference to the inputs and the data window, needs to be in the correct order. it has been a wile but to work out exactly how to use your indicator you'll have to search and test, the code goes into a custom mql4 block.

      If you struggle to work it out just ask and I'll help but a bit busy until tomorrow.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Indicator Moves Within Limit Block / Price Action greater than 200 SMA

      @sprad I have not used ind[icator moves within limits for a while but should work, you can also use 2 conditions indicator > value, connected to indicator < value, If you just want the cross a standard condition block will do it.

      You could also use a LOOP to count the candles from the cross.

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to use this ex4?

      Those buffers are probably not the ones used in FX, to use these custom code with icustom() is likely needed.

      posted in Questions & Answers
      jstap
      jstap
    • RE: sell entry block is not working

      @maniamuthan This isn't the shared project. Go to projects (top left), get the shared link (in web page), copy and past here.

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to import and use custom indicator?

      @slimmz Where there is a word replace with the number that corresponds with the place in input list. This indicator has 4 int, 5 bool, 1 string.

      0_1632150905774_f8c29e5c-b825-4d3b-94c5-4989d06ff95e-image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: xmas holiday - no trade filter - custom code

      @l-andorrà I use modify variables unless I don't need to see the result in a comment.

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to use this ex4?

      I put this in my indicators, don't think it has buffers, couldn't find the price in object list even though it's on screen.

      0_1632149702211_Screenshot (720).png

      posted in Questions & Answers
      jstap
      jstap
    • RE: xmas holiday - no trade filter - custom code

      @l-andorrà @PipTheRipper Not sure what I was thinking with the above picture, to get the current date into a variable it needs added to modify variables like this:

      0_1631996776520_ffc9e9d9-8720-4d69-905e-73275de4fe0e-image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: xmas holiday - no trade filter - custom code

      @l-andorrà Your welcome

      posted in Questions & Answers
      jstap
      jstap
    • RE: modife variable

      @sikerentea Hi I wouldn't have bucket of trades above comment, I would just have pass, how you had it was almost correct, you'll see in here how to do. You do know to have info in variable you need a modify variables block?

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to set EA's condition as Indicator rise > Indicator fall, and vice versa?

      @wafa This depends on what your indicator does, if you have the mq file and it stores relevent info in the buffers it's fairly simple, if not can likely be done. there is lots of info on the forum to add and use indicators, if you still struggle, ask specific questions and put the indicator file here so it can be assessed.

      posted in Questions & Answers
      jstap
      jstap
    • RE: I Want To Create A EA On Bill Williams Alligator

      @muneeb00 You treat alligator indicator the same as you treat MA's just put the condition you want ea to do something in condition block.

      posted in Questions & Answers
      jstap
      jstap
    • RE: GU34 indicator

      @msizi You need to add the indicator then get working, you can now make the strategy around.

      Have a look here on how to achieve.

      posted in General Discussions
      jstap
      jstap
    • RE: Good Day FXDREEMA, Help required Custom indicator

      @scany21Change values to this

      ![0_1631885405070_753a0853-978a-4293-8420-ce60b36f2b05-image.png](/forum/assets/uploads/files/1631885406551-753a0853-
      978a-4293-8420-ce60b36f2b05-image.png)

      Haven't tested or used a comma in between numbers but this compiles fine.0_1631885698243_e0e6e47a-efcb-404e-804e-ed96fc2b3d63-image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: Hi every one pls advice how to build EA . trade when price price 50 pips away from MA if price continues rising open 2 Nd trade when price 60 pips away from MA X 1.3 FROM 1ST ORDER WILL APRICIATE ALL REGARDS ALTAF

      @ahb Is hard to work out what the problems are, use a shared link so each block can be checked, if this is in adjust box then probably needs a space or a number or a +/- to make it work.

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to check distance between 2 running positions?

      @maledetu You will need to record the price in a variable, you have a for each trade loop but, not sure if you can select first then second. in this link text you'll see how you can achieve, I haven't tested but should work.

      posted in Questions & Answers
      jstap
      jstap
    • 1
    • 2
    • 436
    • 437
    • 438
    • 439
    • 440
    • 469
    • 470
    • 438 / 470