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: Custom Indicator

      @abbas25 Yes but a custom indicator that is causing errors, if it doesn't for me you have done something wrong, if it does then there is likely nothing that can be done, your choice.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Why does the boolean block not open the sell order in the EA below

      @od Boolean is true or false, i assume that variable is a double, your condition is always correct because they both get the same value.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Why does the boolean block not open the sell order in the EA below

      @od What boolean block?

      posted in Questions & Answers
      jstap
      jstap
    • RE: Block that opens an operation by copying another

      @rodrigo-ortuzar You have nothing placing a buy or sell? on trade is used for purple blocks otherwise use on tick.

      posted in Questions & Answers
      jstap
      jstap
    • RE: I need to create a counter on the chart that counts all my trades.

      @dazmed9 No worries, when you reply to a person reply to their last post, notifies them so post doesn't get lost.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Entry trade at MA crossover: function not reliable?

      @e-so Put a shared project here, have used many times and always works as expected.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Block that opens an operation by copying another

      @rodrigo-ortuzar This is how to get the information.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Block that opens an operation by copying another

      @rodrigo-ortuzar It's because this is MT5, for each position = for each trade, rest should be the same.

      Do you know how to add and use variables?

      posted in Questions & Answers
      jstap
      jstap
    • RE: Block that opens an operation by copying another

      @rodrigo-ortuzar Pink for each trade block--modify variables block with what you want to copy--your condition to place new trade and the used variables in the buy/sell blocks.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Best practices to improve EA speed (Backtesting)

      @trdjb3 Your first picture: I assume there similar but the bool flag may use less code so maybe quicker, every tick the blocks run so the flag may only have 1 line NAME==true/false.

      Your second picture probably the one with the close block, the other has to turn on another block which then runs another another 2.

      As a general rule the fewer blocks the quicker, every block adds lines to the code, the more lines the slower.
      If you back test on control points you cannot rely on results but for testing before a final run you'll save lots of time.

      posted in General Discussions
      jstap
      jstap
    • RE: Block that opens an operation by copying another

      @rodrigo-ortuzar Am unsure what exactly you need but, a condition block will check 2 values, you need a variable to save/change values when something happens.

      posted in Questions & Answers
      jstap
      jstap
    • RE: repeat this block using another timeframe

      @mcarl42 You select different TF's on each option and this creates a loop that changes all connected blocks beneath to the other timeframes, a diffract one for every loop.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Custom Indicator

      @abbas25 Put the indicator here and I'll have a look.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Formula for specific candles like Doji, Marubozu etc

      @gtoat777 Use single candle template, set the percentages that you would count as good.

      posted in Questions & Answers
      jstap
      jstap
    • RE: block triggered stays active ?

      @mcarl42 Count 1 minute candles, switch block off at 60.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Entry trade at MA crossover: function not reliable?

      @e-so Try changing candle close to high, candle 0 closes at the point it becomes 1.

      posted in Questions & Answers
      jstap
      jstap
    • RE: I need to create a counter on the chart that counts all my trades.

      @dazmed9 Only works in the on trade tab

      posted in Questions & Answers
      jstap
      jstap
    • RE: Get a part of description only (object list)

      @ambrogio Your welcome

      posted in Questions & Answers
      jstap
      jstap
    • RE: I need to create a counter on the chart that counts all my trades.

      @dazmed9 I mean this: 0_1648680823580_ff8eedde-9cfc-4b85-8cad-ab6cd9bd4308-image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: Get a part of description only (object list)

      @ambrogio Create 2 variables, put the object on chart into variable a then use this code:

      variable b=StringSubstr(variable a,0,3);

      posted in Questions & Answers
      jstap
      jstap
    • 1
    • 2
    • 358
    • 359
    • 360
    • 361
    • 362
    • 469
    • 470
    • 360 / 470