@jstap A very interesting approach! Didn't consider that.
Posts made by l'andorrà
-
RE: time valueposted in Questions & Answers
-
RE: STOP LOSS CHANGE MY EAposted in Questions & Answers
Can you please share the link to your project?
-
RE: How to Create a bot with different indicatorsposted in Questions & Answers
Sorry, I misunterstood you. You mean combining two indicators on the same subwindow and then use that combine new double indicators as your trigger, right? Sadly that is not possible in fxDreema. You will need a programmer to combine them into a custom indicator and then import it into your fxDreema account. Otherwise you can't do that.
-
RE: Multitimeframe Issue with Fxdreema Expert Creationposted in Questions & Answers
I see no reference for any trend line to be plotted. How is that supposed to be interacting with the structure you shared?
-
RE: Bucket Of Positions Does Not Work With Some Brokersposted in Questions & Answers
Please don't hesitate to share his answer. I'm also interested.
-
RE: pending order closedposted in General Discussions
@skauch You are very close. You need two separate 'delete pending order' blocks. One for sells connected below the buys and viceversa.
-
RE: pending order closedposted in General Discussions
There is no spread distance selected and both blocks 31 and 33 are set for buys only.
-
RE: Draw Rectangleposted in Questions & Answers
Is the rectangle used for visual reasons only? If so I recommend not to use it. If you need it to find an area inside, you can use variables to store the info and will safe a lot of time and blocks.
-
RE: A BUG ABOUT BETTING:CUSTOM SEQUENCE / LOOPposted in Bug Reports
Then you need to do that with a lot size variable. However, I don't see the logic in increasing the lot size that way. What if you get a sequence like 0.01, 0.8, 0.9 or even higher!
-
RE: Multitimeframe Issue with Fxdreema Expert Creationposted in Questions & Answers
Could you please share the link to your project?
-
RE: Does anyone know this ea?posted in Questions & Answers
I have no idea. Do you have any developer's hint?
-
RE: Help creating EAposted in Questions & Answers
That's a very ambitious project. Creating it with fxDreema is not a trivial thing. I can help you here, but that will require time. Did you create an initial project to begin with?
-
RE: open/close at EMAposted in Questions & Answers
Could you please share the link to the project instead? That would make reviewing easier.
-
RE: How do I work on thisposted in Questions & Answers
Let's begin by reordering the block trees executions. Block trees 35 and 37 need to be the last ones to be executed, so please change number in all other 'No position' and 'if position' blocks to be lowers than 35. Additionally they should be ordered from lower to higher. This means the 'no position' one should be the lowers and the 'if position' for the highest lot size should be the highest but still below 35.
-
RE: Hedging problemposted in Questions & Answers
Yes, That I understand, but I need to understand how many different values that variable can take. And apparently it can be any number. And when do you decide to open that hedge trade? What is more trades in the previous direction are open? A second hedge trade should be open with the combined lot size of the second batch?
-
RE: Buy Sell Block Take Profit by indicatorposted in Questions & Answers
You can contact him here:
https://fxdreema.com/support -
RE: If position Close or Trail Trade Mgmt MT5posted in Questions & Answers
The position of the trees on the builder is irrelevant. You can position them at will. What is fundamental is the number ID of the blocks on top. 'No position' block number needs to be the lowest one. Then the 'for each position' block number needs to be higher and finally the 'Pass' block number. This means those blocks trees will be executed in that order.
On the TP issue, I guess the only option is asking the admin directly why it doesn't work. Personally I never tried it that way. -
RE: i can't Export File .ex4 web Server Error ??posted in Bug Reports
No problem in my end. Does it happen to all projects or just one?
