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

    Posts made by jstap

    • RE: Buttons Not showing

      I use buttons all the time, if it's not showing there must be something wrong if you add a shared link the reason why can be seen

      posted in Questions & Answers
      jstap
      jstap
    • RE: profit prevous day then...

      I haven't tested but this should do as you want: https://fxdreema.com/shared/FeiPkW9ae

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to Add Output Variable in Custom Blocks?

      It is quite advanced to create blocks in Custom Studio, if I do this I use Chat GPT to create the necessary code, in this post it will say what you need to do, you can pretty much copy and paste my post into ChatGPT and tell it what you are doing, compile the code in FX (maybe a few times with corrections (you can ask ChatGPT to correct)). This was the post: https://fxdreema.com/forum/topic/21088/custom-function

      posted in Questions & Answers
      jstap
      jstap
    • RE: BUY AND AT EACH GRID LEVEL

      You won't get much help with such limited information

      posted in Questions & Answers
      jstap
      jstap
    • RE: I need some help.

      Find which block is causing the trouble, is probably the once per day, try linking out to test, then maybe use a once per (daily) bar.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Countif

      You could ask Chat GPT, it might give you some useable code

      posted in Questions & Answers
      jstap
      jstap
    • RE: Candle crosses EMA to closed

      Would be something like this: https://fxdreema.com/shared/2T9kwOnS

      posted in Questions & Answers
      jstap
      jstap
    • RE: Candle crosses EMA to closed

      Terminal variables are stored on your computer, so switching or restarting shouldn't delete the value. In fact, the normal point is to make variables safer in case of a crash/restart

      posted in Questions & Answers
      jstap
      jstap
    • RE: Countif

      I have not tested but this should do it: https://fxdreema.com/shared/o101V64rb

      posted in Questions & Answers
      jstap
      jstap
    • RE: One trade per condition meet

      If within 1 candle once per bar, if not use a flag to allow/disallow trading, just make sure it gets reset

      posted in Questions & Answers
      jstap
      jstap
    • RE: highest Price from range

      No it gets the highest price of the candle (the wick).

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to code condition block for change % of an indicator

      You will need to get the value at a given place, by doing this:

      // Define two numbers
      num1 = 50;
      num2 = 70;

      // Calculate the absolute difference
      double absoluteDifference = MathAbs(num1 - num2);

      // Calculate the percentage difference relative to num1 (or you could use num2 or average)
      percentageDifference = (absoluteDifference / num1) * 100;

      Num1 and num2 are the 2 indicator values, you will need to create the variable to save the result.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Buy and Sell Alternately

      Flags are easiest to understand, above buy/sell check the flag, in a separate tree set the flag true, and in another tree set the flag false. What you use to set the flag is whatever make a trade make sense. Once you have this together you can add a shared link and say what's mot working as expected.

      posted in Questions & Answers
      jstap
      jstap
    • RE: HELP GUYS! Can someone walk me through how to change the name printed on my EA screen to my desired name anytime i trade i brings the sellers name

      Under the buy/sell block use a orange draw text block

      posted in Questions & Answers
      jstap
      jstap
    • RE: I m recieving the below warning how can i fix this??

      Long is just a long int, if it's just a warning not an error I wouldn't worry about it

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to Use GMT

      This depends on how you are using it, if using GMT and a set time use a later time

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to Use GMT

      GMT is in every block

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to Add Output Variable in Custom Blocks?

      Yes you can add variables/constants to either of these boxes

      posted in Questions & Answers
      jstap
      jstap
    • RE: EA works with some brokers and not others?

      Not that I know of, maybe seeing the project may show something, but I doubt it...

      posted in Questions & Answers
      jstap
      jstap
    • 1
    • 2
    • 88
    • 89
    • 90
    • 91
    • 92
    • 469
    • 470
    • 90 / 470