Did you search through the forums search tool. I remember someone tried to do something like that in the past.
Posts made by l'andorrà
-
RE: Hello friends, have any of you already managed to create a news filter that works well in fxdreema?posted in Questions & Answers
-
RE: Bollinger band buy and sellposted in Questions & Answers
@kehbooo You are using a 'one per bar' block. That means the conditions below are checked every time at the open of the most recent candle. Then you can select different candles ID depending on the value of the selected constant.
That means that some times you will get wrong results as you identified in your first post. You can check it. Select 0 on candle constant and back test it. Then try again by selecting 1 on the same chart and period. You will get different results.
-
RE: EA to trade based on indicators and with trailing stop loss/ take profitposted in Questions & Answers
Are you using custom indicators maybe? Could you please share the link to the project?
-
RE: how to pause(sleep) a script?posted in Questions & Answers
Create buttons instead. You can pause an EA at will just by clicking them whenever needed.
-
RE: Bug in Modify stopsposted in Bug Reports
Your setting should move all active SL at the moment. However, why are you using that block 83?
-
RE: how to pause(sleep) a script?posted in Questions & Answers
You don't need a script to do that. You can create a structure in your Ea doing exactly that. Why using a script and an EA when the EA can do it all?
-
RE: Draw Line for Margin Call and Stop Outposted in Questions & Answers
Can you please share the latest version of the project?
-
RE: Bollinger band buy and sellposted in Questions & Answers
Can you please share the link to the project to review it?
-
RE: HELP ME CREATE THIS EAposted in Questions & Answers
@KABO Agreed. That sounds like a martingale. Here you have my personal martingale project. You will have to adapt it to your requested setting, but the general idea is here:
-
RE: PHP How to send a Response from PHP to EAposted in Questions & Answers
That's too advanced for me. But I'm also interested in the solution if someone else can help.
-
RE: Uploading problem with mql5posted in Bug Reports
That screenshot is form mql5.com. Did you try to backtest thorough a standard MT5 platform?
-
RE: Conditional trading pairsposted in Questions & Answers
@simba296 Sorry for not seeing your previous reply. I simply missed it. You can control that maximum global number of open trades regardless the chart by using this block and settings:

Additionally, block 154 is not working in that position. Same with blocks 260 and 395. They are loops searching for open trades and they are not executing any action there.
-
RE: Candle Close selection rounds to nearest integerposted in Bug Reports
Just curious. What's the point of that empty 'pass' block on top?
-
RE: Break even differenceposted in Questions & Answers
Agreed. Working on MT5 is very unreliable lately because of admin's constant modifications.
-
RE: Cascade Grid Systemposted in Questions & Answers
@rudy-1 I'm not sure the info provided by Trading View indicators can be used on fxDreema structures. I remember having read you need custom code to to that, but not sure about it. Sadly I cannot provide any custom code because I'm not a programmer. I recommend you search the key words 'Trading View' through the forum search tool. That should definitely help.
-
RE: How to create tick data recorder in fx dreema?posted in Questions & Answers
You will need custom code to do that. FXDreema cannot do it through any block.
-
RE: Drawing a line Each Dayposted in General Discussions
Blocks 16 and 38 should not be connected. You need two separate structures and not one like know.
