i tested it, it work fine for me. It opens trade between 30 and 100 (perhaps you are referring to the +DI and -DI lines?)
Posts made by ambrogio
-
RE: ADXposted in Questions & Answers
-
RE: ADXposted in Questions & Answers
@Nilesh Without the shared project no one can say, just guess, I suggested above how to share the project, why didn't you post it here? People can't chase you everywhere
-
RE: ADXposted in Questions & Answers
@Nilesh your link is the builder page, this is how to create a shared link

-
RE: convert mql4 to mql5posted in Questions & Answers
Check the journal, you can see "invalid price error". Seems that you have to check some calculation issue of level of price
-
RE: OrderSend error 138posted in Questions & Answers
Currently the solution is to upgrade to Win 11
-
RE: erorr 138 in back testingposted in Questions & Answers
@M313 maybe here you can find the reason and the solution
https://fxdreema.com/forum/topic/20945/mt4-expert-does-nt-work-on-new-1421-build?_=1729510102807
-
RE: Compilation errorposted in Bug Reports
@MigSornrakrit you forgot to declare these three variables
Also be careful not to declare any variable with the same name as a constant
-
RE: Template not workingposted in Questions & Answers
Keep in mind if you apply a template on MT4 chart, any other EA will be automatically removed, also your own. I'm not sure if MT5 do the same
-
RE: Compilation Error: undeclared identifierposted in Bug Reports
@ambrogio said in Compilation Error: undeclared identifier:
It doesn't seem like a bug, it's likely that you didn't declare some variable or constant correctly
In case you want to multiply something the right way is *2
-
RE: Compilation Error: undeclared identifierposted in Bug Reports
It doesn't seem like a bug, it's likely that you didn't declare some variable or constant correctly
In case you want to multiply something the right way is *2 -
RE: EA not executing Tradeposted in Questions & Answers
"once per trades" cannot works under a "no trade" block. jstap already pointed this in his post above
-
RE: Same working EA shows error on a new installed MT4 teminal?posted in Questions & Answers
i don't know, maybe there are "outdated" version on web......
-
RE: Same working EA shows error on a new installed MT4 teminal?posted in Questions & Answers
i suggest you to read this topic https://fxdreema.com/forum/topic/20945/mt4-expert-does-nt-work-on-new-1421-build
i solved migrating to win11, but i don't know the reason yet -
RE: NRTR custom indicator from MT5posted in Questions & Answers
@Lerumo I don't know how to fix it either, but at least you found the reason....sorry

-
RE: NRTR custom indicator from MT5posted in Questions & Answers
@Lerumo seems to me that indicator cause some errors in the tester. Have you check the journal?
-
RE: Pending orders in grid blockposted in Questions & Answers
@abdolhosein positive grid value=buy stop , negative grid value=buy limit

