how i can do this in fxdreema ?
-
hello
if i want create buy when the open candle > before three open candle
and close this order if the my order buy < after first or second candle close future
??look this image to understand me

thank you
-
use candle ID to select which candle into history you need compare ... in your example above you skipped one candle between 1-2 and one candle between 2-3 ... so right counting is like
5-4-3-2-1
or if you need current candle (which is 0) :
4-3-2-1-0so opening trade for your "request" can be like:

or like this if you skip these candles:

just play with these IDs .... or if you need all candles bullish (or bearish) add more conditions for it

-
how i can close my order after open or close future candle 1 or 2 or 3
like my image
how i can close my order in my two points in image above ?
thank you
-
when new candle appear?
-
@miro1360
yes when new candle appear ( new one candle or second candle elc
close my order when new candle ( one candle or second candle elc ) open
or
close( i mean close after the time frame of this candle end ) close before the time frame end by one second -
try set up time filters ...
this example close trades at in time interval 1-9 seconds before H1 candle is closed

I guess, I have not tried

-
this will be close in the currently candle i buy in it not in new candle will be come in future
i want close in new future candle will be come ( new candle first or second or thirst come future elc i choose it ) and when come , my order close before the time frame this new candle end by one second
or
close when the new candle will be come open ( new candle new first or second or thirst future elc )
-
try this:
https://fxdreema.com/shared/8uznCHQGbwith button open trade and this trade is closed on skipped H1 candle (set in inputs) ...
note that these time filters must not properly working in tester, so test it with demo ...
maybe it is whole not working and must be done in other way ... -
maybe delete seconds filter and keep only minutes filter
I dont know try it somehow 