CHART_IS_OFFLINE is new constant. Well... I think more than 6 months old. Maybe you have some old MT4 installation 
Posts made by fxDreema
-
RE: ex4 Export Errorposted in Bug Reports
-
RE: 2 questionsposted in Questions & Answers
So you also want to detect the last second of a candle? Here is the problem with this - you can't do that in the backtester. Backtests are driven by generated ticks. Each tick has some time attribute, but there is no guarantee that you will always have a tick in every :59 second.
It matters where blocks like "Once per...." are placed - on top level, before some filter/condition, after some filter/condition.
-
RE: Bug in adjust field for text in local versionposted in Bug Reports
The value is actually saved and it appears in the code, but not in the input field. I will check this
-
RE: 2 INDICATORSposted in Questions & Answers
You can use as many indicator as you want in your strategies

-
RE: The strategy from scratch questions and problemsposted in Questions & Answers
Probably. The == thing and this attribute is shot in the dark. If such an object does not exists, the Condition block will not pass at all, not to it's orange output, not to it's yellow output. So only the fact that you are trying to load object that does not exists will stop everything right here in this block. Try this: https://fxdreema.com/shared/Hj86YoIfe
-
RE: order managerposted in Questions & Answers
Some logs or screenshots will help
I don't know what is on your system. Once I helped someone in TeamViewer, he had some weird problem that I could not understand, and when I saw his MetaTrader I was shocked - something like 50+ opened charts with EAs everywhere 
-
RE: Lost all lines why? how is it posible?posted in Bug Reports
I don't know, to be honest, no one reported such thing before. But now there is some weird problem with the domain, it's not accessible from everywhere, so I expect everything.
If you have .mq4 file of this, it contains the project and it can be imported, so it's not a bad idea to hit this .mq4 button sometimes.
-
RE: Pair / indexes --> 0,1 /1 in strategy testposted in Questions & Answers
Well, each broker has it's limits and settings, not all brokers are the same

-
RE: Pair / indexes --> 0,1 /1 in strategy testposted in Questions & Answers
Yes, but... If you can trade 0.1 lots manually, the EA should also be able to do it that way. On my broker I can open 0.1 lots. I can't find a broker like "InterTraderDirect" when I'm trying to create a new demo account, but if you really can open 0.1 lots manually, then I have to investigate this problem more.
-
RE: Pair / indexes --> 0,1 /1 in strategy testposted in Questions & Answers
Pass -> Buy now
https://fxdreema.com/shared/HUmT1Y64Look at your logs, do you have something something there?
-
RE: Pair / indexes --> 0,1 /1 in strategy testposted in Questions & Answers
If you have 0.1 in the block, it will try to open 0.1 lots. If the minimum for this symbol is 1, it will open 1. But there is no something that will convert 0.1 to 1 when you have indexes. I should do something like this, but now there is no such thing. I tried some simple EA and this is the result: http://prntscr.com/6e6mni
-
RE: Compatible Softwareposted in Questions & Answers
fxDreema generates MQL4 or MQL5 the same way MetaEditor does it
-
RE: How to control trade Orderposted in Questions & Answers
The very first example says "Buy when there is no trade". It has only 2 blocks, this is the very minimum!
The same goes for the second example "Sell on each new candle".You can limit trades by count (first example) or by time (second example), or mixed of course.
-
RE: How to control trade Orderposted in Questions & Answers
Look at the examples: https://fxdreema.com/examples
-
RE: 2 questionsposted in Questions & Answers
Probably because Trailing stop does not work with these settings. What is this ATR4666 (http://prntscr.com/6d713a) If my ATR is 0.0020, then 0.00204666 = 9.332. USDCAD price is now 1.248, this 9.332 is not even near to this price
