@romainchtr Sometimes I find this but only if I click the screen accidently maybe try clicking done and retrying.
Posts made by jstap
-
RE: Edit Title/Area/Description - Not workingposted in Bug Reports
-
RE: Identify EA in trade notificationposted in Questions & Answers
@dreematrader You can tell each EA that's sending the notification whatever you want it to say, put a shared link here and say what your tiring to achieve.
-
RE: How to identify trades open after a certain timeposted in Questions & Answers
@od No you can do it on back test.
-
RE: price moving up take buy ordersposted in Questions & Answers
@naveen-0 Create a shared project and ask about any problems you are having.
-
RE: price moving up take buy ordersposted in Questions & Answers
@naveen-0 This doesn't have enough information to give a relevent answer, 10 pips from what price? If you have a no trade/pending order block then a pending order block with 10 pips inside you will get this, you can set one cancels the other so if one triggers the other deletes.
-
RE: How to identify trades open after a certain timeposted in Questions & Answers
@od Never used time like this but UNIX is seconds after Jan 1970 and stamp is 00:00:00 I think other wise it's minutes, seconds etc. put these settings into a comment to visually check what's being returned. FYI time is put in a variable as a string
-
RE: Alligator indicator EA and trade stopposted in Questions & Answers
@khuliso22 There are various ways but a simple way is to, create separate trees each 1 should set a flag true when trades are ok and set flag false when not, maybe separate flag for buys and sells, check the flag above buy's and sells.
-
RE: How? - Do not open if a trade has been close manually.posted in Questions & Answers
@traderea6 Try this, had to stop it constantly looking at the same close trade: https://fxdreema.com/shared/XicUoNbB
-
RE: How to identify trades open after a certain timeposted in Questions & Answers
@od Never done it but, pink for each block>pink check age block>pink close block, will most likely do it.
After reading that block you'll have to know the time the trade has been opened for.
-
RE: Close Position & Delete Pending [At Specific Ticket]posted in Questions & Answers
@duepips Yep connect blocks needed to achieve the desired outcome.
-
RE: Close Position & Delete Pending [At Specific Ticket]posted in Questions & Answers
@duepips If you use the pink for each blocks you can get the ticket number by using trade loop, from there you can add other blocks to do as you please
-
RE: Stop/Shutdown EA over weekend??posted in General Discussions
@traderea6 Can do but this is a personal strategy question, you can use a flag to stop trading, stop & reset on a condition you want, maybe time. Is always good to restart computer from time to time.
-
RE: I need help for an easy ( I guess ) trading methodposted in Questions & Answers
@styleflesh Use bucket of trades like this: https://fxdreema.com/shared/dpIKdHVKd
-
RE: How? - Do not open if a trade has been close manually.posted in Questions & Answers
@traderea6 Yes if you put the number to wait in inputs, when a trade closes the number will reset to 0, it will then +1 every bar so when a new trade is placed the number has to be equals or above what you put in the inputs.
-
RE: I need help for an easy ( I guess ) trading methodposted in Questions & Answers
@styleflesh The logic in this is: when price is 50 pips (in profit) away from buy place 2 sells, if this is doing more sells try adding a pink once per order block above your sell blocks.
-
RE: Same TP multiple tradesposted in Questions & Answers
@cri760 You need to use bucket of trades saving profit into a variable, in a separate tree have a condition block with variable => a chosen number, connected to a close trades block.
