Nearly but not quite, on trade has set purples blocks to use:

Posts made by jstap
-
RE: Stop tree from workingposted in Questions & Answers
-
RE: Open the trade the same wayposted in Questions & Answers
I said how to achieve this as well, when a trade has been placed you know the direction so use a flag to prevent the opposite tree from working
-
RE: Copy trade but reversedposted in Questions & Answers
Check type needs a for each trade block above
-
RE: Copy trade but reversedposted in Questions & Answers
What do you mean? do you mean it places 1 every order but after an order it needs to be stopped?
-
RE: Open the trade the same wayposted in Questions & Answers
Trading news automatically may not work as well as manually placing, your order (depending on the broker) will likely have a lot of slippage. To put it simply though, if an order is placed set a flag to false preventing an opposite order
-
RE: Can someone help with this strategyposted in Questions & Answers
This is all possible, some simple, some not but it is hours of work
-
RE: Buy stop sell stop order ( on body of candle) 4 Hposted in Questions & Answers
no trade - once per minute (with Period() in the minute box) - bull candle and bear candle - place order at open or close depending on ID1 candle type
-
RE: Different take target for first orderposted in Questions & Answers
project screen - projects - create a shared link - open in web - copy address bar and paste here, this will allow people to view what you have done
create a test project if necessary, you can then, the sections to share are the sections you need help with
-
RE: Stop tree from workingposted in Questions & Answers
on trade tab - trade closed - delete pending - set flag to false
on tick tab - check flag above buy/sell set a condition to set flag true -
RE: Different take target for first orderposted in Questions & Answers
Add a shared link asking how to do the one section you are struggling with, then you can move on to the next.
-
RE: Copy trade but reversedposted in Questions & Answers
Connect orange from buy to white on sell and orange from sell to white on buy, this will create the opposite order
-
RE: Stop tree from workingposted in Questions & Answers
What are your conditions to stop trading, and do you want this to reset daily?
-
RE: Use fractals to close tradesposted in Questions & Answers
try this, indicator appears (yellow block) fractal on ID 2 - close (or the action you want) might need to use ID3
-
RE: Why can't two Break Even blocks work together?posted in Questions & Answers
pink, for each trade - pips away - modify stops
you can set up multiple trees changing this level as needed -
RE: Why can't two Break Even blocks work together?posted in Questions & Answers
BE blocks work only once, you could use pink blocks to commit these actions.
-
RE: Use fractals to close tradesposted in Questions & Answers
You can only check a fractal on candle ID 2/3 or greater
-
RE: condition fot trades (one per bar)posted in Questions & Answers
I see, when a trade closes set a double variable to 0 on the on trade tab (trade closed - modify variable), on the on tick tab once per minute add 1 to this variable every minute and check in a condition above buy/sell, if the variable number is > your minimum amount, on mt4 (maybe mt5) variable > time frame is the minutes per candle, otherwise use the number that is relevant to you
