Just to be clear, do you want to create an EA to control another EA? Why not combining both into one?
Posts made by l'andorrà
-
RE: Giving sell/buy signal by phoneposted in Questions & Answers
-
RE: How to speed up backtest ?posted in Questions & Answers
Connections can be right or wrong depending on the settings of the blocks. With that screenshot only I cannot tell you what's the problem. On the tick option backtest, I agree it is the most reliable by far.
-
RE: Need Help please! I put pending order into on trade, but my pending order open price level is not pending in the current open priceposted in Questions & Answers
This is the second thread you opened for the same question. Please don't duplicate threads.
-
RE: How to find lowest and highest value from indicator x-candles?posted in Questions & Answers
I'm not sure. I guess it will depend on the info of that buffer. In general I would say you will need a custom loop to find that value.
-
RE: close most recently opened tradeposted in Questions & Answers
@vsidaarth This is the way to close the most recent open trade:

-
RE: horizontal lineposted in Questions & Answers
Not sure what you exactly mean. Can you please upload a screenshot as example?
-
RE: Whats Wrong in Lot Incrementposted in Questions & Answers
You need to split the block tree into two. You need to disconnect blocks 232 and 233. Then renumber block 233 as block 1. Finally, you can remove block 157.
-
RE: HELP ME CODEposted in Questions & Answers
@Cashflo He means you need to create a project first and then share the link this way:

-
RE: Display flags in commentsposted in Questions & Answers
I always recommend using variables instead of flags.
-
RE: drop-down listposted in Questions & Answers
Yes, but you will need custom code to do that. No fxDreema block can do it.
-
Ex4 files can't be importedposted in Bug Reports
I tried to import some ex4 files created with fxDreema but the platform can't do it. I get a 'No object found' message. Essentially what I wanted is changing the name of the file to create a new version. However, importing mq4 files works perfectly fine.
Is anyone else finding that problem?
-
RE: How To Avoid tradesposted in Questions & Answers
More info would be appreciated. What criteria should be used to identify those highs and lows?
-
RE: Need help for building eaposted in General Discussions
Do you have any initial project to begin with?
-
RE: How to Round to decimal placesposted in Questions & Answers
@Jim67 This is a common issue on fxDreema. The best solution I found is using this code:

In this case I selected 2 decimal positions only. However, the problem is still visible from time to time.
-
RE: How can i close a group of trades when they are in specific profit,EVEN there are multiple others running in loss? using Trailing stop (group of trades)posted in Questions & Answers
This is the second thread for the same question, please don't duplicate threads.
-
RE: How can i close a group of trades when they are in specific profit,EVEN there are multiple others running in loss?posted in Questions & Answers
Do you mean individual trades hitting a specific profit?
-
RE: Custom Indicator -- buffer not working as expectedposted in Questions & Answers
And your question is?