@fabiobioware Anyone with any idea how I could implement this in my EA?
Posts made by fabiobioware
-
RE: Temporarily stop trading. Multi markets.posted in Questions & Answers
-
Temporarily stop trading. Multi markets.posted in Questions & Answers
My EA opens trading in several currencies.
But I would like to create a condition to detect which currency is consuming more of my balance, say that when a particular currency is consuming 20% of my balance, I would like my EA to not accept any more trades from any other pair, except this one for that is consuming 20%.
It would be like a lock, when he realizes that a certain currency reached 20% of the balance's consumption, it would halt the negotiations of other currencies.Negotiations should happen again for these "other" currencies only when the pair that consumed the balance has closed those negotiations.
-
RE: Final back test differs from Visual modeposted in Questions & Answers
https://fxdreema.com/shared/xoHl1XZP
Hello, I notice that you are using the condition of crossing above x>, I already had a problem with this crossing above for several indicators that use lines because many times it does cross but is not above, it does not remain above.
Perhaps it would be better to use the condition> than to use condition x>
Try to see if this project that I sent help, otherwise we can try other things. -
Stop Loss in profit, chasing the candle.posted in Questions & Answers
Hello friends,
I would like to know how it would be more correct to make the following rule:
I have an EA that works with several opening positions.
When he has his purchases open, I want to put a rule on him so that when he is in the profit of the sum of the set of orders, he moves the stop loss to the bottom of the candle, I believe it would be the minimum of candle 1, ie candle previous.
Every time a new candle closes the stop loss it should go to the low of that candle.
But in order for him to move to the bottom of the previous candlestick, he has to first check if he has the balance of the set of orders profiting.I did it the way I am showing below, does anyone have any better ideas?
https://fxdreema.com/shared/NMrhdp89b -
RE: Rule using wicks and distance.posted in Questions & Answers
@fabiobioware in this example the candle made a larger wick at the top, this wick found a very strong resistance in the upper bollinger band showing that there could be a fall soon afterwards.
-
Rule using wicks and distance.posted in Questions & Answers
Hello guys, I'm trying to make a rule using wicks and distance from the wick to the bollinger bands indicator.
I tried to create this project to start https://fxdreema.com/shared/qkSoVZ75e
Can anyone help me understand how to do this the right way?
The rules are as follows:
Open a buy when:
Always look at the current candle (0).- With 5 seconds remaining for the candle to close.
- Check if there is a wick at the bottom of this same candle, and if there is, check if this wick at the bottom is larger than the wick at the top of the candle.
- Check if the distance between the tip of the wick of this same candle is very close, say 5 to 1 pips away from the lower bollinger band.
Project --> https://fxdreema.com/shared/qkSoVZ75e
-
RE: Range of gain or loss of orders currently opened, positive and negative.posted in Questions & Answers
@l-andorrà exactly my friend, this block solved everything i needed, thank you very much.
-
RE: Range of gain or loss of orders currently opened, positive and negative.posted in Questions & Answers
@l-andorrà https://fxdreema.com/shared/tZzpCraXc -->I believe I got the positive value.
But the negative I have no idea.
Can anyone help? -
RE: Range of gain or loss of orders currently opened, positive and negative.posted in Questions & Answers
@l-andorrà Negotiations that are open and in progress, the sum of them, being positive or negative.
That way I will know that that particular $ 1000 asset came to a negative -300 $ maximum at the moment. -
RE: Range of gain or loss of orders currently opened, positive and negative.posted in Questions & Answers
@l-andorrà said in Range of gain or loss of orders currently opened, positive and negative.:
I guess you wantthat info for closed trades, right?
I guess you wantthat info for closed trades, right?
No, only for ongoing negotiations.
The reason is that I want to know how negative the sum of the open orders in progress was.
Or how positive the negotiations in progress have become. -
Range of gain or loss of orders currently opened, positive and negative.posted in Questions & Answers
Hello friends, I would like to know how I can get information in the graph showing the maximum that the asset was reached of positive gain, and of loss when it was negative.
I'll try to explain:
- Imagine that I have $ 1,000 in the account
- I have 3 open orders and the profit result is as shown in the image 16.90 $ ->

But, after a few minutes the balance got bigger as shown in the image again, it went to $ 34.60 ->

Then he will have to register this balance of 34.60 $ this time as a new maximum profit achieved, and so he will continue to do so.
If the profit decreases he will do nothing, he only registers new higher profits
The same situation for the sale.
- He now shows that he has 1 open order and has a negative profit of -1.20 $ -->

Then he should register that the lowest profit achieved was 1.20 $.
But after some time he registers that he is -13.30 $ negative -->
So he understands that it is the lowest profit achieved and records it this time.
-
RE: [Custom Block Release] Send a message or screenshot to Telegram Blocksposted in Tutorials by Users
@cheaponreay01
@saeed-2
@cesardefez
@iamtaaaro
@Opengates
@Mantadiver
@miro1360Can someone help me?
-
Fxdreema issue nowposted in Bug Reports

Hello, Fxdrrema is stuck on this screen. Appears to have stopped, can you please check?
-
RE: [Custom Block Release] Send a message or screenshot to Telegram Blocksposted in Tutorials by Users
@vnpython-0 @Spuzy2 @ranjayforex
Can you help me?
I'm getting the error from the image below:
I followed the step by step and I also had the problem to compile directly through fxdreema, so I generated the .mq5 and compiled it through the metaeditor and it generated the .ex5 file.
But when you put it on the chart it doesn't send the screen print and gives this error on the Experts tab.Can you guide me on how to solve it?

-
RE: Reopening of negotiations are not working properly.posted in Bug Reports
Hello my friends, I have not tried any broker without spread, but I will try this week.
I honestly don't believe it's just a spread.
The reason I don't believe it is because it is quite clear that the "no position" block that is at the top in "on tick" should do its function of "having no position" to pass on to the next block, check the spread and open the order, and it should be constantly repetitive until the spread is at the desired size opening the order.
It is as if the block "No position" did not do its function correctly, if I do not have the position, it should pass on to the next block, very simple but it did not.
Anyway, I will analyze this week and post more evidence if it happens and if necessary, call the broker to find out if the mistake is with them or not. -
RE: Reopening of negotiations are not working properly.posted in Bug Reports
@jsauter86 https://fxdreema.com/shared/5LH9F59Kd
I don't have to replicate the error at this point because it happens only when the market closes and reopens, the market will close today and reopen on Sunday.
If it happens in any pair I put the print here on the screen.
For now I can only share this link to demonstrate how my first entries are being made. No strategy at all because I don't look at anything to make the first entry just this.

