You connected the sell trades to the yellow output dot of the 'once a day' block. It should be connected to the orange one, like the buys.
Posts made by l'andorrà
-
RE: Open trade on previous candle close doesn't workposted in Questions & Answers
-
RE: TRADE WITH DIFFERING RSI VALUESposted in Questions & Answers
Then you will need an array to store the different RSI values assigned to each individual trade. Unfortunaltely fxDreema doesn not have any block offering custom array structures. You will need a programmer here, I'm afraid.
-
RE: "TURN OFF BLOCK" NOT WORKING, KINDLY ASSISTposted in Bug Reports
The problem is that you are using huge block IDs that are not necessarly executing the block trees in the correct order. I would suggest to renumber them with the lowest values possibls and then try again with the new values.
-
RE: HELP WITH BULLS IN A ROWposted in Questions & Answers
Why do youy need 2 'position closed' blocks for sells while having just one for buys?
-
RE: trailing stop and take profitposted in Questions & Answers
Technically it is possible by using 2 separate 'trailing stop' blocks, one for SL and the other one for TP. I guess that's exactly what you did, right?
-
RE: MAX and MIN range between two horisontal lines (check distance)posted in Questions & Answers
Congrats for making it!
And thank you for sharing your solution. -
RE: Grid layer lot size and close all not workingposted in Bug Reports
You are using the exact same variable for both buys and sells when they need to be independent. That's why the don't work.
-
RE: Open trade on previous candle close doesn't workposted in Questions & Answers
Why do you need those lines to be drawn? They are not used later. On the other hand, the pass blocks is unnecessary. You can remove it. Then you need to remove block 8 from its cirrent position. You need to use it immediately below both condition blocks. Otherwise they will not be correctly executed.
-
RE: Open trade on previous candle close doesn't workposted in Questions & Answers
Is the last version working normally?
-
RE: opening/saving projectsposted in Questions & Answers
@Domas1988 The only way is having the original code created by fxDreema in the first place. Otherwise it is not possible.
-
RE: "No Trade" Block condition issue resulting zero divide when "first" added to the Metatrader.posted in Bug Reports
Then the problem is apparently on the code itself. I guess some of the fxDreema blocks were corrupt. I know this can be annoying but the best way to check it out is building the whole project from scratch again (no copying any block from the original one). Then try the new version normally to confirm the issue still persists or not.
-
RE: Error on the Block "No Trade Nearby" that doesn't find trades that are actually nearby...posted in Bug Reports
That depends on your excat requirements. The "No Trade Nearby" will effectively block any new trade withing the specified pips distance you selected. It doesn't matter it is the first or the last open trade. All trades will be using the block exactly in the same way.
-
RE: opening/saving projectsposted in Questions & Answers
@Domas1988 Do you mean creating custom code blocks, maybe? You can use that block (custom mql code) to create any code into an fxDreema block.
-
RE: Looking for a reference for ICT concepts in FXDreemaposted in Tutorials by Users
That's is a lot of work to do!
Maybe we can move step by step to begin with. Let's focus on one aspect only and we can begin from there, ok? -
RE: "No Trade" Block condition issue resulting zero divide when "first" added to the Metatrader.posted in Bug Reports
@lvang1126 Is the error happening on different brokers and data histories? Maybe the issue is on a specific broker data only.
-
RE: my sl and tp not working .posted in Questions & Answers
Can you please share the link to your project?
-
RE: draw a rectangle for 10 range candlesposted in Questions & Answers
Why do you exactly need the rectangle? Is the bot supposed to be 100% automatic? Then no rectabgle is needed. Using variables will make the structure more efficient.