Posts made by ambrogio
-
RE: Finally , Integration of News Filter :) [ MT4 Only ]posted in Tutorials by Users
Hi @Traderz , it seems that Dailyfx.com does not work, I'm wrong?
0_1535097400204_MY_NEWS_FILTER.ex4
0_1535097406475_MY_NEWS_FILTER.mq4There are no errors in the journal but does not draw vertical lines.
Please, can you check?
Thanks -
RE: How can i save the robot in the mt5 platform ?posted in Questions & Answers
you must save the .mq4 file in the expert folder
C:\Users\ambrogio\AppData\Roaming\MetaQuotes\Terminal\A6DFBB1B8DE9672D2328FF3445436DEC\MQL4\Experts
-
RE: How can i save the robot in the mt5 platform ?posted in Questions & Answers
@dfx "refresh" is not good with MT5, you have to restart the platform
-
RE: When I use "Once per bar", it is executed in the middle of bar.posted in Questions & Answers
@arthitbe yes sure, if in candle 1 your condition has occurred
-
RE: When I use "Once per bar", it is executed in the middle of bar.posted in Questions & Answers
@arthitbe you must use candle ID1 because the candle ID0 does not exist because it is not yet completed
-
RE: Is this a thing?posted in Questions & Answers
@danerius most of the indicators work on closing of the 01 candle ID, and Fractal is not one of these, read this post
https://www.mql5.com/en/blogs/post/493620
for this you will see a lot of signals appear and disappear, especially in the lower time frames, you can not simply use it as a buy sell indicator
-
RE: i want help to use this indicator ?posted in Questions & Answers
@moon found error in the source code of indicator

-
RE: i want help to use this indicator ?posted in Questions & Answers
@moon , I'm sorry, I tried with .mq4 file but I can not make it work, i tried with the .ex4 file also, but it works badly
maybe someone more experienced ....... -
RE: i want help to use this indicator ?posted in Questions & Answers
@moon you must use the block "indicator appear" instead
-
RE: Finally , Integration of News Filter :) [ MT4 Only ]posted in Tutorials by Users
@traderz
thank you very much, copy and paste and compiling .ex4 everything ok, in the coming days I will test -
Check profit unrealized (total sum vs as position)posted in Questions & Answers
Hi @fxDreema, i do not understand why the "as position" condition adds two trades to me and in any case the sum is different from the "total sum" condition
Thanks


-
RE: Once per bar and No position together?posted in Questions & Answers
@richard96816 with "No trade" block, you could have a lot of closed orders for TP or SL (very tight values) on the same bar, sometimes it is better to put together "Once per bar" and this problem does not happen
-
RE: Finally , Integration of News Filter :) [ MT4 Only ]posted in Tutorials by Users
@traderz Hi!, and thank you for your precious work, but I need to understand better how to use it. Do I have to copy something in the file by opening it with Metaeditor?
