fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Hiten7405
    3. Posts
    H
    • Profile
    • Following 1
    • Followers 4
    • Topics 15
    • Posts 66
    • Best 5
    • Controversial 1
    • Groups 0

    Posts made by Hiten7405

    • RE: Start time filter

      @jstap
      Thanks for replying,
      But My question is not this..
      My question is: How to change the auto start and end time?
      I want to enter the start and end time based on GMT +0.
      Exm;- Constants
      Start Hour = 00:00 (as per GMT+0)
      End Hour = 10:00 (as per GMT+0)

      If a broker's server time is GMT +2, then the EA should have a new start time (02:00) and end time (12:00). Without changing the constants.

      posted in Questions & Answers
      H
      Hiten7405
    • RE: Start time filter

      @l-andorrà said in Start time filter:

      You will need custom code to do that. No fxDreema block can do it directly. Sadly, I'm not the guy knowing that custom code, sorry.

      Thanks for replying, @l-andorrà
      if you find any answer please let me know.

      posted in Questions & Answers
      H
      Hiten7405
    • RE: Help to Convert Expert Advisors MQ4 to MQ5

      @khoshali said in Help to Convert Expert Advisors MQ4 to MQ5:

      ali.kh1353@gmail.com
      send your file
      fxcandleking@gmail.com

      posted in Questions & Answers
      H
      Hiten7405
    • Start time filter

      @fxDreema
      i want some change in start time and end time
      Constants
      Start Hour = 00:00 Time set by GMT+0
      End Hour = 10:00 Time set by GMT+0

      now check GMT+0 and broker server time,
      Formula
      gmt 0 time - broker server time = different time,
      Variables
      if different time +2, so Start Hour (00:00) +2 = start time 02:00
      and
      End Hour (10:00)+ 2 = end time 12:00

      posted in Questions & Answers
      H
      Hiten7405
    • RE: Help to Convert Expert Advisors MQ4 to MQ5

      @khoshali YES

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

      @MT4Nutzer
      It shows the high and low price between the selected candles.

      posted in Questions & Answers
      H
      Hiten7405
    • RE: Profitable test results on Falcon and Condor, and forward testing looking good

      image.png

      image.png

      image.png

      posted in General Discussions
      H
      Hiten7405
    • RE: Find the highest (or lowest) close of x bars

      @MT4Nutzer

      20f84a54-6921-4954-ba1c-8c02b811d4eb-image.png

      posted in Questions & Answers
      H
      Hiten7405
    • RE: check profit of the last trade in percent

      @MT4Nutzer
      You're welcome.

      posted in Questions & Answers
      H
      Hiten7405
    • RE: check profit of the last trade in percent

      @MT4Nutzer

      a9325c3b-8613-445b-82ee-91e90509341a-image.png

      posted in Questions & Answers
      H
      Hiten7405
    • RE: check profit of the last trade in percent

      @MT4Nutzer

      use For each Position -- Bucket of Trades

      posted in Questions & Answers
      H
      Hiten7405
    • RE: warning: expression is always false

      @MT4Nutzer

      if(MathAbs(lo) == EMPTY_VALUE)

      Change
      if(MathAbs(lo) == 0)

      posted in Questions & Answers
      H
      Hiten7405
    • RE: warning after compiling

      Change T = double

      double normalizedValue = NormalizeDouble(value, digits);

      posted in Questions & Answers
      H
      Hiten7405
    • Bug found on buy/sell stop in Expiration mode

      Bug found on buy/sell stop Expiration mode, if add Expiration time its not a delete pending order but its close open trade.....

      655555c9-f51d-45e0-8872-e73b7cfa80f2-image.png

      posted in Bug Reports
      H
      Hiten7405
    • RE: Delete Opposite Orders IN MT5

      @ambrogio Thanks for reply

      posted in Questions & Answers
      H
      Hiten7405
    • Delete Opposite Orders IN MT5

      @fx-dreema
      Hello,
      I have created an ea for mt4 and mt5 in fxdreema. both EA are same. The MT4 EA works fine. But in mt5 found the some errors.
      The EA's work is on buy stops and sell stops. If a buy position is created, delete the sell stop. If a sell position is created, delete buy stop. But it doesn't work.
      Often even trailing stops don't work.

      cae2399f-9c8f-4a78-ba62-739153cf74a0-image.png

      posted in Questions & Answers
      H
      Hiten7405
    • RE: indicator could not load mt5 backtest

      Hi
      indicator copy paste Oscillators to Indicator folder

      posted in Questions & Answers
      H
      Hiten7405
    • check day closed trade

      @jstap
      f514d948-ab25-4d97-9f11-eb2b2252e1da-image.png

      check day closed trade profit is more than 5$(4+8+12=24), so close oldest trade(1).
      again check closed trade profit (4+8+12-8=16). its more than 5$, so close oldest trade(2).
      again check closed trade profit (4+8+12-8-7=9). its more than 5$, so close oldest trade(3).
      again check closed trade profit (4+8+12-8-7-5=4). its lower than 5$, so wait for new trade,,,,,,

      posted in Questions & Answers
      H
      Hiten7405
    • RE: SMART MONEY CANT RUN

      @justgod2000
      https://fxdreema.com/shared/LUWKYdIyb
      Try this
      6 Block = int B, bodysize1, bodysize2, bodysize3;
      B_Body_Size_all=(B-bodysize1+B-bodysize2+B-bodysize3);
      12 Block = int S, bodysize1, bodysize2, bodysize3;
      S_Bodysize_all=(S-bodysize1+S-bodysize2+S-bodysize3);

      posted in Questions & Answers
      H
      Hiten7405
    • RE: Close Oldest one trade if close newest trade in profit

      @l-andorrà @fxDreema
      Yes, They are to close in less time than the old ones.
      its close by trailing setting, if trade count more than five.
      check day closed trade profit and close old trade.

      posted in Questions & Answers
      H
      Hiten7405
    • 1
    • 2
    • 3
    • 4
    • 2 / 4