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 9331
    • Best 1080
    • Controversial 23
    • Groups 0

    Posts made by jstap

    • RE: Multiple trades on current candlestick

      once per bar block above your buy/sell block.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Comment block does not show the correct information on chart

      This should work, you can use close positions for different results:
      https://fxdreema.com/shared/OpaH7iYwe

      posted in Bug Reports
      jstap
      jstap
    • RE: Comment block does not show the correct information on chart

      This is a known problem with mt5, you have to use a ping block set up to mimic, set a variable to 0 - for each position - formula block to add 1 to the variable... you can use this set up for any information you need to get.

      posted in Bug Reports
      jstap
      jstap
    • RE: I am using EMA 50 as my Stop Loss

      Not easy to get pips as it changes for different assets, but high-low is the point difference. if in a condition price 1 is > price 2, - 1 from 2, or - 2 from 1, then this is the value you can use to show the distance..

      posted in Questions & Answers
      jstap
      jstap
    • RE: Calculate total TP

      create a variable - set variable to 0 - for each trade(position ( or closed if you only want closed trades)) - sum in a formula block (using in loop to the variable, this will add each trade value to the variable) - display the variable in a comment of use where needed.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Drop List Object on chart

      It is possible, but not simple, in FX you would need to use custom code. a button that flicked through and displayed the next option, that then changed a variable depending on the button place would be easiest. These are 2 links of how you could achieve, the variable can be any set to the action you want to complete. There are various ways to do it.

      MT4: https://fxdreema.com/shared/4GPgbWdAb
      MT5: https://fxdreema.com/shared/6iMlLoEkb

      posted in Questions & Answers
      jstap
      jstap
    • RE: Pending grid EA - need expert review

      You are welcome

      posted in Questions & Answers
      jstap
      jstap
    • RE: Pending grid EA - need expert review

      You need to set the variable to 0 before multiplying, otherwise the result will keep adding:

      msedge_fuaTBe0Uhh.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: Too many trades.

      Closing trade is done from a logic flow, if "this" happens close... you can open and close in 1 tree, but remove the close for now, check that EA is opening as needed, then you can add the close, change the set up and test, you will then find the setup that does what you want when you want. (you can do this on back test)

      posted in Questions & Answers
      jstap
      jstap
    • RE: Too many trades.

      It is probably as you have a close trades block on each tree, and as this is set to the opposite type it has a green light to reach on many situations, for now delete them and add the close back, maybe on a separate tree when you ensure all else is working.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Too many trades.

      This depends it is very strategy specific, you could use time to prevent, once per bar depending on TF used would restrict trades taken. Simply trade taken switch flag off, when something happens switch it on, and check before taking a trade.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Too many trades.

      Your bot runs on conditions that are often true, you need to limit this by adding/changing conditions... one way would be to add a flag that stopes trades being placed until you want them to be placed.

      posted in Questions & Answers
      jstap
      jstap
    • RE: EA closing running trades without command

      Everything looks ok, my guess is one of the pink close blocks is causing this. With so many blocks the only way to know is a process of elimination, switch all close blocks off, test, then one at a time switch them back on and test, until you find the problem, you will know where to investigate.

      posted in Questions & Answers
      jstap
      jstap
    • RE: EA closing running trades without command

      Add a shared link so we can look at the project and possible problems

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to store/save Stop loss amount of recent closed trades

      You are welcome

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to store/save Stop loss amount of recent closed trades

      Try this so always showing the result, on mt4 this will show the last trade profit:

      9242b296-c56f-4ecc-a5df-526502ad0078-msedge_1M9HyRfYRH.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to store/save Stop loss amount of recent closed trades

      Add a shared link so I can see how this is set up

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to store/save Stop loss amount of recent closed trades

      Put that variable into a comment block and see what is being returned... if trade placed is not from the same EA you are reading this value you need to select all automatic and manually placed in the group option

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to store/save Stop loss amount of recent closed trades

      Sure, like this: https://fxdreema.com/shared/ZC4X84bYb

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to store/save Stop loss amount of recent closed trades

      on trade tab - trade(position) closed set to SL - for each trade(position) set to 1 newest to oldest - modify variable (create double variable named what you want) and save the loop profit price. This will give you a variable to use for other actions.

      posted in Questions & Answers
      jstap
      jstap
    • 1
    • 2
    • 3
    • 4
    • 5
    • 466
    • 467
    • 2 / 467