@winsonhttps://fxdreema.com/shared/KL5T9Hx8e
Posts made by jstap
-
RE: object from indicatorposted in Questions & Answers
@mr-lenny This indicator shows everything in the object list but, there is nothing in the description, this information is what the EA would use.

-
RE: Move stop loss on multiple trades.posted in Questions & Answers
@larryh Not my point, get working on back test then transfer to where needed to work on live demo.
-
RE: Is there a bug hereposted in Bug Reports
@winson Need a dark pink for each trade block above light pink, as is will only open a buy or a sell whatever happens first, put a not trade block above buy's and sells specifying the type for each tree.
-
RE: Move stop loss on multiple trades.posted in Questions & Answers
@larryh To be honest not sure, on chart doesn't work on back test, on trade does, I use on chart only to transfer what I know works on back test to live/demo.
-
RE: How to send phone notification onceposted in Questions & Answers
@plentygrazes Add a condition above, or add a pass once block and reset when needed.
-
RE: How to keep profitable trades separate from other trades? [solved]posted in Questions & Answers
@breeeeen You could add 1 every time a trade is placed, reset when all are closed, use all group numbers in the other blocks like, 1,2,3,4,5,6,7,8,9,10 etc.
-
RE: Move stop loss on multiple trades.posted in Questions & Answers
@larryh Try using a purple block on the on trade tab, so when 1 group hits TP it does something with the others, when 2 hits TP it does something with the last
-
RE: Every block same conditionposted in Questions & Answers
@fendy The and block will only pass when all connected to the top pass at the same time.
-
RE: How to keep profitable trades separate from other trades? [solved]posted in Questions & Answers
@breeeeen Don't know how to do without using groups, you do know the group is just added to the magic number?
-
RE: Every block same conditionposted in Questions & Answers
@fendy Your post makes no sense, if yo mean 2 blocks have to be true at the same time, use the and block.
-
RE: How to set the risk per trade on buttons?posted in Questions & Answers
@fxbam How you have is how to do, mouse clicked will only work on the on chart tab.
-
RE: Stop lose based on indicatorsposted in Questions & Answers
@ebony Your example is easy, but most are very similar, condition PSAR> candle high, close block with buys in it.
-
RE: ENUM : DropDown Menu for Stringposted in Questions & Answers
@biztet This is an example of a loop that counts the candles above and below a MA.
-
RE: ENUM : DropDown Menu for Stringposted in Questions & Answers
@biztet It all depends on the stratagy.
-
RE: ENUM : DropDown Menu for Stringposted in Questions & Answers
@biztet Loops can be made using standard blocks where you don't have to connect from bottom back to top, a loop generally completes blocks and then starts the blocks again, maybe from the start, maybe using different parameters, whatever suites the use best.