But why are you using the variable? It is not necessary.
Posts made by l'andorrà
-
RE: "I want to set a variable that stores the balance every time it drops by 10 dollars."posted in Questions & Answers
-
RE: "I want to set a variable that stores the balance every time it drops by 10 dollars."posted in Questions & Answers
But why do you exactly need the variable if you can open a new trade directly when the condition is met?
-
RE: Not active user?posted in General Discussions
Crypto payments are usually confirmed within a week. As jstap said, you should contact the admin.
-
RE: check stop-loss block to check amount of loss in deposit currency...posted in Questions & Answers
@Xeta50 You are trying to check the SL, not the current profit. You should use this block instead:

-
RE: Double lot size every time the account balance doubles.posted in Questions & Answers
@MelloMatt Morpheus is right. However, you need to consider what happens with lot size if balance is moving back to below double size? Should lot size be decreased again?
-
RE: Repeat buy or sell from the same price pointposted in Questions & Answers
@vijithtr Ok. Now you need to duplicate the structure headed by block 26 so that buys and sells are closed by the right variable.
-
RE: Point value of history tradeposted in Questions & Answers
Then what you need is more an indicator than an EA. Sadly, fxDreema can only create bots, not indicators.
-
RE: TDI Custom Indicator -Cross Overposted in Questions & Answers
Can you please share the screenshot of the 'Colours' tab of the indicator when you run it on the chart?
-
RE: COMPOUNDINGposted in Questions & Answers
@TradeUnit I agree with morpheus. Just my cent here. Blocks 15 and 24 are not necessary. You can remove them.
-
RE: Close all trades (profitable and losable ones) when reached a profit amount.posted in Questions & Answers
@Ssenyongacharl4 Yes, that I understand. What I don't understand is how can't the trade be closed if price hits the 10 USD SL. Is the trade supposed to be closed there?
-
RE: Resubmit pending order when SL is triggered.posted in Questions & Answers
The you will need a variable to store the value of the previous closed trade and use this in the 'on trade' tab:
https://fxdreema.com/shared/xRfgYZ4Oc -
RE: My first MT5 optimization on fxDreema...and the fisrt issue!posted in Questions & Answers
@OntradingX Thank you very much for your insight. Definitely I need to review all those parameters. I'm just surprised because this is the first time I tried this on MT5.

-
RE: TURNING A MONEY MANAGEMENT SEQUENCE INTO A LOOP AFTER A MAXIMUM LOT SIZE IS REACHED.posted in Questions & Answers
I'm afraid it is not a question of just cutting and pasting blocks. You need to redesign the whole structure of your bot to add the appropriate variables. I'm glad to help if you do your part too.

-
RE: Hi, I drew a horizontal line I want to say that whenever the price crosses it, buy it how to writeposted in Questions & Answers
Then you need to store the name of that line into a variable so you can use it later to identify the object within a loop. Are you familiar with variables and loops?
-
RE: need someone to help me get the kinks out of my ea, it is not seeing all conditions properlyposted in Questions & Answers
Agreed, a shared link would make it easier to review.
-
RE: Repeat buy or sell from the same price pointposted in Questions & Answers
Ok. That's a good beginning. Now please notice that price_1 variable is supposed to store two different values at the exact same time by adding +50 and subtracting -50. This means you will need two different variables. One for adding +50 and the other one for subtracting -50.
-
RE: Robot not working properlyposted in Questions & Answers
@OmidRezazadeh said in Robot not working properly:
shared/Cqslk5IQ
Is this the whole project or just part of it?
