Must have been temporary server error. Now magically it's fine.
Posts made by tonyramirez
-
RE: Can't add custom indicatorsposted in Questions & Answers
-
Can't add custom indicatorsposted in Questions & Answers
Don't know what I'm doing wrong. When I import a custom indicator, the input parameters and buffers are imported but when I click update, the values are not added to the block.

-
RE: Figuring out the previous candle if it is bear/bull in this situation.posted in Questions & Answers
Thats a fairly complex project. I think if you share just the relevant section, you'll have more chance of getting feedback.
-
RE: auto tpposted in Questions & Answers
It's working properly now I think. I've attached the working version. For visual clarity it buys a maximum 2 positions and waits 5 bars after buying one position before opening another.
Note, for it to work the way you wanted, you have to change the default settings on the Check profit (unrealized) block as shown in the picture.
https://fxdreema.com/shared/9Fge6c36e

-
RE: Check profit (average) and check profit (unrealised) not working? (MT5)posted in Questions & Answers
@roar said in Check profit (average) and check profit (unrealised) not working? (MT5):
@tonyramirez your EA has an SL of 50 pips, thats closing the trade. Not the profit checking block.
Thanks for checking it. That default 50 pip stop/TP has caught me out more than once!!
I will test again to make sure there no bug.
-
Bug - Check profit (average) and check profit (unrealised)posted in Bug Reports
UPDATE *** There is no bug, this was my error. I forgot the buy and sell blocks have a default SL and TP of 50 pips. Warning to everyone - this can really catch you out!
I have tried both and while the blocks pass when the profit target n pips/$ is met, they also pass for -n!.
Below is a simple project to test this. To make it easier to visualise the results, I only allowed one trade at a time, which should still work.
https://fxdreema.com/shared/PqMeukc4b

-
RE: Check profit (average) and check profit (unrealised) not working? (MT5)posted in Questions & Answers
Yes, I see that.
Since nobody has given any explanation for the -n result I'm reporting this as yet another bug.
-
RE: auto tpposted in Questions & Answers
@l-andorrà said in auto tp:
@tonyramirez You inserted a link to your thread asking for help here.
It's completely normal and efficient to post relevant links from one post in another!
-
RE: Single trade for one candleposted in Questions & Answers
You're having the problem because your trades are executing once every tick. Insert the once per candle or once per n candles block in your project. I also recommend you read the how to and instructions sections before attempting to create any projects.
-
RE: Suggested feature - Conditions blocks allow one indicator to use another indicator's dataposted in Bug Reports
I'm not sure I understand your questions.
-
Highs and lows are not absolute, they are always relative to something. If you were trying to find a relative high for an oscillator you could create 2 condition blocks where the first checks to see if the RSI 2 candles ago was less than 1 candle ago, and then another condition to check if the RSI 1 candle ago was was greater than at the current candle. That would detect a relative high in the RSI I think.
-
Currently with Fxdreema you need to import a custom indicator if you want one indicator to use another indicator's data. I haven't looked into how to do this. My coding abilities in MT5 are almost non-existent.
-
-
RE: auto tpposted in Questions & Answers
I don't know what you mean. This is Norbii's thread. I started another thread on a related subject and provided the link for Norbii because i knew it would be of interest to him.. What did I do wrong?
-
Suggested feature - Conditions blocks allow one indicator to use another indicator's dataposted in Bug Reports
To take advantage of many oscillators to get entry and exit signals, it's useful to be able to apply one indicator to another indicator's data. For example when applying a Moving Average to ATR data, you can program buy/sell signals based on whether the ATR is above or below the MA.
This is a feature in Metatrader and it would be very useful to be able to access it in Fxdreema.
Thanks


-
RE: auto tpposted in Questions & Answers
Maybe someone else can find the problem or propose another way of doing it.
-
Check profit (average) and check profit (unrealised) not working? (MT5)posted in Questions & Answers
These two blocks have overlapping features. Both of them should allow you to check when your combined positions reach a certain profit target. I have tried both and while the blocks pass when the profit target n pips/$ is met, they also pass for -n!.
Below is a simple project to test this. To make it easier to visualise the results, I only allowed one trade at a time, which should still work. If anyone can find a mistake or propose an alternative solution, please let me know.
https://fxdreema.com/shared/PqMeukc4b

-
RE: auto tpposted in Questions & Answers
I haven't been able to get this to work 'as advertised'. More importantly I haven't found an alternative that would work for you. I'm going to post the problem to see if anyone can find a flaw in my logic. Otherwise it's a bug.
-
RE: Suggested feature - Add 'year' block to time filters (MT5)posted in Bug Reports
@l-andorrà said in Suggested feature - Add 'year' block to time filters (MT5):
@tonyramirez I like this idea.
And it would probably take the developer 2 minutes to implement because the code exists in the month, day etc. blocks. -
RE: Why do some variables have check boxes but can't be optimised?posted in Questions & Answers
OK, then I wish I knew why the developer implemented the checkboxes in those cases.
-
RE: auto tpposted in Questions & Answers
Hi, I've designed a simple project to test Check Profit (Average). So far it seems to be closing positions correctly when total profit is n pips as specified...but also when profit reaches -n pips!
I'll play around with it some more to see if my logic is flawed or it's a bug.
-
RE: Bug - Time mode 'components' condition is not working properly (MT5)posted in Bug Reports
Thanks. I emailed him yesterday.
-
RE: auto tpposted in Questions & Answers
If you share the project I'll try take a look at it.
Projects menu --> Create shared copy