buy now or sell now off set trigger
-
hallo i want to ask, is there any block than can execute buy or sell when require pip is met on the open price and not after close candle?
because all the indicator is execute "buy now" or "sell now" after 1 candle is close and then execute on next open candlei want to execute buy or sell on the open candle price when several pip is met
what block should i use?
thanks -
Just check the size of the current candle. There are multiple ways to do that. In Condition -> Candle you can find this. Also there are blocks Bull candle and Bear candle. Or you can compare Candle Close with Candle Open. Or ATR(1)...
-
__Just check the size of the current candle. There are multiple ways to do that. In Condition -> Candle you can find this. Also there are blocks Bull candle and Bear candle. Or you can compare Candle Close with Candle Open. Or ATR(1)...[/quote:72ctoqi6]
how to check the current candle? on what blocks?
what is bull candle and bear candle mean? -
Bull = when the price is going up
Bear = when the price is going downI think that you need this:
http://www.babypips.com/school -
__Bull = when the price is going up
Bear = when the price is going downI think that you need this:
http://www.babypips.com/school[/quote:17v2fxa3]
i already use condition and bear bull condition and it work, but the buy and sell is keep buying more then once in 1 candle, i already try to put "every n bar" and "every bar" block but it doesnt work it not event making a transaction at all...what should i use to make the robot to just make 1 transaction in 1 candle?
-
You are asking me very very basic questions. To make only 1 trade per candle, look at the second example here: https://fxdreema.com/examples
-
__You are asking me very very basic questions. To make only 1 trade per candle, look at the second example here: https://fxdreema.com/examples[/quote:9vkmcakv]
ok it works now, Thank U