Posts made by l'andorrà
-
RE: Multiple take profit conditions/break even settingsposted in Questions & Answers
On your first question, do you mean partial profit or just closing the trade? And on the second question, are those numbers supposed to be price levels or profit?
-
RE: Deriv boom and crashposted in Questions & Answers
This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: Full-Version vs. Free Versionposted in Questions & Answers
@Suraj0544 I replied to your other thread. Please don't duplicate questions.
-
RE: Lot sizeposted in Questions & Answers
Can you please share the loop you created? I will review it.
-
RE: Question on Breakeven and then start Trailing stopposted in Questions & Answers
@Suraj0544 This is the basic structure, but you will have to adjust the value of that red marked distance as per your preferences:

-
RE: Hight low periodo of timeposted in Questions & Answers
If I understand correctly, you need to find the highest and lowest prices from 00:00 to 09:00. Then if prices breaks through any of those price levels a buy or sell will be open. Is that correct?
-
RE: Title: Help with formula to close operations in pipsposted in Questions & Answers
@alok What do you exactly mean by 'TotalPips'?
-
RE: Please how can calculate average distance between four candle ( 0,1,2,3) and it's indicatorposted in Questions & Answers
Sure. The first thing is knowing how variables work in fxDreema. You can find it here:
https://fxdreema.com/documentation/builder/constants-and-variables -
RE: How to action after delete object onchart ?posted in Questions & Answers
You didn't use any filter on block 39. Just select the object's name to identify it correctly.
-
RE: create ea hegeposted in Questions & Answers
@huythai Yes, but you will need to us a variable counting the maximum number of open trades so far. Are you familiar with the way variables are used in fxDreema?
-
RE: optimization fail with objectposted in Questions & Answers
@dabidabi Do you really need so many objects?
-
RE: Counting buy and sell arrow objects on chartposted in Questions & Answers
I replied to your previous post. Please don't duplicate threads.
-
RE: EA THAT TRADE OBJECTS ON CHARTSposted in Questions & Answers
@JairusDedino You need to do this in the 'on trade' tab:
https://fxdreema.com/shared/GJIFhjEId
You will have to consider when the variable will have to be reset.
-
RE: Please how can calculate average distance between four candle ( 0,1,2,3) and it's indicatorposted in Questions & Answers
@Apostleese21 Then you can use standard calculation through variables. Could you please share a numeric example of what you need?
-
RE: Title: Help with formula to close operations in pipsposted in Questions & Answers
@alok That structure will do exactly that. It will search for all open trades right now and will check (one by one) if profit is 10 or more. If it is true, that trade will be closed. All other trades with less profit will not be closed.
-
RE: EA not executing Tradeposted in Questions & Answers
Can you please share the link to the project?
-
RE: Please how can calculate average distance between four candle ( 0,1,2,3) and it's indicatorposted in Questions & Answers
No block in fxDreema can do that. Renko charts need custom code to work in fxdreema. You will need a programmer to do that.
-
RE: Zigzag calculation error during backtestposted in Questions & Answers
This is because the zigzag indicator is simply terrible to use. You should try to find another one more reliable.
-
RE: create ea hegeposted in Questions & Answers
Creating such a complex structure is not a trivial project to do. You will need variables ans loops to get it. Are you familiar with them in fxDReema?

