Can you please share the link to your project?
Posts made by l'andorrà
-
RE: Handling Heikin Ashi Wicks in Trading Bot Logicposted in Questions & Answers
@teonilenders I remember having used one like that long ago (10+ years), but I can't find it on my indicator's vault. I don't remember its name either. Maybe searching on mql5.com's forum will help.
-
RE: All my data is gone! Variables and links...posted in Bug Reports
@jstap Correct, this is a browser issue. Try to use a different browser just to check it out.
-
RE: Some one can open ex4.posted in Questions & Answers
@antonioismaelito ¿Quires decir decompilar un archivo ex4? Sólo muy selectos programadores disponen de herramientas que puedan hacerlo. Si encuentras alguna que sea funcional, compártelo aquí, amigo, porque eso es nuestro santo grial.

-
RE: Buy / Sell on Custom Indicatorposted in Questions & Answers
Two quick questions:
- Are you sure you're using the correct buffers?
- Is this the whole project or just part of it?
You selected those buffers to appear on candle ID 1. Are you sure they can appear there? I guess they should appear on candle ID 0 instead. Try to select candle ID 0 instead. But then you'll have to check if the indicator repaints, because if it does, it will doom the bot.
-
RE: 脚本在MT4上不了是什么回事?posted in Questions & Answers
Can you please use English in your question? I also speak Catalan and Spanish if that helps.
-
RE: Question on Breakeven and then start Trailing stopposted in Questions & Answers
@Suraj0544 You can remove block ID 15. It is redundant. The reason why no sell is open when a buy is open is because you are using a 'no trade' block for buys ans sells at the same time. You should use 2 different 'no trade' blocks, one for buys only and another one for sells only. Both can be connected below your 'hours filter' block.
-
RE: How do I make limit orders cancel stop orders once filled, and vice versa?posted in Questions & Answers
Exactly in the same way, but using positive values instead of negative ones in the 'pending' order blocks.
-
RE: Handling Heikin Ashi Wicks in Trading Bot Logicposted in Questions & Answers
@teonilenders AFAIK, there is no block in fxdReema that can identify wicks on Heiken Ashi candles. Maybe I'm wrong. My suggestions would be finding a custom indicator doing so.
-
RE: ADXposted in Questions & Answers
This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: How to make Buy and Sell EAposted in General Discussions
@Bissy When you sat candle ID 0, do you mean candle 0's close price?
-
RE: No Position Block Questionposted in Questions & Answers
If the 'No position' block is set as 'Symbol mode: specified', the bot will check the the symbols it is active on. However, if you select 'Symbol mode: Any symbol', the same bot will check both of them, but will only open one only trade in total, not one per symbol.
-
RE: How to select the last 2 tradesposted in Questions & Answers
@keanzoe You can select them this way:

-
RE: Customizable user interfaceposted in General Discussions
@Gavintravis This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: ADXposted in Questions & Answers
@Nilesh Please focus on one only thread instead of flooding the forum with unnecessary repeated questions.
-
RE: Can anyone help me why it not entering tradeposted in Questions & Answers
What is the problem exactly? No open trades at all or not all trades are open?
-
RE: Can anyone help me why it not entering tradeposted in Questions & Answers
Select < and > symbols instead of x> and x< in blocks 143 and 148.