@rezauso Can you please create a new thread for your question instead of using someone else's?
Posts made by l'andorrà
-
RE: STRATRGYposted in Questions & Answers
-
RE: How to store the highest and lowest point from indicator?posted in Questions & Answers
@windsor-2003 You can create a custom loop searching for those values in ther past. How many candles in the past are you supposed to look at?
-
RE: Need Help Building an EA with this custom Indicatorposted in Questions & Answers
Before doing that you need to be ABSOLUTELY SURE that indicator doesn't repaint. Because if it does, no bot will ever be able to be profitable with it.
-
RE: Why "undeclared identifier" even though I've done everything correctly?posted in Questions & Answers
Are you suer all those variables you are showing were correctly created on fxDreema? I mean those exact names.
-
RE: Http request block issueposted in Questions & Answers
This is not my field of expertise, sorry. I have no idea.

-
RE: Draw Rectangle from x-days beforeposted in Questions & Answers
@MMZSAVANT If you are planning to create a 100% automatic bot, rectabgles are completely unnecessary. You can get the same results and more efficiently by using variables. Are you planning to create a a partially manual bot maybe?
-
RE: Draw Button It is very slow when displayingposted in Questions & Answers
What do you exactly mean by 'very slow'? Do you mean at backtest or live?
-
RE: How To Make "If Position" Blocks Run on Certain Area or Blocks?posted in Questions & Answers
@allstarengin Are areas 1 an 2 completely independent? I mena. Do trades open on Area 1 be closed by those 'close positions' blocks on area 2? If not, you can define group 1 for area 1 and group 2 for area 2. That way trades will be completely independent from the other area.

-
RE: how to set close position block only for my indicator for buy and sellposted in Questions & Answers
Can you please share the link to the project?
-
RE: Report profit and risk of closed trades via magic numberposted in Questions & Answers
Using a variable on a comment block was to be my suggestion, but it is obvious you already know that. Then what you need is the formula to get those values right? In this example you can get an easy way to get all open trades at the moment and all trades that are closed on the history tab:
-
RE: How to use Turn Off Block?posted in Questions & Answers
The structure is correct, however, the formuli used are not. Every day balance will be potentially different form the previous one, so why using a fixed Constant instead. You should store the value of today's balance at the beginning of each day and then use the equity protection formula on it.
-
RE: Report profit and risk of closed trades via magic numberposted in Questions & Answers
Do you mean showing it on screen or via daily file?
-
RE: Any idea how to write bull and bear flag bot?posted in Questions & Answers
@allstarengin Doing it like you want is highly complicated because you need detailed instructions to define when a flag is formed. I recommend trying to find a no repainting indicator doing that instead (I don't know any doing that, sorry). Otherwise you will need an advanced fxDreema user doing it for you, if you are a beginner.
-
RE: Run EA Message on Chartposted in Questions & Answers
You can create a boolean true/false variable amb connect it to the relevant place you need to check. Then you can use a 'comment' block to make that variable's value visible on the chart.
