fxDreema

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

    Best posts made by jstap

    • RE: price open trade

      pink blocks, for each trade - if you want the price in a variable, modify variable (in loop) trade/order in loop (using this principle, you can get and use this value in many ways)

      posted in General Discussions
      jstap
      jstap
    • RE: Help Please !

      @thilili23 If lines are named then you you could set a flag for 1st line being touched, and then in tree check flag, in condition candle closes under line, reset the flag under buy/sell.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Help for automating my strategy

      I was talking about this: https://fxdreema.com/instructions

      I regularly sell books from Amazon around the word so am unsure why this would be.

      posted in Tutorials by Users
      jstap
      jstap
    • RE: WHY IS RSIOMA EA FAILING TO OPEN POSITIONS

      Start by stripping out the close, get it doing the basics first. Personally, I would set up a 2 block project just to get 1 thing working, have you got values in the data window?

      posted in General Discussions
      jstap
      jstap
    • RE: Triple exponential average oscillator cross over 0 not working at all

      @zhahz In this link you'll see what I did to test if we have an above & below 0, for it to determine if it's <> 0 means the same logic can be used to place a trade. Have a look and see if you can get it working in your project, if not let me know and I'll see what is happening

      posted in Questions & Answers
      jstap
      jstap
    • RE: Save variables/constants if terminal closes/crashes

      If the value changes the global is updated, this way if the value is changed at any time the latest value is saved, so if the platform crashes and deinit isn't activated, the value is already saved.

      posted in Tutorials by Users
      jstap
      jstap
    • RE: WHY IS RSIOMA EA FAILING TO OPEN POSITIONS

      Not interested in telegram, I will gladly help you here but you have to show intent with showing the problems so I can help

      posted in General Discussions
      jstap
      jstap
    • RE: Triple exponential average oscillator cross over 0 not working at all

      @ZhAhZ I am quite selective on using cross, on this I would use above > or below <, although the line goes from one side and crosses to the other, I would just use < or >, if you look in the link I posted this is the condition I used, also doesn't wait for this to happen on previous candle or check the width for condition do happen, so is all about what works best and what suites your condition best.

      As people have said what you are doing should work, on your picture triple is on 0.0, this says that that the indicator is not working for your conditions, if you click the link I put then press ex5 you will get that ea so you can test and see working, if you then press mq5 and import back into dreema you will have the project to copy or amend.

      posted in Questions & Answers
      jstap
      jstap
    • Correct ID numbers

      In this project is how to draw 2 lines, and when the top is dragged the bottom line moves to match, and the relevant candle ID is put in a variable.

      This also shows how important block IDs can be, if you run this on backtest you will see that when correct ID numbers are set to false the line is drawn on 0 and cannot be dragged, but when set to true the line can be moved, and the candle ID changes, this also highlights that lower number actions will react quicker to higher numbers. (your terminal will loop through numbers starting with the lowest, meaning that whatever action comes first, will happen first)

      https://fxdreema.com/shared/fYZsfE2Kd

      posted in Tutorials by Users
      jstap
      jstap
    • RE: Convert MT4 to MT5 or build from MT5?

      Create a fresh version, you can convert but blocks that have position in them are MT5, so any blocks created on MT4 without need replacing.

      posted in General Discussions
      jstap
      jstap
    • RE: Condition for "when trade closed is a losing trade"

      @xlestergg Yes that's what I mean, you are welcome

      posted in Questions & Answers
      jstap
      jstap
    • RE: ATR value to Pips - Tutorial

      The picture was from that link, otherwise just write the word else in the code.

      posted in Tutorials by Users
      jstap
      jstap
    • RE: Buy-Sell when arrow of the indicator appears

      Half trend is a version of super trend can be inaccurate. Check that in the data window you have a value for the arrows, then check if by setting up a small test project, if you can draw an arrow on chart in backtest when a indicator arrow appears.

      posted in General Discussions
      jstap
      jstap
    • RE: Problem detecting last candle signal on custom indicator.

      @maledetu Try using the yellow indicator appear block instead of condition, if you only want 1 trade at a time replace the one per bar block with a blue no position block.

      posted in Questions & Answers
      jstap
      jstap
    • RE: May I ask how to set the quantity of the order warehouse to 1? From 0 to 1, then close the position from 1 to 0, and then continue placing orders from 0 to 1, always keeping the maximum order quantity at 1. How to set it? thank you Thank you.

      @ddz111 It covers everything from the beginning. It will show you how to go from basic to advanced and give you an understanding of why things are set up the way they are.

      posted in Tutorials by Users
      jstap
      jstap
    • RE: How to set up multi-strategy combination EA? Is there a template? Thank you for providing it.

      There is no template, it is all about using a different set of blocks with a different group number for each set of strategy blocks

      posted in General Discussions
      jstap
      jstap
    • RE: I Want To Set A Conditional Stop Loss

      @muneeb00 I have never used heikin ashi but it is probably because you needed 2 separate trees, those colour blue blocks need to be separate to each other.

      0_1630945460137_e50faf88-4a0f-498f-b6b2-65cb4cbbbe59-image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: Close All MT5 trades quickly

      @XDV You can find that here: https://fxdreema.com/forum/topic/19004/help-custom-mql-code?_=1718300737685

      posted in Tutorials by Users
      jstap
      jstap
    • RE: Help with adding an input of "Applied Price" to "WILLIAM PERCENTAGE RANGE INDICATOR"

      He means you will have to create of find the indicator else where

      posted in General Discussions
      jstap
      jstap
    • RE: I Want To Set A Conditional Stop Loss

      @muneeb00 What question are you referring to? I you are talking about sells just do the same as the buys but use sell block and opposite conditions.

      posted in Questions & Answers
      jstap
      jstap
    • 1
    • 2
    • 7
    • 8
    • 9
    • 10
    • 11
    • 53
    • 54
    • 9 / 54