@padletut There are no errors, but I do not know why only one deal is opened.
An example of suppose the limit 21000 & A buy transaction was opened on 21010 and the price fell to 20990 short position was opened, and the price started to rise again TO same limit 21010 never open a buy again
I don’t know if the problem is one per bar ? or any things ؟
Can there be loop to confirm cross price ? or any things ?
Posts made by khalids222
-
RE: I don't know why it didn't open? Is there anything wrong?posted in Questions & Answers
-
RE: I don't know why it didn't open? Is there anything wrong?posted in Questions & Answers
@padletut You also see the price exceeded the point by more than one hundred points, and the opposite has not been opened
The last buy was on 22180 and the price now 21970
More than 200 points and
It should have been at a point 21166 open sell , but not did't
Is there a way for the price not to exceed the set point until a trade is opened?
-
RE: I don't know why it didn't open? Is there anything wrong?posted in Questions & Answers
@padletut said in I don't know why it didn't open? Is there anything wrong?:
to trace the values you are calculating so you can see it on the screen live.
Ok thank you very much, I appreciate your effort and time.
-
RE: I don't know why it didn't open? Is there anything wrong?posted in Questions & Answers
@xfire Thank you very much for your effort and time, but replace this variable to buy and sell how it will be -10؟
-
RE: I don't know why it didn't open? Is there anything wrong?posted in Questions & Answers
@padletut Thanks a lot, yes, there is a mistake, well done. But what's useful TRACE
-
RE: I don't know why it didn't open? Is there anything wrong?posted in Questions & Answers
@xfire said in I don't know why it didn't open? Is there anything wrong?:
every two sides in a condition should be the same together.
you cant Comparison a price with pip. price comparing with the price -
RE: I don't know why it didn't open? Is there anything wrong?posted in Questions & Answers
@xfire Can you explain at this point? PLEASE
The result is a price -
RE: I don't know why it didn't open? Is there anything wrong?posted in Questions & Answers
@xfire
I think like this according to what you see, or I got it wrong
However, I will try to try it again without pips -
I don't know why it didn't open? Is there anything wrong?posted in Questions & Answers

I set a point on the chart by using the mathematical equation
When the price rises above this point by ten points,= buy, and down by ten points = sell
A sale was opened at the beginning, after which the price rose more than 70 points, but a long position was not opened ؟
I don't know why it didn't open? Is there anything wrong?

Is there another way to compare output with price? And make a repeat to check the price exceeded or not
I mean, I can use a method

-
RE: i want loop to value priceposted in Questions & Answers
@l-andorrà Thank you for the clarification . I do not care about two or three points difference. But I am interested in opening a counter deal. When going down even if the difference is 20 points.
I want to place a repeat: to check the price every time -
RE: i want loop to value priceposted in Questions & Answers
Note here the price written on the chart is lower than the opening price of the second trade.
I didn't understand how this happened? Where I use a zero candle -
i want loop to value priceposted in Questions & Answers

I used here bigger and smaller than without equal, so I can check the price is greater than the value I set or not?
But sometimes I see the price exceeds the value, and a counter deal is not opened.
How can I set a frequency to confirm the price above the price of the value or below the value -
Is the formula correct? Or is there an error? So it is calculated in each barposted in Questions & Answers


In this example I want to extract a sum: (Previous Close + Previous Open /2)
But when I try to test the EA, it only opens one and stops
Is the formula correct? Or is there an error? So it is calculated in each bar -
RE: Getting value from the chartposted in Questions & Answers
@ambrogio
I am trying to see but I get this message, it seems there is an error
-
RE: Are the conditions and logic here correct?posted in Questions & Answers
@roar I tried to use the zero candle on the shutdown to get the current price, but the EA did not work. I also set a variable that did not work. I don’t know what the problem is.
Is Zero Close actually considered the current price.

-
RE: ZizZag Trendlinesposted in Tutorials by Users
@miro1360 said in ZizZag Trendlines:
e: How to use ZigZag [advanced]
https://fxdreema.com/forum/topic/8876/tend-line-with-zigzag-indicator-does-t-work
A small update how to draw Trendlines based on ZigZag in FxDreema, based on my old, very old raw trick for browsing zigzag values
As I said many times, ZigZag is tricky, ZZ sometimes overpaints itself, ZZ is not simple. Some users expect results within an hour and give up in the next hour, some will last longer. Thus is the success defined... just kidding
Here you go:
https://fxdreema.com/shared/Cxy4NP1Ubcreative ideas
-
RE: Are the conditions and logic here correct?posted in Questions & Answers
@roar said in Are the conditions and logic here correct?:
indicators are derived from candles, so yeah it applies to indicators as well
thank you very much
