pink for each trade-> open price in a loop, or save the current price at the time of placing a trade.
Posts made by jstap
-
RE: Intro data in a variable.posted in Questions & Answers
-
RE: Solution required for Gridposted in Questions & Answers
Share the link so what is causing the initial buy/sell can be seen
-
RE: Maximum number of position.posted in Questions & Answers
Whats not working? The count block is not connected.
-
RE: How to check type last close by Trailing stop ?posted in Questions & Answers
on trade tab, last close fits your requirements, do something.
-
RE: Maximum number of position.posted in Questions & Answers
There is a blue block that checks the number of open conditions, add this at the top of your tree
-
RE: close partially block not workingposted in Bug Reports
How long is a bit of string? start a question, add a shared link and say what's wrong.
-
RE: renko + ichimokuposted in Questions & Answers
This indicator just draws the squares, it has no usable value (I don't think), the candles are just the standard chart candles, I would count the amount above and below, this way you have some control over when EA acts. In here: https://fxdreema.com/shared/6kkUiwmme is how to count the candles.
-
RE: confluenceposted in Questions & Answers
You need to add some conditions, a reason for the EA to place a trade or not place a trade, use something like a flag, when trade placed turn flag to false, when needed turn flag to true, check flag above buy/sell.
-
RE: First, close profitable tradesposted in Questions & Answers
Set up on tick for testing purposes. This is what I would do: https://fxdreema.com/shared/3PqJ36abd, you will need some conditions to set what and wen to close
-
RE: AND BLOCKposted in General Discussions
The choice is yours, the biggest difference is LW vs Smooth, all in all though the difference for testing isn't a lot.
-
RE: AND BLOCKposted in General Discussions
To stop a trade you need to add a condition that will prevent, something like, under trade turn flag false, check above buy/sell, once per daily bar turn flag to true.