ex4 can not be converted into mq4
if somebody do this, it is not allowed
when it is not working with demo or live, it is only for tester, in that case ask author of EA for more details 
Best posts made by miro1360
-
RE: can i convert file.ex4 to mq4 or edit on file.ex4 ?posted in Questions & Answers
-
RE: miro1360 help pleaseposted in Questions & Answers
ok, just this example can help you ... edit it for your purposes

as I said, using blocks it can be little complicated but can be done ... test it 10000000x on demo because it is little dangerous
...https://fxdreema.com/shared/GR23PVXSb
note, more sections are used (on Trade for lots calculation)

-
RE: can i convert file.ex4 to mq4 or edit on file.ex4 ?posted in Questions & Answers
in describtion tab can be contact, or through google
(describtion tab is visible when EA is inserting) -
RE: Can i get trade statistics from an specific symbol with the built-in options?posted in Questions & Answers
using pink blocks you can do some stuffs

-
RE: Martingale on pending ordersposted in Questions & Answers
when you tried to create this betting martingale, is not working?
-
RE: Indicator average value & Ichimokuposted in Questions & Answers
here fast tutorial how to do it with blocks (only how to find min max atr):
-
RE: how i can do this in fxdreema ?posted in Questions & Answers
use candle ID to select which candle into history you need compare ... in your example above you skipped one candle between 1-2 and one candle between 2-3 ... so right counting is like
5-4-3-2-1
or if you need current candle (which is 0) :
4-3-2-1-0so opening trade for your "request" can be like:

or like this if you skip these candles:

just play with these IDs .... or if you need all candles bullish (or bearish) add more conditions for it

-
RE: Cannot load and/or export ex4 normally anymore (web version)posted in Questions & Answers
you need wait few seconds ... or another way for big project can be this:
- generate mq4
- open metaeditor
- in metaeditor open mq4 file
- click Compile button
... and your ex4 file is generated
-
RE: problem in use my indicator ? importantposted in Questions & Answers
because indicator is not working in forward data feed ...
it loads historical data only when indicator is attached into chart (last window)
but when indicator is placed and candles are created (forward data feed) indicator stoped creating lines and signals (flat lines in middle window) ....... so it is problem with indicator calculation
and I dont know who can or will repair it (maybe somebody in forexfactory - there was somewhere thread with indicators for request) 

-
RE: problem in use my indicator ? importantposted in Questions & Answers
it is the same problem
indicator is not painted signals forward, only into history ... why you dont test indicator in tester? there you see this problem ... -
RE: problem in use my indicator ? importantposted in Questions & Answers
this type of multicolor indicators you need work with Indicator is visible block ... when indicator is visible, you can catch their values (compare, save into variables, etc) ...
anyway,, this type of indicators I explained in one of my tutorials, you can read them or look for fxdreema help section, or examples section for more details


note, I am working here with candle ID 1 ... if you need working with candle ID 0, remove once per bar block (and expect repainting on candle 0 logic) ...
-
RE: problem in use my indicator ? importantposted in Questions & Answers
or combine more conditions in right order ... just test more


-
RE: problem in use my indicator ? importantposted in Questions & Answers
without spread filter is working?
-
RE: problem in use my indicator ? importantposted in Questions & Answers
I really have no idea what you are doing and why it is not working for you, because for me it is working and I was tested it. Here is mq4 file which can you import into your projects and try it.
and candle ID 0 is just candle ID in conditions, now is there 1, you can change it to 0, but ... indicator repaints on candle 0 so you get false signals, therefore I suggest you candle ID 1
... candle 0 = current candle (not closed) and candle 1 = previous candle (closed) ... -
RE: problem in use my indicator ? importantposted in Questions & Answers
this second problem is logic problem because you shifted indicator and shifted cross, that means candles which are compared while crossing are shifted one with another with few candles and comparison is not valid
-
RE: problem in use my indicator ? importantposted in Questions & Answers
do you have these two indicators in MT4 indicator folder?
-
RE: Opening Range Breakout: something wrong, but how to find it?posted in Questions & Answers
@cavery23 said in Opening Range Breakout: something wrong, but how to find it?:
@miro1360 Hi How did you get the box below value and numeric as a blue NR ? Thanks so much
read this help, here it is well explained:
https://fxdreema.com/help/working-with/constants-and-variables

