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 9375
    • Best 1086
    • Controversial 23
    • Groups 0

    Best posts made by jstap

    • RE: Trailing SL after specific point

      Use BE for first move, use either trail with a step, or for each trade-pips away-modify stops.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Using a Delay Function in the MT5 Tester

      Backtest uses server time, not tested MT5 but should work the same as MT4:

      MT4 https://fxdreema.com/shared/4cQR6lW9c
      MT5 https://fxdreema.com/shared/IwxuA3zKd

      hope this helps

      posted in Questions & Answers
      jstap
      jstap
    • RE: Create EA to fight broker manipulation????

      Banks manipulation is in the 100's of millions of $'s range, not very common (if ever) for a retail trader, Keeping customers is more important than losing them.

      posted in Questions & Answers
      jstap
      jstap
    • RE: drop down menu

      @traderthomas Create a enum list: https://fxdreema.com/shared/xUrWRtECb
      0_1673605723589_aa58dd71-3cf3-4a2f-9ec9-1eef604dae28-image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: Change ENUM Parrametter for ex4 file

      That is an int value, just put 1 while adding the indicator in FX

      posted in Questions & Answers
      jstap
      jstap
    • RE: Set EA to create multiple groups?

      You would have to use a loop & pass block and a variable to add 1 to the variable every iteration, use the variable in the buy/sell block, and then reset when enough trades have been placed. Probably better to T off with multiple buy/sell blocks.

      posted in Questions & Answers
      jstap
      jstap
    • RE: enum yes or no

      Most likely, although some words won't work. This is more than you need, but should show you how: https://fxdreema.com/shared/yeSPn6oYb

      posted in Questions & Answers
      jstap
      jstap
    • RE: πŸš€ Maximize Your EAs with fxDreema: Open Q&A Session πŸš€

      15 years of programming experience, yet you use FXDreema... really? Your picture above looks like it's showing a martingale equity drawdown, and any experienced trader would know this is bad. Good luck with this, but I for 1 do not think this is worth people's time.

      posted in Questions & Answers
      jstap
      jstap
    • RE: convert price fraction to pips?

      This is how to convert ATR into pips (ATR is a price fraction), replace ATR with your variable and you should get the pips.: https://fxdreema.com/shared/BzQ9qPRve

      posted in Questions & Answers
      jstap
      jstap
    • RE: no trade nearby

      You could possibly use pink blocks to get the open value, and then check how far away it is, but this might be worse.

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to identify highs and lows

      You could try new top/bottom in trend.
      image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: EA by High Low daily touch line and open trade

      Try this, but you need a value from the line for it to work:
      image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: Template not working

      Template doesn't work on backtest, but on MT4 if you save the template on your terminal with the same name as the EA it will automatically load on backtest. I am not sure about MT5

      posted in Questions & Answers
      jstap
      jstap
    • RE: building a mobile robot

      You can't create a mobile EA, you can create to work on a pc, so by running it on a VPS then using a mobile to watch what's happening.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Please add menu for Project "Save as"

      It would be easier to have a copy function, but importing a copy only requires a couple of mouse clicks.

      posted in Questions & Answers
      jstap
      jstap
    • RE: virtual stop line from chart after trade

      on trade tab - purple trade closed block - delete line block

      posted in Questions & Answers
      jstap
      jstap
    • RE: Checking recent candles

      This will check the last number of candles chosen in the inputs, and print in variable/comment the largest, it works on total candle size, if you want body High - Low would need changed to Open - Close. Should do what you want, for example, variable == 1 would give you the signal for 1 being the biggest: https://fxdreema.com/shared/t0H77rtkd

      posted in Questions & Answers
      jstap
      jstap
    • RE: Calculated lot size in comment on chart before open

      @MT4Nutzer This is possible, Roar showed me ths a long time ago, it is about getting the code from the MQ file, changing it slightly, then displaying on chart. Not a trivial thing to do, and I am unsure where to start.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Delete Stop Loss

      Set the price to 0, not the pips

      posted in Questions & Answers
      jstap
      jstap
    • RE: select open order farthest away

      This should do it, but you'll have to switch the flag on/off when you want this to be closing a trade. This is the logic it's using:

      checks a flag to see if starting the loop trees is allowed - takes the open price of the latest trade and works out it's distance in points from the current ask price - sets the flag to false to stop a new tick from starting the loops again - loops through every running trade, gets it's distance from the ask price and if it's larger than last saved it saves it into a variable - starts the last loop and compares all trade distance until it finds the biggest, closes the trade and sets the flag to true (this starts the loops again so will close the next farthest away trade, so ensure flags are switched on/off as necessary).

      Test and let me know if it's doing as required, where it closes you can replace with whatever you want to do with the selected trade: https://fxdreema.com/shared/HR92Ux2Nd

      posted in Questions & Answers
      jstap
      jstap
    • 1
    • 2
    • 3
    • 4
    • 5
    • 54
    • 55
    • 3 / 55