Posts made by Byens
-
RE: How to use constant/bool with chart valueposted in Questions & Answers
it is like 3 ea in 1 , put "set current market for the next block" before each
-
RE: How to use constant/bool with chart valueposted in Questions & Answers
i have done it once, if you want to make 3 pairs , then you have to repeat whole process block 3 times with its own variable each pair
-
RE: New Position error: market is closed (10018)posted in Questions & Answers
it tries to open position at 00:00:00
filter those with green block time filter, any buy action or close action should be bellow this block
-
RE: Strugling with automatic validation mql5posted in Questions & Answers
yes, i made input boolean autovalidaton set to true while uploading to mql website, under that i place green block once a day. For averaging position i didnt put anything under those condition, so order will be less than it should be
-
RE: Strugling with automatic validation mql5posted in Questions & Answers
so here is my solution,

set once a day block before buy and sell
-
RE: How can I buy and sell using the balance?posted in Questions & Answers
save it in variable , if its unrealized profit , there is blue block check unrealized profit
-
RE: Strugling with automatic validation mql5posted in Questions & Answers
I tried all possibles variabel under if testing. it works with mt5, can not pass mt4. Maybe will try to make new block from studio, but i cant find tutorial here
-
RE: Strugling with automatic validation mql5posted in Questions & Answers
this is input, i tried to set 10 , not working too. Error 28 order opened -
RE: Strugling with automatic validation mql5posted in Questions & Answers
no i set those from input
-
RE: How can I buy and sell using the balance?posted in Questions & Answers
use pink block for each closed trade

-
RE: Error market closed MT5posted in Questions & Answers
thats right, place those timefilter above all action buy/sell, close and see what time error. you should filter those error with this block
-
RE: Display total lotposted in Questions & Answers
after pass blockm plece comment block and use those variable
-
RE: Display total lotposted in Questions & Answers
or you do like this https://fxdreema.com/shared/JGfo98tOb
-
RE: Strugling with automatic validation mql5posted in Questions & Answers
yes limit is 60 but i set lower and it is not working too.
-
RE: Strugling with automatic validation mql5posted in Questions & Answers
On my terminal? It works without error.. On mql5 vallidation error occurs.
-
RE: Strugling with automatic validation mql5posted in Questions & Answers
Yes I have set using normal order instead of pending order. And limiting with blue block check order count. But it still not working.
-
Strugling with automatic validation mql5posted in Questions & Answers
I'm stuck at automatic validation, sometimes works, sometimes doesnt. Does anyone have experience with this?
https://www.mql5.com/en/articles/2555 this article doesnt any help for me.

This error happening for my ex4 file, mt4 expert advisor.
Any advice ?
-
RE: Volume limit exceeded mql5 validation errorposted in Questions & Answers
@Mani13 Hi, can you show how you solve this? Thank you
