Yes, that can definitely be the problem.
Posts made by l'andorrà
-
RE: Validation completed with errorsposted in Questions & Answers
-
RE: Stop force lot sizeposted in Questions & Answers
@bb-2 No block is doing that. You will need a variable to do the calculation.
-
RE: Managing open orders on multiple timeframesposted in Questions & Answers
@DV4 You can specify the active MA timeframe within the condition block:

-
RE: Why blocks are not working after we change their original titles ?.posted in Questions & Answers
Never experienced something like that. are you using a free account trial, maybe?
-
RE: I need some examples for Custom Blocksposted in Questions & Answers
@ElvisTR You're welcome, man.

-
RE: Can I add custom indicators ?posted in Bug Reports
@princeomughele Then probably the problem is somewhere else.
-
RE: I need some examples for Custom Blocksposted in Questions & Answers
I'm not the guy you need, but I find this topic very interesting, because maybe I would consider the possibility of hiring your services to build some custom blocks for me.

-
RE: my bot can trigger very well on demo but can't trigger in live trading what could be the problem my deposit was 20 dollars and lot size is 0.01posted in Bug Reports
This is the third thread you created to the exact same problem. Please don't duplicate threads.
-
RE: my bot can trigger very well on demo but can't trigger in live trading what could be the problem my deposit was 20 dollars and lot size is 0.01posted in Questions & Answers
This is the second thread you created to the exact same problem. Please don't duplicate threads.
-
RE: Who Can help me Here my bot can trigger very well on demo but can't trigger in live tradingposted in Questions & Answers
Looks like your broker is not using the same conditions on demo and real accounts. Sadly, it is a VERY common issue with most brokers.

-
RE: Can I add custom indicators ?posted in Bug Reports
@princeomughele Then you will need a real ex4 decompiler (and if you find it, please let me know) to watch the code and then replicate it into an ex5 file.
-
RE: Close Oldest one trade if close newest trade in profitposted in Questions & Answers
That sounds weird. Are you maybe trying to compensate profits with losses? Don't you care on how big the oldest loss is?
-
RE: Can someone help me make An Mt5 expert advisor that places buystop 2 pips away from a price level I'll specify when prices goes below the price level I'll specify with stoploss 4pips from the buystop. Vice versa for sellstop.posted in General Discussions
@Mishyguy Great you can share your projects to review this way:

-
RE: Problem to import mq4 fileposted in Bug Reports
It works fine to me. What is the exact problem?
-
RE: Can't close all orders together at one time!posted in Questions & Answers
@KEEBERTRANS You can try contacting roar. He's offers a commercial coding service.
-
RE: GROUP EMA CROSSOVERposted in Questions & Answers
@GOKACHIT Then you will need as many condition blocks as potential crossings required. But because all of them will need to be independent, they will have to work in parallel and not connected vertically as a standard block tree.
-
RE: volume size high to lowposted in Questions & Answers
I'm not sure that is possible with the current block. You will have to create a custom structure with variables instead.
-
RE: 反向加倍单posted in Questions & Answers
I'm afraid I don't speak your language. I also speak Catalan and Spanish if that helps.
-
RE: How do I write this command? This part affects the speed of the backtest.posted in Questions & Answers
This is another question for jstap or roar. Using an ENUM variable, maybe?