@l-andorrà thank you! i will test it!
Posts made by jjot
-
RE: Auto StopLoss and Take-Profi for Manuel Ordersposted in Questions & Answers
-
RE: Auto StopLoss and Take-Profi for Manuel Ordersposted in Questions & Answers
@youngtreptrader said in Auto StopLoss and Take-Profi for Manuel Orders:
you gonna have to test run anyway
Sure that's true. But it definitely helps me to ask in advance. There are some people here who are very familiar with FxDreema.
-
RE: Auto StopLoss and Take-Profi for Manuel Ordersposted in Questions & Answers
@youngtreptrader Thanks. I created the EA yesterday and can't test it until Monday, so I wanted to know if it could work like this to save me various test runs...
-
RE: Auto StopLoss and Take-Profi for Manuel Ordersposted in Questions & Answers
Here is my little project. I added a trailing stop to it. Could this work like this?
-
Auto StopLoss and Take-Profi for Manuel Ordersposted in Questions & Answers
Hello, I would like to develop an EA that supports manuell trading from MT5. It should automatically set a stop loss and a take profit after every manually placed order. Each new position should only be adjusted once. This means, that if I change the StopLoss or Take Profit afterwards, the EA shouldn't change them anymore.
Can this be implemented with FxDreema? Or do the EAs only manage orders that they have placed themselves? I would be happy about help.
-
RE: Set a Last Price for Grid Pending Ordersposted in Questions & Answers
@l-andorrà Thank you for your answer. The negative value of the grid size is ok because i want to create buy pending orders in the falling price. I have already tested this in function.
My question simplified again. I'm looking for a way to automatically create buy pending orders between two price levels. I choose e.g. the upper price level (first price) 10,000 and there lower price level 5,000 and the number of pending orders of 6 (grid levels). Then 6 buy pending orders should be generated automatically at a distance of 200 points between 10,000 (first) and 5,000 (last).
I hope that is now understandable. I would be very happy if you have an idea how I can implement it.
-
Set a Last Price for Grid Pending Ordersposted in Questions & Answers
Hello, I have a question about grid pending orders.
I'm looking for a way to set grid pending orders between the "Base Price" and a "Last Price". The "Grid Size" should be calculated according to the entered value of the "Grid Levels" and would be "Grid Size" = ("Base Price" - "Last Price") : "Grid Levels".
https://fxdreema.com/shared/qMGp6c78
Possibly this works via a variable. Unfortunately I can't get any further and hope someone can help me.
-
RE: Reset consecutive lossesposted in Questions & Answers
@l-andorrà I don't understand what time the lost trades are related to. I tested it today. The EA has lost the maximum number of trades, after which I removed the EA from the chart and wanted to start it again, the EA did not open any more trades. So I'm not sure what period the lost trades relate to. Probably to the day, but I don't know for sure.
-
RE: Reset consecutive lossesposted in Questions & Answers
@l-andorrà @mdepor55 Thanks for this post. I have a similar question. Do you know how it is possible to reset the "check consecutive losses" block every day for example?
-
RE: Condition for date of a monthposted in Questions & Answers
@roar Ok ... Unfortunately a bit cumbersome in fxdreema. But thank you very much!
-
RE: Condition for date of a monthposted in Questions & Answers
@roar Thanks, I saw that. My question was as I only want to trade January and February. Is it possible to enter "1, 2" in the month filter? Haven't been able to test it with success yet.
-
RE: Condition for date of a monthposted in Questions & Answers
@roar Thank you! How could I miss that ...

Is there also a possibility to use this only for certain months? E.g. only in January and February ...?
-
Condition for date of a monthposted in Questions & Answers
Hello! Is there a function to open a trade e.g. on the 10th of a month and to close on the 15th of a month? I didn't find anything about this in the conditions ...
It would be nice if someone knows something about this.
-
Freelance service for programming with fxDreema?posted in Questions & Answers
Hello, unfortunately I have very little time to program EAs strategies. In the meantime, however, I have developed a solid basic knowledge. Are there any users who want to program EAs with fxDreema on a freelance basis? Or can someone recommend a freelance service for fxDreema programming? The programmer should have a very good knowledge of the functions of Fxdreema.
-
RE: Draw High-Low Lines in Chartposted in Questions & Answers
@l-andorrà Thank you! I have created my EA indicator, but unfortunately not all lines are displayed correctly. I want to draw the following lines:
Previous day high - time period 09:00 - 23:00
Previous day low - time period 09:00 - 23:00
Previous day opening - 9:00 am
Previous day close - 23:00 am
Current day high - time period 09:00 - 10:00
Current day low - time period 09:00 - 10:00https://fxdreema.com/shared/o8EzkqM5d
Is it possible that fxdreema has an error here? only four lines are drawn and some of them are not correct...
-
RE: Draw High-Low Lines in Chartposted in Questions & Answers
@l-andorrà Thanks for the answer, I tested it. Unfortunately, all lines of the past days are still continued in the chart. Only the signal lines of the last day in the current day should be displayed.
My idea is to develop an EA as an indicator function that plots the highs and lows as well as the opening and closing prices of the previous day, based on a selected period (e.g. 9:00 a.m. - 5:30 p.m.) in the chart for the current day.
Do you have any idea how I could implement this?
-
RE: Define a space between two moving average lines?posted in Questions & Answers
Great questions and answers. Help me a lot too.
-
Draw High-Low Lines in Chartposted in Questions & Answers
Hello, I want to create an EA that draws the lines of the previous day's high and low on the chart. However, the lines should only be drawn until the next signal or, alternatively, the old ones should be deleted when the new signal comes.
I've already started a project, but I'm not getting anywhere right now ... It would be nice if someone could tell me the mistakes in my project.
-
RE: Need Help for simple RSI Indicator EAposted in Questions & Answers
@lonerider You need to add "once per bar"..
-
RE: On-Off switch for Condition Blockposted in Questions & Answers
@cpbonzo Thanks for the idea. Is there a way to do this without an object in the chart? E.g. with a switch that can be set to thru / false in the EA settings?