@q8carpenter can you please give more explanation. I'm lost at some point
Posts made by Nehemiah7
-
RE: Use a different condition or signal for next positionposted in Questions & Answers
-
Use a different condition or signal for next positionposted in Questions & Answers
hello everyone. what I'm trying to do is to open my positions with multiple conditions/signals but not all at once. for example, if for a buy position I use a particular condition, for the next buy position I want to use another condition. I have multiple conditions and signals but I want to use them one after the other on a buy or a sell position. hope it you got it. thanks
-
Constants and Variablesposted in Questions & Answers
Hi everyone I would like a simple explanation of what constants and variables are, where to find them and how to use them in projects. thank you.
-
RE: if pending order trigered close previous opened positionposted in Questions & Answers
@l-andorrà only one. Once the condition is met, it opens a position and and a pending order a couple pips away from the baseprice at the same time. if the position doesn't go in the expected direction and end up hitting the pending order, the first position has to be closed automaticaly
-
if pending order trigered close previous opened positionposted in Questions & Answers
Hello everyone,
what I want to do is to close instantly the first opened position right at the moment the pending order is trigered. how can I do that?
thanks for your help. -
RE: Open position when the candle opens close position when the candle closesposted in Questions & Answers
@dragonfly617 Indeed!!!! it works!!!! thank you so much!!!!
-
RE: Open position when the candle opens close position when the candle closesposted in Questions & Answers
@fxdreema I need your help on this one.
-
RE: Open position when the candle opens close position when the candle closesposted in Questions & Answers
@dragonfly617 does the numeric value refer to the timeframee the candle? I though it was refering to the timeframe!
-
RE: Open position when the candle opens close position when the candle closesposted in Questions & Answers
I must have missed something
it's not working!!!!! -
RE: Open position when the candle opens close position when the candle closesposted in Questions & Answers
@l-andorrà I tried but it didn't work. I don't understand!!!
-
RE: Open position when the candle opens close position when the candle closesposted in Questions & Answers
@l-andorrà @mcarl42 thank you guys
I'll try that out once I got home -
RE: Open position when the candle opens close position when the candle closesposted in Questions & Answers
@l-andorrà it works fine thantks. but another thing is that I want each position to last the duration of one candle. in other words, if the position doesn't hit the stop loss or the Take profit, I want it closed at the end of the candle. how can I do that? thank you.
-
Open position when the candle opens close position when the candle closesposted in Questions & Answers
MQL5 the project is this: after a bull candle signal i buy. after a bear candle signal I sell. on the other hand, i've been very careful to put the signal type of both candles on Once Per Bar. However it doesn't respect that. for example if a bullish candle appear, it opens a buy position but if during the position, the bulish candle become a bearish one, it close automatically the position and open a sell position; though I have put on the Once per Bar signal in both candles. How can I solve it? thanks in advance