That means your lot size is not adjusted to the broker's requirements. Could you please share the link to your project?
Posts made by l'andorrà
-
RE: OrderSend Error 138posted in Questions & Answers
-
RE: PLEASE HELP ME GUYS. Unstable EAposted in Questions & Answers
Explicar claramente lo que se pide, ayuda mucho. De nada.
-
RE: Request for Tutorialposted in Questions & Answers
@tec-nacks There are no blocks doing that in fxDreema. All customizable loops need a combination of blocks searching for the information you want. In your case, you will need several condition blocks looking for those specifications, plus a variable counting all candles in the past, plus some more variables storing the requested info.
The key is NOT using a specific block, but using standard 'condition' and 'modify variables' blocks connected as a loop.
-
RE: PLEASE HELP ME GUYS. Unstable EAposted in Questions & Answers
@Maop1994 Then you can do this in the 'on trade' tab:

-
RE: Question on Breakeven and then start Trailing stopposted in Questions & Answers
What you need a is a complex structure that is not a trivial project to implement, I'm afraid. You will need variables and loops to get the information you need. If you are not familiar with them you will need time to understand how they work.
You can find some useful information on how fxDreema works through Youtube (including my personal channel at the signature of my posts). However, you should understand that you will have to dedicate much time to understand how the platform works before seeing positive results. If you are in a hurry, probably you should hire a programmer instead.
-
RE: Partial close on losing tradeposted in Questions & Answers
Block 12 needs to be connected immediately below the 'for each trade' block to be working properly. If you use a negative value for the variable on the 'pips away...' block it will search for losing trades only.
-
RE: Start trading when Price crosess above or below the custom price!posted in Questions & Answers
Not sure I fully get it. Do you mean the bot cannot operate until you clock on the button? And what if price has already crossed when you click on it?
-
RE: renkoposted in General Discussions
This is the second time you asked for the exact same question. Please don't duplicate threads.
-
RE: Timeframe change, variables do not updateposted in Questions & Answers
@Bejenaru The only way to find information in the past is by searching for it via loops. Because your current structures are not loops, only the information stored from the exact moment you changed to the new TF onwards is considered. You need loops to get the past info when changing the TF.
Considering you are not using it as an EA but as an indicator, you should use an indicator instead.
-
RE: Just for fun - how fast is the MQL5 programming language?posted in General Discussions
Very interesting info. Thank you very much for sharing.

-
RE: Trading GUI Not Entering Tradesposted in Questions & Answers
@jstap Interesting. I didn't know that. Useful info, as always!

-
RE: Expert programmer gives solutions to any problem just ask meposted in Questions & Answers
@rforeign Could you please open a new thread for your question instead of using this one?
-
RE: Dividing the highest and lowest price of the last week into equal linesposted in Questions & Answers
Are those lines really necessary? You can make the bot store the value on several variables instead and make the structure far more efficient.
-
RE: Timeframe change, variables do not updateposted in Questions & Answers
Do you mean the both needs to work on 2 TF at the same time or it is you who changes it manually?
-
RE: Open positions viewerposted in Questions & Answers
Can you please share the link to the project instead of the file?
-
RE: Expert programmer gives solutions to any problem just ask meposted in Questions & Answers
@Kevin0214 I already replied to your question in the other thread. Please don't duplicate threads.
-
RE: Expert programmer gives solutions to any problem just ask meposted in Questions & Answers
@EA-NEL Ya he respondido a esta misma pregunta en tu hilo. Por favor, no dupliques la preguntas.
-
RE: Como hago para enviar una alerta desde mi bot al telegram con fxdreema, sera que alguien me puede ayudar a saber como lo hago, disculpen soy nuevo en fxdreema, agradezco si alguien me puede guiar ..posted in Questions & Answers
No hay ningún hilo en español que lo explique. Los que hay están en inglés y son muy técnicos. No soy capaz de explicar cómo funciona, lo siento. Si haces una búsqueda en el foro con la palabra clave 'telegram' encontrarás varios hilos al respecto.
-
RE: PLEASE HELP ME GUYS. Unstable EAposted in Questions & Answers
I don't understand that logic. Why are some trades to be closed at a -1 loss whereas others are closed at +10?