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

    Posts made by jstap

    • RE: Custom lot size mis matching

      Nor do I, but the only way of possibly understanding it to see the shared link, if you want create a small test project, and share that.

      posted in Questions & Answers
      jstap
      jstap
    • RE: how to add X grid trades after N pips drawdown

      Pink blocks work in 2's, you need a for each block first, the picture is a basic idea of how to achieve this...
      70a3932e-ece1-4218-9c8e-7c2b8ec4d639-msedge_WLkN9golRb.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: Custom lot size mis matching

      Show your project link, so we can see what you are doing/trying to do.

      posted in Questions & Answers
      jstap
      jstap
    • RE: "How to change lot size per weekday in FXDreema without day of week option?"

      Mimic this for all 5 days:
      msedge_M8V2wKXNTS.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: mql4 to mql5 convertion problem

      What do you mean by indicator?

      posted in Questions & Answers
      jstap
      jstap
    • RE: "How to change lot size per weekday in FXDreema without day of week option?"

      2 blocks for every day, weekday = x.xx, change variable to x.xx, change the same variable every day, and use this variable in the lot size section of relevant blocks

      posted in Questions & Answers
      jstap
      jstap
    • RE: Eliminar ordenes pendientes

      @nitro88 👍

      posted in Questions & Answers
      jstap
      jstap
    • RE: Eliminar ordenes pendientes

      On trade you have to start your tree with a (on trade specific) trade closed, this is the block (line of code) that activates all the blocks (code) you have on trade:
      msedge_ygtcf5knlz.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: Getting few bool values from custom block

      Ask AI (something like chat GPT), the settings are whatever tab you are using on in this case it will be on tick, global variables are likely correct (but AI may add or remove), then there's the custom functions section, you may not need to add anything here, let AI decide, the first line in settings needs to call the custom function (if ones used by using the name (the first line) of the function, Say all this to AI, give it your code and the sections it's in, it will then advise changes, then test what it gives you, any compile errors you get on the the used project will tell you and AI where the problems lye, anything can be used in custom block code that you have change in inputs, the code just needs to reference it. GlobalVariableGet() for example will get the value from anything the custom block has set.

      posted in Questions & Answers
      jstap
      jstap
    • RE: What does the EA remember when restarting MT4/5?

      They are not always removed, but at times I have restarted computer, loaded MT and line's etc have been missing.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Trail Stop Help

      The link is for the builder page, not your project. You want to use pink blocks, for each trade - modify stops

      posted in Questions & Answers
      jstap
      jstap
    • RE: Lots Limited by % of Balance - American NQ market

      It has been noticed before that the % number used in this needs to be a lot bigger than expected, try 1000 and see what happens

      posted in Questions & Answers
      jstap
      jstap
    • RE: Placing Pending Orders on WRONG VALUES

      Maybe, not the 1st time GMT time doesn't appear to work correctly. If you use meta trader code it will probably work (I use server and just change the input time to match). On mt4 GMT in backtest uses server time.

      posted in Questions & Answers
      jstap
      jstap
    • RE: find Candel Full

      Or you could use soincle candle template and minimise wick size by %

      258664b8-4603-4e70-8755-02130d0e16cf-msedge_yYYJy0n87b.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: What does the EA remember when restarting MT4/5?

      Or just draw the line in your EA before using, generally using the price rather than a visible object makes more sense, but these will be deleted when closing terminal/removing EA from chart, so a global variable would need to be used, you could then use this price to draw the line.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Want to create a custom indocator based on fxdreema EA logic

      yes you import the MQ file and all buffers are added, import the EX file and you have to manually add things, like buffers, on your project page you have the my indicators tab, to check it has relevant buffers open the data window on your terminal.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Want to create a custom indocator based on fxdreema EA logic

      You can use code in a custom code block, or you could create a custom block, this is hard work though, pass the code to AI (chat gpt/deepseek) and say what you would like to do with it, try custom code first, then if needed try creating a custom block.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Large Trade - Trade Results Questions In Backtest

      Not sure, only thing I can suggest is set levels to a set amount of pips, check the values and the distance on backtest, ctrl will give you the cross hair to drag between levels. Personally I would use a process of elimination, so remove blocks/what a block s doing and see if problem disappears, then I know where it is and what to test to fix.

      posted in Questions & Answers
      jstap
      jstap
    • RE: What does the EA remember when restarting MT4/5?

      None will, blocks that do the calculation there and then don't need to, other than that only something that saves data to a global (terminal) variable can remember.

      posted in Questions & Answers
      jstap
      jstap
    • 1
    • 2
    • 18
    • 19
    • 20
    • 21
    • 22
    • 468
    • 469
    • 20 / 469