@tashab The most common reason although there are many is to ensure a cross has happened and guaranteed, basically it conforms a condition.
Posts made by jstap
-
RE: Does entering at Candle ID (1) vs (0) make any difference?posted in General Discussions
-
RE: Don't open new trade after TP hitposted in Questions & Answers
@sheeraz @Abbas25 Once per bar can also be used to limit crosses and stop the re-entering, I prefer stopping trading until I want it to restart.
-
RE: Questions on engulfing EAposted in Questions & Answers
@gajus I dont really know, the spread is possibly the answer to every question.
-
RE: Entering a number to a variable during active tradingposted in Questions & Answers
@simonfx Back test will never be better than live charts, even MT5 forward test but it's a good way to ensure all is doing as wanted before testing further.
-
RE: Don't open new trade after TP hitposted in Questions & Answers
@abbas25 He already had an EA doing this but if TP hit it place another trade, I showed how to stop trade once TP hit.
-
RE: Entering a number to a variable during active tradingposted in Questions & Answers
@simonfx Visual back test allows you to see if all is doing as planned before blindly do so no visual.
-
RE: Don't open new trade after TP hitposted in Questions & Answers
@abbas25 No mate because this is not using the on trade tab for when TP is hit, check pose 2 above to see how is done.
-
RE: Entering a number to a variable during active tradingposted in Questions & Answers
@simonfx Yes but on chart doesn't work in back test, so worth adding a if testing block to on tick then copying blocks onto on chart so works for both: )
-
RE: Entering a number to a variable during active tradingposted in Questions & Answers
@rodrigo-ortuzar I would think this is giving you what you write in the edit field in your comment? let me know if not.
-
RE: Questions on engulfing EAposted in Questions & Answers
@gajus There are 2 no trade blocks, no trade = no trade, no trade/order = no trade or pending order.
-
RE: Please help why some time the ea Buy 2 times Sell 2 times when it is in the condition even I put once per trade already how to not let the ea buy more than 1 time per trade?posted in Questions & Answers
@zarbitz I would put the filters above all but should make no difference, Not sure why you have more than 1 trade.
-
RE: Questions on engulfing EAposted in Questions & Answers
@gajus Your no trade block should be a no trade/order. Correct this and ask about any problems your still having.
-
RE: Defining variablesposted in Questions & Answers
@iagnew Create variable use a modify variables block using market properties add the ASK price, the only way I know of adding different prices every so often is to create multiple variables, use the once per (seconds/minutes etc) block, in modify have 4 move to 5, 3 to 4, 2 to 3,1 to 2 then have 1 recording the current ASK.
-
RE: Don't open new trade after TP hitposted in Questions & Answers
@sheeraz Yes so when TP hit trading stops until the flag is reset.
-
RE: Don't open new trade after TP hitposted in Questions & Answers
@sheeraz Looks good except check flag needs to be set to true:

-
RE: Same TP multiple tradesposted in Questions & Answers
@cri760 When time to add new trade use the standard buy/sell block under pink.
-
RE: Don't open new trade after TP hitposted in Questions & Answers
@sheeraz https://fxdreema.com/shared/NHt7mvG9b you'll see haw to reset flag in here.
-
RE: Same TP multiple tradesposted in Questions & Answers
@cri760 You need a pink for each trade block above pink, not if trade, there is a pink modify stopes block.
