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

    Posts made by jstap

    • RE: Check How many Bars Passed

      when x> happens start counting, modify variable (one you have created) to 0, then once per bar add 1 to the variable, this will hold and update how many candles back when the cross happened.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Check How many Bars Passed

      When the cross happens count to candle ID's from that point, then check if < 10 now

      posted in Questions & Answers
      jstap
      jstap
    • RE: Draw Line on Oscillators

      In a way using time is quite easy - was value < or > this on this candle, choose the candle by time.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Yellow Dot Clarification

      Yes generally is if true use orange, if false use yellow.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Draw Line on Oscillators

      Mt4: https://fxdreema.com/shared/2lNuitAH
      MT5: https://fxdreema.com/shared/HBzYhCO3

      Think you probably want something (like place a trade), to happen on your main chart when something happens... Place the indicator on the chart while testing

      posted in Questions & Answers
      jstap
      jstap
    • RE: Draw Line on Oscillators

      You can draw in the indicator window, and you can get the current value or shift it by candle ID, decide which one and Ill show you what to do, so you will know how to work with others.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Draw Line on Oscillators

      yes, but what Oscillators?

      posted in Questions & Answers
      jstap
      jstap
    • RE: MT5 Bucket of Closed Profits

      Buckets seem to fail in MT5, you will have to create using pink blocks.

      posted in Questions & Answers
      jstap
      jstap
    • RE: price value of horizontal line into a variable

      so what's the name in the object list?

      posted in Questions & Answers
      jstap
      jstap
    • RE: price value of horizontal line into a variable

      when you click on the object does it daw the line? Look in your object list, probably adding a number to the end, so object on chart won't fine it.

      posted in Questions & Answers
      jstap
      jstap
    • RE: price value of horizontal line into a variable

      It does I have done this many times for years, add a shared link to look at.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Constant font size

      I know in MT code it would work, FX must be doing something different behind the scenes

      posted in Questions & Answers
      jstap
      jstap
    • RE: Constant font size

      I think you are right in doing it in description, according to chatgpt:
      input int SessionStartHour = 0; // *** Gold Star: Session Start Hour ***
      input int SessionEndHour = 24; // *** Gold Star: Session End Hour ***
      input int LookbackBars = 20; // *** Gold Star: Lookback Bars for High/Low ***

      posted in Questions & Answers
      jstap
      jstap
    • RE: Constant font size

      Putting three * * * without the spaces may do it, the bold text above was created with *'s added either side on normal text

      posted in Questions & Answers
      jstap
      jstap
    • RE: Constant font size

      O I see, I do not know how you would do that in FX the heading text ETC is a string but I do not know how to bold it

      posted in Questions & Answers
      jstap
      jstap
    • RE: Constant font size

      Arial Black - Write this in the font box.

      posted in Questions & Answers
      jstap
      jstap
    • RE: stoploss problem in the 6th trade/transaction.

      As you know it shouldn't do this, add a shared like to look at (is a lot easier than looking at pictures), and I'll try and see the problem.

      posted in Questions & Answers
      jstap
      jstap
    • RE: variable lot no work

      Time is a little different, you can see how to optimise in here: https://fxdreema.com/forum/topic/19545/create-time-stamp-for-optimisation/10

      posted in Questions & Answers
      jstap
      jstap
    • RE: how to create a variable for fibonacci levels so thati can optimize my ea?

      @bacharchoura1 👍

      posted in Questions & Answers
      jstap
      jstap
    • RE: how to create a variable for fibonacci levels so thati can optimize my ea?

      This should do it, use this wherever you currently use the FIB block, the custom code can go anywhere just make sure it is connected to another block, or under a pass. you can then optimise each constant leaving the variable with the different levels each pass:
      https://fxdreema.com/shared/fmwHC8Pid

      posted in Questions & Answers
      jstap
      jstap
    • 1
    • 2
    • 11
    • 12
    • 13
    • 14
    • 15
    • 468
    • 469
    • 13 / 469