in order to close a trade how can i use both trailing stop and the condition. i need the 'OR' logic , either the trailing stop or the condition. is it possible?
Posts made by ggrobot
-
trailing stop OR conditionposted in Questions & Answers
-
RE: MULTIPLE TRADES CONDITIONposted in Questions & Answers
sometimes the trailing stop closes the trade and the conditions are met again to open a new one, especially in big candles, i need to avoid after a big candle to open a new trade right away because most probably it will retrace.
-
MULTIPLE TRADES CONDITIONposted in Questions & Answers
hello,
is there a way i can control the trades that open? for example if a condition is true it opens and the trailing stop closes it but i dont want the EA to open immediately another trade the next candle even if the condition is true... is it possible?
thank you -
candle conditionposted in Questions & Answers
hi to all, is there a condition i can compare the last candle with the previous, for example the closure o candle x < closure of canlde x-1??? thank you
-
RE: CROSS ABOVE CROSS BELOWposted in Questions & Answers
by putting above the once per bar even though i am on tick event?
-
RE: CROSS ABOVE CROSS BELOWposted in Questions & Answers
because sometimes it closes above or below MA but the body still touches it and this happens mostly in swings up and down.
-
RE: CROSS ABOVE CROSS BELOWposted in Questions & Answers
it will close it but in a swing up and down it will open and close all the time!! while the cross above would mean the whole body to be up or down
-
RE: CROSS ABOVE CROSS BELOWposted in Questions & Answers
if you try it you will see that if the price is in the range of the candle width that we opened the trade it wont close the trade no matter if there is a cross on MA20 , in order to do so as i saw in the strategy tester it needs to be away from the width of the canlde that we opened the trade and then only if there is a cross away from the width of the candle we opened the trade it closes it.
-
RE: CROSS ABOVE CROSS BELOWposted in Questions & Answers
it does do it like that , my test is exactly what your link shows, but it does not close the price when it crosses the MA20. for some reason it takes the width of the canlde and the width of the previous candle and if in that price area there is a cross at MA20 it wont close it. It closes it only if the price is away from the width of the 2 candles X , X-1 and if there is a cross then it closses it. this is helpful in ranging situations as it will not close it if it is in the same price level no matter the swings it does up and down MA20 but in other cases it does not close it properly. if you move your arrow on the width 1 there is an explanation.
aM I RIGHT ON THE ABOVE ASSUMPTIONS?? -
RE: trailing stop/trailing profitposted in Questions & Answers
i was waiting for you!
, thank you for your time again. if i the trade opens a buy position with trailing stop 20 pips but the price goes down where will it stop?? at 20 pips below the buy position?? for example if i buy at price 2000 with trailing stop 20pips that means that it will be stopped at 1980 no matter what??
2. if it goes 2020 with trailing stop 20pips and 1 pip step that means that at 2021 the stop with me modified from 1980 to 2021 ???
3. is it better to use a trailing profit?? -
trailing stop/trailing profitposted in Questions & Answers
can someone explain to me how this trailing works ?? in a simple manner the EA 'carries' the stop or the profit we set in the trailing system. but when this trailing either stop or take profit will be triggered?
thank you -
CROSS ABOVE CROSS BELOWposted in Questions & Answers
In the description it says that the cross area is calculated but comparing the previous bar with the last bar . what does that mean , that the closure of the last - closure of the previous gives a number? width?? i tried to set it a condition close trade when cross above or below a MA but the closure doesnt happen on cross of the indicator but more far... as if it doesnt care about the indicator but waits a kind of calculation. can anyone help me with this?
-
RE: CONDITION for close trades.posted in Questions & Answers
thank you , you have been very helpful,(the once per trade worked earlier in another post )
so i can put another pair of logic trees with condition -sell, and condition -close trade??
the EA will be able to recognize whether to go for buy and close or sell and close! -
CONDITION for close trades.posted in Questions & Answers
dear all,
how can i put a condition so that my buy order which has a condition of its own to close by another condition of the close trades ???
can i put CONDITION --> BUY--> CONDITION -- CLOSE TRADES????
thank you
-
RE: CLOSE BAR HELP!posted in Bug Reports
no not really, i am trying to put price over indicator , a condition like this
https://fxdreema.com/demo/simple but it does not work