This is a weird case. The logic is correct so the only reason I can imagine is some restriction coming from the broker. Have you tried using the bot on other brokers?
Posts made by l'andorrà
-
RE: Money Management not working - incorrect lot sizeposted in Questions & Answers
-
RE: Help with TDFI Indicator for MT5posted in Questions & Answers
The problem is the indicator. It repaints so badly! I strongly recommend you change that indicator.
-
RE: Como borrar un objeto (linea) pasado 10 velasposted in Questions & Answers
¿Puedes compartir el enlace de tu proyecto, por favor?
-
RE: Problems with Bucket block in demo account.posted in Questions & Answers
The logic is correct. The only reason I can imagine fir the bot not to work on live account is some restriction form your broker. Did you test the bot on demo account on other brokers?
-
RE: How to build a bot that checks only daily targetposted in Questions & Answers
Then you need to add that same structure within all active bots. That way all of them will be closed at the same time when the requested profit is hit.
-
RE: Detect if historical candle has X Minutesposted in Questions & Answers
Technically you can do it via loop, that is true, but now I don't see the logic behind that. Why not using the timeframe you need instead of searching for that info? In your example, if you select the 5M timeframe all candles will be of a XX:X5 type.
-
RE: Create a variable from multiple buffersposted in Questions & Answers
Same if it is the same indicator. You can use as many different variables as necessary.
-
RE: If close parent trade resulting in boolean to close all resulting children tradesposted in Questions & Answers
But are they independent trades? I mean are they partially closed? Otherwise they are not parent trades from a technical point of view.
-
RE: Range Breakout at specific time with seconds!posted in Questions & Answers
Can you please share the link to your project?
-
RE: Year filterposted in Questions & Answers
Then that goes beyond my abilities, sorry. I cannot be of any help when doing those external data references, sorry. Maybe roar can help.
-
RE: Zig Zag and Trendlinesposted in Questions & Answers
Can you please share the link to the project?
-
RE: Time Filtersposted in Questions & Answers
I'm afraid I don't fully understand. Could you please show an image what you need exactly?