@haoglueck You're welcome.
Posts made by l'andorrà
-
RE: WHO SOLVES THIS PROBLEM FOR ME?posted in Questions & Answers
@luanainteglia Two questions. 1) Is this the whole project? 2) Are you sure ther order of execution of all blocks connected to 'Set timeframe' is correct. Shouldn't the trades be executed before those 'for each trade' blocks?
-
RE: Solved___How to find the Highest Value of variablesposted in Questions & Answers
@namfon122 You need an array to do that. Sadly the only way to create arrays in fxDreema is via custome code. You will need a real programmer to do it, I'pm afraid.
-
RE: Grid systemposted in Questions & Answers
@bagheria What is block 90 doing? I don't understand that logic.
-
RE: fxdreema.com platform, with platform translator !posted in Questions & Answers
@trader-man What do you exactly mean?
-
RE: MARKET CLOSEDposted in Bug Reports
@luanainteglia Did you contact the admin to let him know? He should be able to provide an answer.
-
RE: define blocks execution sequence?posted in Questions & Answers
@haoglueck Your first structure is correct. The block number 100 will be executed AFTER all other previous blocks. You don't need the second structure.
-
RE: (Partial) Take profit trailingposted in Questions & Answers
@robertk But do you really need a horizontal line plotted on the chart? Why not using a math calculation for a price level behaving as that line? Not sure I fully catch the logic behind that.
-
RE: CLOSING TRADES USING AN INDICATORposted in Questions & Answers
@6ixpappi said in CLOSING TRADES USING AN INDICATOR:
shared/gN61aQimc
This is the second thread you create for that same question. Please don't duplicate threads.
-
RE: Combination of different strategies or different Timeframesposted in General Discussions
@chriswillson I would try to combine different timeframes first. You can combine different timeframes in your EA by selecting them this way, for example:

I hope it helps.
-
RE: If last position/trade closes in lost, double the lotsize of next trade/positionposted in General Discussions
@chriswillson You are asking for a martingale. Here you have a complete martingale EA for you to learn how to do it:
-
RE: Is there a function that returns the pip decimal places?posted in Questions & Answers
@general-melchett AFAIK there isn't any, but I may be wrong.
-
RE: CLOSE POSITIONS USING INDICATOR CONDITIONposted in Bug Reports
@6ixpappi Is this the whole project or just a part of it?
-
RE: How to assign output buffers from custom indicators?posted in Questions & Answers
@bluekangaroo14 As jstap says the most important part is identifying the buffers. On the other hane, what info is the indicator providing? Are they visual coloured lines or objects? If so you need to check if it repaints, because if it does, you should not use it no matter how good it looks.
-
RE: WHO SOLVES THIS PROBLEM FOR ME?posted in Questions & Answers
@luanainteglia Can you please share the link to your project?
-
RE: Define week numberposted in Questions & Answers
@ftsio AFAIK it is not possible is teh Ea is removed from the chart because all variables will be reinitialized. The only option I see is you manualley inserting the week value as an input parameter when you rerun the EA.
-
RE: Trailing Stop - Multiple Levelsposted in Bug Reports
@bogdaiki Yes, the first number means pips away from open price. The trailing stop behaviour you need needs a specific structure, not this block.

