@Jacobus-Retief I can do it. You can just click on my signature's site. I'll be glad to help you.
Posts made by l'andorrà
-
RE: Coaching requiredposted in Questions & Answers
-
RE: How Backtest multiple Symbols in one time?posted in Questions & Answers
@Skyzen You can use one only block with all involved symbols comma separated, instead of using one block per symbol.
-
RE: Please HELPS!!! (Buy Limit & Sell limit Every 10pips)posted in Questions & Answers
Not sure I fully understand. Do you mean you want to do this?
- You will open one only trade manually.
- Then you will click on the button so that...
- ...Five pending orders will be automatically programmed above/below the manually open one. Each new pending order will be positioned at a 10 pips distance from the previous one.
Is that correct?
-
RE: STRATEGY SPECIALIZATION OR DIVERSIFICATIONposted in Questions & Answers
You will get as many different answers as traders. My personal opinion is going full for option 2 by not completely rule out option 1. Not sure my reply can be very helpful, though.
-
RE: Please HELPS!!! (Buy Limit & Sell limit Every 10pips)posted in Questions & Answers
@fx_boy Do you mean programming one only buy pending order and/or one only sell pending order?
-
RE: My EA picks trade only onceposted in Bug Reports
Can you please share the link to your project?
-
RE: is it possible to create EA to trade with Renko on Fxdreema?posted in Questions & Answers
@Jaico ¿Te refieres a un renko offline o en vivo?
-
RE: EA not executing Tradeposted in Questions & Answers
@D-Angelus Why do you need that 'once per trades' block? I don't understand the behind behind it.
-
RE: Licencingposted in Questions & Answers
@Dr-Amiin Using a whitelabel service from Socialtradertools.com can do exactly that without having to create your own expensive server structure.
-
RE: Lot sizeposted in Questions & Answers
You should separate the block this way:
- Disconnect the comment block from its current position and connect it to a completely separate block tree headed by a 'pass' block. This new block tree needs to be executed in the last position within the 'on tick' tab.
- Do the same with variables Futo-Lot3 and Futo-Lot4. Create a new separate block tree with another 'pass' block on top of a new 'modify variables' block storing that info. This new block tree needs to be executed after or before the 'for each trade', but always BEFORE the 'comment' block tree.
- Remove variables Futo-Lot3 and Futo-Lot4 from its current position.
-
RE: Question on Breakeven and then start Trailing stopposted in Questions & Answers
@Suraj0544 The second request depends on what you consider a sideways market. The first one can be done by using this block on top of your launcher block tree:

If you connect the YELLOW (not the orange one) output dot to the launching block tree, no trade will be open between 16:25 and 16:35 as per my example.
-
RE: Setting an EA to Execute Once When Profit Target is Reached and Reset the Next Day in FXDeemaposted in Questions & Answers
Do you mean stopping the bot today when profit is hit and retaking action the next session? Then this is the general structure:
-
RE: Old Expert Cannot Load on Testerposted in Questions & Answers
@rahmat-iskandar I'm afraid you will have to remake it from scratch. The platform has been updated many times since 2014. That means much of the code of most blocks is very different now. Sorry for the bad news.
-
RE: EA THAT TRADE OBJECTS ON CHARTSposted in Questions & Answers
@JairusDedino All bots created with fxDreema create those objects automatically when opening a new trade.

