¿Usas el que odrece fxDreema por defecto o uno tuyo personal?
Posts made by l'andorrà
-
RE: tengo problema con mi EAposted in Questions & Answers
-
RE: Question on Breakeven and then start Trailing stopposted in Questions & Answers
Do you mean a hammer created today touching today's high/low? But what if that same hammer is the one creating today's high/low?
-
RE: Question on Breakeven and then start Trailing stopposted in Questions & Answers
@Suraj0544 You can use this block:

-
RE: How do I make limit orders cancel stop orders once filled, and vice versa?posted in Questions & Answers
@BrianaM1 The 'trade created' block is triggered when a trade is open, either manually or automatically.
-
RE: Optimization speed improvementsposted in Questions & Answers
@seb-0 The fxDReema bot needed one week to do 1,200 iterations. The manually built bot using the same input parameters, same testing period, etc. hit 115,000 iterations in the same period. Simply no contest.
-
RE: How to EA- turn off Auto Trading disable after profit got hitposted in Questions & Answers
@go-funded Why not just blocking the bot to stop opening more trades instead of turning off auto trading? That would be far easier to do.
-
RE: Backtesting with Multiple Timeframes - Oscillators?posted in Questions & Answers
@Kiku I'm afraid I don't fully understand the issue. Could you please upload some screenshots on both timeframes showing when a trade is supposed to be open?
-
RE: Let user select Money Manager in EA propertiesposted in Tutorials by Users
Thank you very much for sharing.
-
RE: calculate pips between tradesposted in Questions & Answers
Do you mean pips distance between open prices or close prices?
-
RE: Place pending order for buy and sell and open again pending order only after SL or TPposted in Tutorials by Users
@Jotha You need to use this block in the 'on trade' tab:

You can select as many as you need to do all those things you need.
-
RE: Please help with Buttonposted in Questions & Answers
@HELLOTB9JA This is the general structure:
https://fxdreema.com/shared/Gw9vhWYzb
Please notice that there are blocks on 3 different tabs and none of them are the 'on tick tab'. My example is just for the ON button. You will need to duplicate it for the OFF button. Additionally, you will need to specify the block number to turn on on block 6. That block needs to be what you use on top of your structure (in your case block 9, that will have to be turned off by default).
-
RE: Quick help hereposted in Questions & Answers
@tec-nacks Is the arrow identified as an object in the platform's 'Objects' windows? If so, you can search for any object with a part of its name being on candle ID 2.
-
RE: Question on Breakeven and then start Trailing stopposted in Questions & Answers
Then remove both 'once per bar' block from their current positions and use a new one on top of blocks 3 and 4. Then rename it a block 2.
-
RE: Optimization speed improvementsposted in Questions & Answers
@Bogdaiki I'm not a programmer, so I cannot be any helpful here except for recommending what I do when I I find a successful strategy on an FXDreema bot. I simply hire a real programmer to make it rebuilt from scratch manually.
That makes all the difference. Some of my bots in fxDreema are using more than 60000 lines. Once they are manually rebuilt, they need less than 2000. And trust me, optimizing 2000 lines code is FAR faster than optimizing 60000.
-
RE: Backtesting with Multiple Timeframes - Oscillators?posted in Questions & Answers
@Kiku This is the place to specify the candle ID:

You can do it separately on every condition block.
-
RE: Quick help hereposted in Questions & Answers
@tec-nacks Do you mean there can be more than one arrow on the same candle? I guess you need a loop, but some more info would be definitely appreciated.
-
RE: Please how can i create a bot to open sell position at new candle openposted in Questions & Answers
@haruna Biztet means this:

However, the first trade will open at the exact moment you run the blot on the chart, not at the beginning of the candle. All trades after that one will be open as you want.
-
RE: Backtesting with Multiple Timeframes - Oscillators?posted in Questions & Answers
fxDreema can do that, but before trying you need to be completely sure the platform can correctly identify the indicator's buffers AND checking if the indicator doesn't repaint. If any of those conditions fails, the indicator will not work on fxDreema.