Use the free software provided by fxblue.com. It's 100% effective and free.
Posts made by l'andorrà
-
RE: Copy Tradingposted in Questions & Answers
-
RE: Convert scriptposted in Questions & Answers
I cannot open them. Are you sure they were correctly compiled?
-
RE: Can#t trace the custom indicatorposted in Questions & Answers
I'm afraid I don't fully understand what you need. Do you want to check those indicators? Before using any custom indicator you should check if they repaint. Because if they do the bot is doomed.
-
RE: Solve simultaneous tradesposted in Questions & Answers
Could you please share the link of your project?
-
RE: How to use blocks?posted in Questions & Answers
Do you mean 5 pending orders maybe? You can open 5 market executions at the same time with 50 pips gaps between them.
-
RE: how to choose colorposted in Questions & Answers
Does the indicator repaints? Because if tit does, the bot is doomed. Before moving on you should check that.
-
RE: Adaptive moving strategyposted in Questions & Answers
I agree with sktsec. You should review those blocks.
-
RE: Why no line TAKE PROFIT? in my EA?posted in Questions & Answers
Could you please share the link to your project?
-
RE: All The condition is correct, but wrong,delay entry or not entry at all.posted in Questions & Answers
Because what you see on the chart is a visual artefact of the backtesting process. Backtest charts do NOT represent the real conditions of the market AT THE EXACT moment it happens. If you select any of those wrong/inexisting entries and backtest it vissually at a very low speed you will check conditions were not met AT THAT MOMENT whereas they are met later. However, what we see is the final result. This is a very common issue when using several slow indicators like MACD.
-
RE: BUGS?! TRADES CLOSE AFTER A FEW SECONDSposted in Bug Reports
The problem is in block trees 14, 16 and 20. You are requesting the bot to close ALL open trades as soon as they are open. It's working as you designed it. What is the bot supposed to do instead.?
-
RE: Is it just me or did fxdreema stop working???posted in Questions & Answers
Could you please open a new thread for your question instead of retaking this old one?
-
RE: Set take profit when orders executedposted in Questions & Answers
@aminzaeim Then what you need is a 'Fore each trade' loop. But why don't you seta TP within the pending order? That would make it far easier.
-
RE: check next candleposted in Questions & Answers
I guess you mean reviewing the 'sell' loop, right? Just substitute that 'loop (pass n times)' block by the first 'indicator is visible' block of the sequence. Then just before the sell block use a condition block requesting for the variable to be 3. Only if that is true, the sell will be open.
-
RE: Trailing stopposted in Questions & Answers
That depend on your criteria to define 'effectively'. What do you mean by that exactly?
-
RE: Set take profit when orders executedposted in Questions & Answers
@aminzaeim You can set the TP distance here:



