• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

Suggestion This will become best robot

Thanks for DANNY.exe
At which the chart works best M1, M5,
Say what instruments are best EURUSD what you recommend?
Hi Adam53, Have you got the 'DANNY.exe' indicator active? I'm still getting the same error as 'cannot open file 'C:\Program Files (x86)\IronFX MetaTrader 4\MQL4\indicators\RSI DANNY.ex4' [2]'. Could you please help? Thank you so much.
 
The indicator 'RSI DANNY.ex4' doesn't work for me. Still showing the error message. Any body could help? Thanks.
 
The indicator 'RSI DANNY.ex4' doesn't work for me. Still showing the error message. Any body could help? Thanks.
In most cases this error occures because the filemame is not correct. Please check the file in the directory.
 
But I have another question: The ea opened already four trades and it was in very good profit. But then it was negative again.
Does it close orders sometimes?
 
Hi Adam53, Have you got the 'DANNY.exe' indicator active? I'm still getting the same error as 'cannot open file 'C:\Program Files (x86)\IronFX MetaTrader 4\MQL4\indicators\RSI DANNY.ex4' [2]'. Could you please help? Thank you so much.
Abdus. The directory ---> MQL4 \ indicators \ you have copied the file
SoeHoe.ID_Rsi danny.mq4. Change its name to RSI DANNY.ex4.
Reset and start MT4 EA
 
But I have another question: The ea opened already four trades and it was in very good profit. But then it was negative again.
Does it close orders sometimes?
Might trend market that easy to changed the cause from good and become negative
might also need cut profit manually but depending each trader also as account holder
 
Abdus. The directory ---> MQL4 \ indicators \ you have copied the file
SoeHoe.ID_Rsi danny.mq4. Change its name to RSI DANNY.ex4.
Reset and start MT4 EA
Thank you Adam53, yes, I got the indicator active already but the EA doesn't open any trades on my PC & on VPS can't find 2 min offline chart. What to do?
 
For me it is not closing any trade. I have to close them manually. So obviously the target settings are not working. I think too that this one has a good potential.
Thank you for your good work.
 
Thank you Adam53, yes, I got the indicator active already but the EA doesn't open any trades on my PC & on VPS can't find 2 min offline chart. What to do?
The 2-min chart only appeares when you use the ea RenkoLiveCharts. That has nothing to do with vps or not.
 
In the code MQL RenkoRsiEma.ex4 found record
//input string str2 = "Effective in M15";">-> // Input string str2 = "Effective in M15"; // Time Frame.
RenkoRsiEma working on chart 15 M.
The graphs:
if (Simbol == "GBPUSD") Simbol = "01";
if (Simbol == "USDCHF") Simbol = "02";
if (Simbol == "USDJPY") Simbol = "03";
if (Simbol == "EURUSD") Simbol = "04";
if (Simbol == "AUDUSD ') Simbol =" 05 ";
if (Simbol == "USDCAD") Simbol = "06";
if (Simbol == "NZDUSD") Simbol = "07";
if (Simbol == "AUDCAD") Simbol = "08";
if (Simbol == "EURCHF") Simbol = "09";
if (Simbol == "CADCHF") Simbol = "11";
if (Simbol == "EURJPY") Simbol = "12";
if (Simbol == "EURAUD") Simbol = "13";
if (Simbol == "CADJPY") Simbol = "14";
if (Simbol == "NZDJPY") Simbol = "15";
if (Simbol == "GBPAUD") Simbol = "16";
if (Simbol == "EURGBP") Simbol = "17";
if (Simbol == "CHFJPY") Simbol = "18";
if (Simbol == "GBPNZD") Simbol = "19";
if (Simbol == "GBPJPY") Simbol = "20";
if (Simbol == "XAUUSD") Simbol = "21";
if (Simbol == "AUDJPY") Simbol = "22";
if (Simbol == "AUDNZD") Simbol = "23";
if (Simbol == "AUDCHF") Simbol = "24";
if (Simbol == "EURCAD") Simbol = "25";
if (Simbol == "GBPCHF") Simbol = "26";
if (Simbol == "NZDCHF") Simbol = "27";
 
In the code MQL RenkoRsiEma.ex4 found record
//input string str2 = "Effective in M15";">-> // Input string str2 = "Effective in M15"; // Time Frame.
RenkoRsiEma working on chart 15 M.
The graphs:
if (Simbol == "GBPUSD") Simbol = "01";
if (Simbol == "USDCHF") Simbol = "02";
if (Simbol == "USDJPY") Simbol = "03";
if (Simbol == "EURUSD") Simbol = "04";
if (Simbol == "AUDUSD ') Simbol =" 05 ";
if (Simbol == "USDCAD") Simbol = "06";
if (Simbol == "NZDUSD") Simbol = "07";
if (Simbol == "AUDCAD") Simbol = "08";
if (Simbol == "EURCHF") Simbol = "09";
if (Simbol == "CADCHF") Simbol = "11";
if (Simbol == "EURJPY") Simbol = "12";
if (Simbol == "EURAUD") Simbol = "13";
if (Simbol == "CADJPY") Simbol = "14";
if (Simbol == "NZDJPY") Simbol = "15";
if (Simbol == "GBPAUD") Simbol = "16";
if (Simbol == "EURGBP") Simbol = "17";
if (Simbol == "CHFJPY") Simbol = "18";
if (Simbol == "GBPNZD") Simbol = "19";
if (Simbol == "GBPJPY") Simbol = "20";
if (Simbol == "XAUUSD") Simbol = "21";
if (Simbol == "AUDJPY") Simbol = "22";
if (Simbol == "AUDNZD") Simbol = "23";
if (Simbol == "AUDCHF") Simbol = "24";
if (Simbol == "EURCAD") Simbol = "25";
if (Simbol == "GBPCHF") Simbol = "26";
if (Simbol == "NZDCHF") Simbol = "27";

that are not supported pairs, but standart pairs for generating MagicNumber.
renko chart can not you like standart chart.
and EA also need special treatment to use renko chart.
 
Back
Top