fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. sktsec
    3. Best
    S
    • Profile
    • Following 8
    • Followers 8
    • Topics 8
    • Posts 808
    • Best 72
    • Controversial 1
    • Groups 0

    Best posts made by sktsec

    • RE: Please how to find the day of month

      @Julianrob
      Add a condition: day_of_month!=19

      posted in Questions & Answers
      S
      sktsec
    • RE: Odd and Even Numbers

      MathMod(x, 2) == 1
      MathMod(x, 2) == 0

      First one is odd, second is even

      posted in Questions & Answers
      S
      sktsec
    • RE: warning: expression is always false

      Don't worry. It happens quite often.

      posted in Questions & Answers
      S
      sktsec
    • RE: Random number generator between 1 and 2

      1 + MathMod(MathRand(), 2)

      posted in Questions & Answers
      S
      sktsec
    • RE: Find the highest (or lowest) close of x bars

      @MT4Nutzer
      Initiate then use the loop block and a condition block.

      Suppose x is the result

      Initiate x (such as close of the start candle)
      Loop n times for the candles
      Use condition block to compare x and close
      save any new value to x

      [Amended: loop n times not x times]

      posted in Questions & Answers
      S
      sktsec
    • RE: Find the highest (or lowest) close of x bars

      @MT4Nutzer

      Try this

      https://fxdreema.com/shared/cKDDvcRye

      capture_001_21012025_003318.png

      posted in Questions & Answers
      S
      sktsec
    • RE: Find the highest (or lowest) close of x bars

      result: The highest closest in recent nBars (including current Candle: ID0)

      nBars : Input number of bars
      loopID: Before the loop -1. +1 for every loop. i.e. loop start from Candle 0
      provisionalResult: Highest close in looping process

      posted in Questions & Answers
      S
      sktsec
    • RE: Find the highest (or lowest) close of x bars

      So you only need 2 blocks to get your result.

      You can customize the starting Candle ID. But remember to set the looping candle ID be startCandleID -1 before entering the loop

      posted in Questions & Answers
      S
      sktsec
    • RE: Find the highest (or lowest) close of x bars

      This is the case for highest. For the lowest, remember to set the initial value of the provsionalResult to a large number, say, 99999999. (of course, you would modify the condition block as well)

      Sure you can add a block to initiate this variable to the value of starting Candle close. That is up to your preference.

      posted in Questions & Answers
      S
      sktsec
    • RE: dublicate roboto dv

      @faisalfiaz2002
      Dark Venus. No need to duplicate unless one want to clone it and sell it.

      It is free and just another Martingale. No magic

      posted in Questions & Answers
      S
      sktsec
    • RE: hi guys. the EAs I created using FXdreema work well under Every Tick while testing however it performs badly on 'Every Tick based on Real Ticks'. How can I set my EA to perform only on 'Every Tick' rather than the other failing one.

      Maybe you can modify your algo to trade only at candle start.

      posted in Questions & Answers
      S
      sktsec
    • RE: Hi, I am using built 1440 and still found Ordersend error 138. Anyone know how to fix it? Thanks.

      Are you using Windows 10 rather than Windows 11 ?

      posted in Questions & Answers
      S
      sktsec
    • RE: EA Trades Volatility index

      @jpsam
      FxDreema EA, like any other EA, is supposed to work on any chart which the EA is put on.

      Does the index you mentioned can be shown on a chart ?

      posted in Questions & Answers
      S
      sktsec
    • RE: HOW TO USE MOVING AVARAGE OF ACCUMLATION DISTRIBUTION ?

      @bacharchoura1
      Just use it as custom indicator

      posted in Questions & Answers
      S
      sktsec
    • RE: I want close my trade n bar later

      There is an expiration option in buy/sell block. See if that can help

      posted in Questions & Answers
      S
      sktsec
    • RE: How to open multiple "buy now" trades

      Use the loop block

      posted in Questions & Answers
      S
      sktsec
    • RE: Need reference for draw on liquidity

      You need the indicator for your concept of "Draw on Liquidity". The fxDreema block is ready to set the SL / TP at custom indicator level

      posted in Questions & Answers
      S
      sktsec
    • RE: Error recessing indicator in EA. #resource

      It seems :
      Indicator -> Indicators

      Maybe check the journals for any other error

      posted in Questions & Answers
      S
      sktsec
    • RE: How to make my bot to take just a position

      Try
      after buy trade: disable buy trade block and enable sell trade block.
      after sell trade: disable sell trade block and enable buy trade block

      posted in Questions & Answers
      S
      sktsec
    • RE: indicator to ea

      Try
      after buy trade: disable buy trade block and enable sell trade block.
      after sell trade: disable sell trade block and enable buy trade block

      posted in Questions & Answers
      S
      sktsec
    • 1
    • 2
    • 3
    • 4
    • 3 / 4