Do you mean a profitable one? All of us are looking for one! 
Posts made by l'andorrà
-
RE: Working Robotposted in Questions & Answers
-
RE: parabolic sar EA settingposted in Questions & Answers
This is the basic idea, but you will need some other conditions for sure.

-
RE: how to pending order open price at > to the open of each candleposted in Questions & Answers
No ture what do you exactly mean. Your broker will not allow to send a pendint order at the exact moment a candle is open because of spread. You can do it at a distance from current price only. Can you please give some more detail?
-
RE: Crossover between two EMAs periods AND two WMAs periodsposted in Questions & Answers
You can do it this way, for example:

-
RE: Each trade with trailing block only trailing two trades HELPposted in Questions & Answers
Could you please whar the link of your project? That would help more than the screenshot.
-
RE: Setting up MACD and Parabolic SAR conditionsposted in Questions & Answers
No problem. Try it and let us know.
-
RE: HELP BUILD A WORKING EA PLEASE CONTACT ME #posted in General Discussions
Wouldn't you loke to try it on your own? We can help you.
-
RE: parabolic sar EA settingposted in Questions & Answers
Well, some more detail is required. What do you exactly need the PSAR to do?
-
RE: simple program with custom Indicatorposted in Questions & Answers
Ok. The logic in general isi correct. Please rememberf to connect the 'buy now ' block to the condition block above it. Otherwise no buy will be open ever. Single blocks art not executed.
So apparently the problem is with the custom indicator. Can you please show the screenshot of the indicator in yoor fxDReema account?
-
RE: please help. paid with bitcoinposted in General Discussions
Sadly the admin does not check his ewallet every day. Please contact him through the support page and report the problem.
-
RE: Combine variables in order's commentposted in Questions & Answers
What do you exactly mean by 'combine'?
-
RE: Anyone Know How To Put SL Above/Below Swing High?posted in Questions & Answers
You can alway use the zigzag, but I don't like to work with it very much. You can try and saee if it fits your strategy.
-
RE: Fixed Account Balance for Martingaleposted in Questions & Answers
Do not connect thar trailing stop block on that position. Create a separate block tree headed by a 'Pass' block. On the other hand, that 'once per bar' block will mess your martingale. What you need is a constant ckecking process of your conditions so that a new trade is immediately open if the current one hits SL or TP.
-
RE: Check the 'loss' of a tradeposted in Questions & Answers
What's the problem with this block? That is exactly what it does.
-
RE: simple program with custom Indicatorposted in Questions & Answers
Go to Projects --> Create a shared copy --> click on the 'Get a link' button ---> Click on the link ---> Copy the URL of that new page here.
-
RE: Session Indicatorposted in Questions & Answers
You can always create an EA that behaves like an indicator. The question is, do you want to use it as an indicator all the time or you plan to launch trades conditioned to that EA results? I tell you this because you cannot run 2 EAs on tyhe same chart simultaneously.
-
RE: How to identify correlation betwen diferent pairs in FXdreema?posted in Questions & Answers
'Custom' means that it is NOT available by default in th fxDreema list of available indicators. I can tell you now that it is not. So you should find an indicator somewhere in the internet doing exactlly what you need and then import it to your fxDReema ccount.
I recommend you to find the mq4 version whenever possible. Working with the ex4 versions makes things more complicated.
-
RE: Setting up MACD and Parabolic SAR conditionsposted in Questions & Answers
My recommendations:
- Use a 'Once per bar' block on top of it. Otherwise you will get tens of trades when conditions are met.
- Specify candle ID 1 in all operads of all 'condition' blocks. Now they are working on cnalde ID 0 and that means potential weird results.
- Never connect a 'close trades' structure immediately below a buy/sell now. What you will get now is that no trade will be closed if a nother one has been previously open. You'd better create a separate block tree for it headed by a 'For each trade' block.