That box changes the value on block start/end, to check if a bool is true/false check it in a condition block above using it
Posts made by jstap
-
RE: Important questionposted in Questions & Answers
-
RE: Close a basket of trade at benefit.posted in Questions & Answers
I don't think you can add to the comment section. But adding stops is quite easy, conditions are a created bool constant, stop loss and take profit are created double constants, the price level loops are to stop already set SL&TP moving on restart.

-
RE: Project not loadingposted in Questions & Answers
Not sure, but probably need to put it in your MT4 / MT5 experts folder and load from your platform.
-
RE: Eliminar orden pendienteposted in Questions & Answers
on trade tab, trade created - delete pending orders. the tabs on init, on timer, on trade, on chart, work at different times and have area specific blocks... so for this you want to work with a trade just being opened
-
RE: How to get line/MA slopeposted in Tutorials by Users
Yes it works, look a couple of posts above to see people say it does.
-
RE: Delete object after Candle D1 closeposted in Questions & Answers
once per bar works on the 1st tick of a candle, so delete under this will work on the open of a new candle.
-
RE: Engulfing pattern addition to my 123 patternposted in Questions & Answers
Once you have the ID, you know which candle or within a range you need to check for engulfing.
-
RE: Engulfing pattern addition to my 123 patternposted in Questions & Answers
Ok so you don't yet have the ID, this post will show you haw to get the ID: https://fxdreema.com/forum/topic/5060/how-to-use-zigzag-advanced
Once you have it ou can work on weather there's an engulfing candle.
-
RE: Engulfing pattern addition to my 123 patternposted in Questions & Answers
Do you have candle ID for point 3? Then you have to decide what the exact candle situation to be engulfing...
-
RE: Payment Doneposted in Questions & Answers
If crypto can take days, admin will see and sort soon. You can message here it may speed up the process: https://fxdreema.com/support
-
RE: No block connectionsposted in Questions & Answers
I meant the setup of your system, like trying another browser.
-
RE: No block connectionsposted in Questions & Answers
I don't have any, anyone that can possibly help will see this and give advice on what they know. Unfortunately all you can do at the minute as change your set up, then report back if you fix the issue.
-
RE: No block connectionsposted in Questions & Answers
Youwish, I was being nice! I told you others have had this problem... good luck because you have already done what has previously fixed this for people! So is unlikely to be your problem...
-
RE: No block connectionsposted in Questions & Answers
Good luck, maybe another problem, I use Edge and never have this problem.
-
RE: No block connectionsposted in Questions & Answers
This is unusual, but sometimes it does seem to happen, from what others have said this is because of a problem with the browser you are using, is not fully compatible.
-
RE: saving the projectposted in Questions & Answers
instead of variables use constants, this way they can be changed in your EA's inputs.
-
RE: No Position Nearby - Question about the Time Filterposted in Questions & Answers
I rarely use no position nearby block, I have in the past but it rarely works as I would expect. As for 3rd risk of 1 I would set lot as % to 0.33 on each trade (100/3 = 33.3), then close all when profit reached, Check profit (period of time) but this would only look for profit in a given time.
-
RE: รบกวนสอบถามคับ อยากได้ตัวอย่าง การจะปิด order หรือ takeprofit ด้วยเงื่อนไข อยากเห็นว่าต้องเริ่มต้นจาก block ไหนก่อนคับ ขอบคุณคับposted in Questions & Answers
I can help, but not sure exactly what you want, simple tree would be: no position block - condition block (to say reason for placing trade) - buy or sell block (set TP and SL inside)

-
RE: EA control from CSVposted in Questions & Answers
That kind of makes no real sense, the comment shows the variable value, your condition checks the variable, which you visibly check, then passes to the check block onto the sell block. So everything should work as expected. The best thing to do now is enact a process of elimination, link out blocks until while backtesting you find the block that is causing the trouble. Sometimes (but rarely) you have to recreate the EA from scratch.
-
RE: EA control from CSVposted in Questions & Answers
the code you have looks like it would almost work, does the number change in your comment when you change in the CSV?