@pickay In on chart tab, SL moved, pink blocks underneath.
Posts made by jstap
-
RE: Partial Closer Not Working Properlyposted in Bug Reports
-
RE: How can I add this function?. TP , SLposted in Questions & Answers
@gu95ckt8 Use TP/SL in the buy sell block. If you need more advice put more in your question.
-
RE: Partial Closer Not Working Properlyposted in Bug Reports
@pickay Move break even out of that tree, place on yellow no trade.
-
RE: Find out if the previous Zig Zag was below average at that point in the past and not at the current point in time.posted in Questions & Answers
@ontradingx Get @miro1360 code, if on mt5 it is in the comments, this will give you the candle ID variable to use in a condition block.
-
RE: pending orders go wrong.posted in Questions & Answers
@fxpip-0 Do you mean buy/sell rather than pending? If so condition with price = level will open a order.
-
RE: Find out if the previous Zig Zag was below average at that point in the past and not at the current point in time.posted in Questions & Answers
@ontradingx In the picture your arrows point at H3, by average you mean the moving average? The L0,L1 etc will give you the price value, Miros code will give you the candle ID so you can compare candle H/L to the MA.
-
RE: Check distanceposted in Questions & Answers
@mario-c Not sure how you mean? If you put a modify variables block beneath a check distance with your desired check settings, for example orange output = bool true and yellow = bool false then your variable will rotate from true/false as your chec does the same.
-
RE: Define unique timeframe and symbolposted in Questions & Answers
@andresfz Are you sure they have opened in another timeframe? If timeframe is set in blocks it will use this timeframe to place order but it will show on all, same with symbol, it will only open in the 1 symbol but show on all timeframes. If you set a different symbol in blocks, you can turn on/off in inputs, this way the EA can trade multiple symbols from 1 chart.
-
RE: Discount on purchase when purchasing multiple yearsposted in Questions & Answers
@frank-c There is contact at the bottom right of the main page. https://fxdreema.com/
-
RE: Find out if the previous Zig Zag was below average at that point in the past and not at the current point in time.posted in Questions & Answers
@ontradingx H0 is current if on way up, L0 is last low (almost fixed but will occasionally repaint), H1,L1,H2,L2 etc are the points before, reverse for when L0 is on the way down.
-
RE: How to create block for different strategies inside same EA?posted in Questions & Answers
@alex81 I am unsure, put a shared link here and I'll have a look
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
@muneeb00 V All seems to be working, you can have order selection as in picture, doesn't do buy and sell and I don't know how to use in FXDreema.
-
RE: How do I make sure that the last three trades are buy or sellposted in Questions & Answers
@khalids222 On init tab, reset variable to chosen number, use pass above, this makes the number what you want on EA start, you can always add a button to do so when wanted.
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
@muneeb00 Not that I know of.
-
RE: How do I make sure that the last three trades are buy or sellposted in Questions & Answers
@khalids222 How do you mean? Right click inside the modify block to add variable/constant, created in the top left.
-
RE: Discount on purchase when purchasing multiple yearsposted in Questions & Answers
@frank-c You need to send this question to admin, this forum is primarily read by users.
-
RE: I need urgent help for my robotposted in Questions & Answers
@emreizmir Yes I think simple like 1 ma is good, stops other things from going wrong:)
