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: Counting of winning and losing positions.

      @ladydolares Last closed

      posted in Questions & Answers
      jstap
      jstap
    • RE: Counting of winning and losing positions.

      @ontradingx To be honest I do not know if this is possible but, I use a what is in this picture:
      0_1628163289396_Screenshot (526).png
      Hope this helps

      posted in Questions & Answers
      jstap
      jstap
    • RE: What am I missing with ENUM variables for MT5?

      @l-andorrà Although this is a good question when time frames are selected using the enum method the EA can optimise all, I have never used the number method except for start/finish time but if you use this as custom code I think it would work:

      if((Ma_Method = 1) {Value = "MODE_SMA";}
      if((Ma_Method = 2) {Value = "MODE_SMMA";}
      if((Ma_Method = 3) {Value = "MODE_EMA";}
      if((Ma_Method = 4) {Value = "MODE_LWMA";}

      posted in Questions & Answers
      jstap
      jstap
    • RE: Trailing Stop to Breakeven

      @didymario7 Your welcome, I have it => just to make sure there is a small profit rather than a small loss, glad I could help.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Is there a way to reset Turn on / off blocks

      @saeed-2 Not that I know of.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Trailing Stop to Breakeven

      @didymario7 This is something I do regularly, in this link you can see how I do this.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Is there a way to reset Turn on / off blocks

      @saeed-2 Without seeing your project it's hard to say but, 1 off/on block can turn off/on many blocks by comma separating the id numbers.

      posted in Questions & Answers
      jstap
      jstap
    • RE: how to trail TP and SL same time

      On the pink blocks you can have 1 for SL, underneath 1 for TP, the one under will only move if top has activated and moved stop.

      posted in Questions & Answers
      jstap
      jstap
    • RE: What am I missing with ENUM variables for MT5?

      @l-andorrà said in What am I missing with ENUM variables for MT5?:

      ENUM_MA_METHOD

      If you add to a constant/variable what's in this picture:

      0_1628092278724_Screenshot (525).png

      Then you get these options in inputs:

      0_1628092209055_Screenshot (524).png

      Ignore MT4, MT5 is busy optimising.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Buy a EUR pair when Conditions are met from three Pairs

      @mohamed80 I put a value in a cell, I then use a formula to sort the cell in next row, when I have the next row with all the correct formulas, I drag/autofill down, this gives me all required data, I then copy the range of cells, paste into custom code in FXDreema, all data is in normal row format so ready to use.

      posted in General Discussions
      jstap
      jstap
    • RE: check distance module

      @piptheripper Don't worry about it, we all have these moments and there is lots of options in FX to deal with. Glad I helped

      posted in Questions & Answers
      jstap
      jstap
    • RE: how to trail TP and SL same time

      @ideal seb 0 is correct, is pointless to trail TP as you will never hit it, in here link text you can see how to do it but you will need other conditions to stop it moving.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Draw a signal

      You can assign a set of conditions to draw an arrow, as you have alluded you can draw a button to do what ever you would like, if you search the forum you will find lots of information on how to achieve this, EA will only buy sell when conditions lead to buy/sell block.

      posted in Tutorials by Users
      jstap
      jstap
    • RE: Buy a EUR pair when Conditions are met from three Pairs

      @mohamed80 To be honest I am unsure, what I do know though is a variable has to be in the list otherwise it will throw errors. I came from an excel back ground, a lot is very similar, if I have lots to add to code, rather than typing it all, I use excel to compile using formulas before copy/paste.

      posted in General Discussions
      jstap
      jstap
    • RE: check distance module

      @piptheripper that is correct, just add a false flag from the yellow check distance, this will stop trades when incorrect distance, but allow when correct.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Is there a way to reset Turn on / off blocks

      @saeed-2 No it will lengthen it, if EA is doing all for resetting then it will happen in less than a second, even if EA was to remove then reinsert it would take longer.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Buy a EUR pair when Conditions are met from three Pairs

      @mohamed80 link text Look in the custom code of this link, I think what you need is there. If what yon need is in a variable/constant then calculate these not just numbers.

      posted in General Discussions
      jstap
      jstap
    • RE: check distance module

      @piptheripper Personally I find using blue blocks above blue blocks doesn't work too well. Put the second blue blocks separate and put a set flag true under orange, put a set flag false under yellow, put a check flag true above buy/sell and all should work.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Buy a EUR pair when Conditions are met from three Pairs

      @mohamed80 I am a little lost with what you would like to achieve, if you look in the link link text you will see how to return the current symbol, the first 3 letters and the last 3. there are ways you can type letters on screen and use this to do something, is quite advanced though. Ignore that I've done it on MT4, is all I have free, should work on MT5 the same.

      posted in General Discussions
      jstap
      jstap
    • RE: Buy a EUR pair when Conditions are met from three Pairs

      @mohamed80 Although this is not the prettiest you can generate more variables, in the more settings option set the timeframe and use in custom code like you did above.

      posted in General Discussions
      jstap
      jstap
    • 1
    • 2
    • 456
    • 457
    • 458
    • 459
    • 460
    • 469
    • 470
    • 458 / 470