fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. khalids222
    3. Posts
    • Profile
    • Following 3
    • Followers 6
    • Topics 108
    • Posts 567
    • Best 9
    • Controversial 2
    • Groups 0

    Posts made by khalids222

    • RE: Are the conditions and logic here correct?

      @roar This solves all the problems, thank you very much
      But does this also apply to indicators or candles only?

      posted in Questions & Answers
      khalids222
      khalids222
    • RE: Are the conditions and logic here correct?

      0_1583784316149_CURRENT MACD.jpg

      posted in Questions & Answers
      khalids222
      khalids222
    • RE: Are the conditions and logic here correct?

      @l-andorrà said in Are the conditions and logic here correct?:

      I'm not an expert at indicators, but I would say the only applied proces are those available at the display, and none of them is called 'current price'. I'm not completely sure what you are looking for.

      I want to compare the current price with the same second and not after closing or opening the candle?
      this is what I want
      0_1583784140492_CURRENT MACD.jpg

      posted in Questions & Answers
      khalids222
      khalids222
    • RE: Are the conditions and logic here correct?

      @khalids222 HOW I CAN USE CURRENT PRICE NOW instead of CLOSE PRICE?How is it defined by the variable?
      I want to define it for comparison on the zero candle!

      0_1583776104508_CANDLE 0.jpg

      posted in Questions & Answers
      khalids222
      khalids222
    • RE: Are the conditions and logic here correct?

      @khalids222

      Modified here, but EA does not open any trade even though the time is less than a minute.
      Where is the mistake ?
      https://fxdreema.com/shared/LxhUk1A6c

      posted in Questions & Answers
      khalids222
      khalids222
    • Are the conditions and logic here correct?

      Are the conditions and logic here correct?
      I want to work here on the zero candle and put several variants of the indicators used.
      Please advise
      https://fxdreema.com/shared/16zizpnyd

      posted in Questions & Answers
      khalids222
      khalids222
    • RE: How can I know the price now?Is there an error?

      @josecortesllobat said in How can I know the price now?Is there an error?:

      Candle 0 does not have Close price because is still being formed. Close price (0) depends on the Ask/Bid (Mid) price and changes while the the price moves. For that reason, those specific blocks were developed on fxDreema. They look for crosses between the price and an indicator.

      Ok, thank you for the clarification.

      posted in Questions & Answers
      khalids222
      khalids222
    • RE: How can I know the price now?Is there an error?

      @josecortesllobat

      Thank you for the help but Can you explain to me this point, how the prices could be greater than the closing candle (0)

      posted in Questions & Answers
      khalids222
      khalids222
    • RE: How can I know the price now?Is there an error?

      @l-andorrà I was just changing my settings, trying to figure out where the bug was.

      posted in Questions & Answers
      khalids222
      khalids222
    • RE: How can I know the price now?Is there an error?

      @ambrogio I want use candle 0 and I want select current price

      posted in Questions & Answers
      khalids222
      khalids222
    • RE: How can I know the price now?Is there an error?

      @ambrogio no I do not want use parameter [close. Open etc] I need current price now

      posted in Questions & Answers
      khalids222
      khalids222
    • How can I know the price now?Is there an error?

      I'm trying to figure out what the problem is here?
      I want to use the current price to compare the moving average(1- 14) But on the Test, only one deal was opened ,Although there are several intersections0_1583581385663_cross1.jpg

      https://fxdreema.com/shared/R9gTKu1yc

      posted in Questions & Answers
      khalids222
      khalids222
    • RE: what is the best option for candle body or wick for (candle 0)?

      @titangeorge thank you very much I appreciate your cooperation and efforts

      posted in Questions & Answers
      khalids222
      khalids222
    • RE: what is the best option for candle body or wick for (candle 0)?

      @titangeorge said in what is the best option for candle body or wick for (candle 0)?:

      You'll need to look at your indicator and see what price calculation it uses. I would assume that it uses CLOSE information. To check, you can use one option at a time, run it in strategy tester, and then go back into the visual chart and see if it crossed correctly by opening the correct trade.

      I'm going to do that, but I'm confused about what's the best choice for measuring a candle right now.
      I want to compare two candles according to the used indicator.
      Should I make a comparison between the body of the two candles, or between the wick of the two candles, or ticks?
      The most important gives accurate information.

      posted in Questions & Answers
      khalids222
      khalids222
    • RE: what is the best option for candle body or wick for (candle 0)?

      @roar said in what is the best option for candle body or wick for (candle 0)?:

      Tick volume = how many price updates per candle
      Trade volume = how much $ were traded per candle

      Thank you very much seb & roar, but can I put that on mq4 with body candle = 4
      or tick volume in mq5 prefer

      posted in Questions & Answers
      khalids222
      khalids222
    • RE: what is the best option for candle body or wick for (candle 0)?

      @seb-0 Thank you very much, but is it possible to apply it on mq4
        I have some questions.
      What is the difference between tick volume & trade volume ? I guess this varies between the index value and the tick value

      posted in Questions & Answers
      khalids222
      khalids222
    • RE: How can I work on a candle (H1) & make the expert through one per bar

      @trader-philipps said in How can I work on a candle (H1) & make the expert through one per bar:

      No. The on Timer tab you only need if you want things to happen independent from any tick. Unfortunately all you do on on Timer tab you won't be able to test in back-test mode. So if there's nothing you want to do outside the market hours, you'd better go with the on Tick tab.

      thank you very much

      posted in Questions & Answers
      khalids222
      khalids222
    • RE: what is the best option for candle body or wick for (candle 0)?

      @seb-0 said in what is the best option for candle body or wick for (candle 0)?:

      If the "candleS" value is supposed to be the value of the size of one candle in pips, it doesn't make sens to use it as an "applied price" in block 167, in your case you are trying to compare candle 0 with candle 0. Is that what you want ?
      Otherwise i think you should find a way to load the ID of the "candleS" you are focusing on, as a value, and put this value in the "candle ID" box.
      Then from what i see "NEXT_ORDER_SIZE and "LOTS" are always equal to 0 ?
      but maybe i'm wrong

      First of all, I thank you for your time and effort and want to make it clear
      I think I couldn't deliver what I wanted properly.
      But I will try to explain with pictures as well
      0_1582967096263_FORCE22.jpg
      If you look at the index for a period of ten days and for one day, you will find that it changes within seconds according to high and low.
      I want to compare these prices right now(0), but I don't want to use Close,OPEN, HIGH, LOW .
      I don’t know what is the best comparison option FOR APPLIED PRICE?
      I put the total size of the candle, if it is bigger or equal than four PIPS As the definition of a candle .
      I want to know the best way to compare the current prices is (candle body - wick - candle size anything)
      After that, the comparison will go through one per minutes which will check every two minutes on the path it changed, or not .
      If the path changes, it will open a reverse deal.
      I hope everything is clear

      posted in Questions & Answers
      khalids222
      khalids222
    • what is the best option for candle body or wick for (candle 0)?

      0_1582930247213_force.jpg
      In this example I want the EA to work on the zero candle(0)(H1).
      I want to make a comparison between the ten candle and one candle
      If one candle is bigger than ten= buy. After two minutes, After two minutes, there will be a check on the candle again
        I want to know what is the best option for candle body or wick? What is the right choice for comparison?
      So I put an option but I think it is incorrect

      https://fxdreema.com/shared/6NVvK3jic

      posted in Questions & Answers
      khalids222
      khalids222
    • RE: How can I work on a candle (H1) & make the expert through one per bar

      @trader-philipps if i use one per minutes , do i need to create any things in on timer or on trade or not ?please

      posted in Questions & Answers
      khalids222
      khalids222
    • 1
    • 2
    • 19
    • 20
    • 21
    • 22
    • 23
    • 28
    • 29
    • 21 / 29