This is the second thread you created for the same question. Please don't duplicate threads.
Posts made by l'andorrà
-
RE: Drawing lines at specific round numbersposted in Questions & Answers
-
RE: Close the order with the largest loss?posted in Questions & Answers
@kingvu Points 1 and 2 can be achieved this way:
https://fxdreema.com/shared/GlMSZAyE
The total close of trades you designed for point 3 is correct.
-
RE: How to check something in another TimeFrameposted in Questions & Answers
@smiger293 You can specify the timeframe to be checked here, regardless of the on the EA is running on:

-
RE: Canceling Grid lines.posted in Questions & Answers
What you need is not extremely complex but you certainly need to know some previous things about fxDreema. I strongy recommend reading the documentation first. That would help.
-
RE: Position placed after 3 errors in a rowposted in Questions & Answers
This is the third thread you created for the same question. Please stop duplicating threads.
-
RE: Stop lossposted in Questions & Answers
You need to do that calculation before the execution of the 'buy now' block. Then the result to be stored into a variable that should be used on the '% of the price' option.
-
RE: Check consecutive lossesposted in Questions & Answers
You need to count the loses through the 'on trade' tab. Then a second bool variable is supposed to control if that number is exactly 3. Then it can change from false to true and be positioned just on top of your launcher structure.
-
RE: [Waiting after a certain condition]posted in Questions & Answers
That depends on each project. What do you exactly need?
-
RE: Black Friday Disscountposted in Questions & Answers
I'm a fxDreema user since 2016 and never seen any. Sorry for the bad news!

-
RE: How can I use Counter numbers to restrict logic from runningposted in Questions & Answers
You can create a string variable to be positioned on the 'Filter by name' tab of the block and every time a new rectangle is created the variable is modified accordignly.
-
RE: how can I draw psychological levels in FxDreema?posted in Questions & Answers
@tec-nacks You need this block:

-
RE: BUY+SELL Break Even Pointposted in Questions & Answers
That's a complex calculation. I remember someone asked something like that in the past. I'm afraid I do not know what the calculation is exactly. If you know it, I can help you to implement it.
-
RE: Check 3 consecutive Loss, and enter Next Signalposted in Questions & Answers
You already opened another thread for this same question. Please don't duplicate threads.
-
RE: how to create comment that view each pair current profitposted in Questions & Answers
What do toy exactly mean by 'comment'? A visual text on the chart maybe?
-
RE: Combination of two custom indicatorposted in Questions & Answers
Do those custom indicators repaint? Because if any of them does, the bot is doomed.
-
RE: 1 Pip Candle only buys once?posted in Questions & Answers
Are you blocks on the 'on tick' tab? If not, they should be there.
-
RE: Yesterday Price averageposted in Questions & Answers
Do you need the line for visual reasons only? You can get the same information with the price level only and that would be less complicated.