@roar This solves all the problems, thank you very much
But does this also apply to indicators or candles only?
Posts made by khalids222
-
RE: Are the conditions and logic here correct?posted in Questions & Answers
-
RE: Are the conditions and logic here correct?posted in Questions & Answers
@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

-
RE: Are the conditions and logic here correct?posted in Questions & Answers
@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!
-
RE: Are the conditions and logic here correct?posted in Questions & Answers
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 -
Are the conditions and logic here correct?posted in Questions & Answers
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 -
RE: How can I know the price now?Is there an error?posted in Questions & Answers
@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.
-
RE: How can I know the price now?Is there an error?posted in Questions & Answers
Thank you for the help but Can you explain to me this point, how the prices could be greater than the closing candle (0)
-
RE: How can I know the price now?Is there an error?posted in Questions & Answers
@l-andorrà I was just changing my settings, trying to figure out where the bug was.
-
RE: How can I know the price now?Is there an error?posted in Questions & Answers
@ambrogio I want use candle 0 and I want select current price
-
RE: How can I know the price now?Is there an error?posted in Questions & Answers
@ambrogio no I do not want use parameter [close. Open etc] I need current price now
-
How can I know the price now?Is there an error?posted in Questions & Answers
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 intersections
-
RE: what is the best option for candle body or wick for (candle 0)?posted in Questions & Answers
@titangeorge thank you very much I appreciate your cooperation and efforts
-
RE: what is the best option for candle body or wick for (candle 0)?posted in Questions & Answers
@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. -
RE: what is the best option for candle body or wick for (candle 0)?posted in Questions & Answers
@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 candleThank you very much seb & roar, but can I put that on mq4 with body candle = 4
or tick volume in mq5 prefer -
RE: what is the best option for candle body or wick for (candle 0)?posted in Questions & Answers
@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 -
RE: How can I work on a candle (H1) & make the expert through one per barposted in Questions & Answers
@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
-
RE: what is the best option for candle body or wick for (candle 0)?posted in Questions & Answers
@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 wrongFirst 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

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 -
what is the best option for candle body or wick for (candle 0)?posted in Questions & Answers

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 -
RE: How can I work on a candle (H1) & make the expert through one per barposted in Questions & Answers
@trader-philipps if i use one per minutes , do i need to create any things in on timer or on trade or not ?please
