
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Marko, what exactly is not working?
Do you receive any error messages while compiling the RSI_Trader.mq4 file?
In which folder did you save the functions.mqh file?
- Rename the existing functions.mq4 file in your experts\include folder to functions.mqh - Compile the RSI_Trader.mq4 file like you did before.
Thank U so much, it's working now
- Rename the existing functions.mq4 file in your experts\include folder to functions.mqh - Compile the RSI_Trader.mq4 file like you did before.
Thank you HerbertH for explaining how to make that file work better than I did, I appreciate that.
That EA can work well sometimes, I'm really liking the RSI as an entry trigger. I've been looking for other combinations to increase the entry filter. Any good ideas? RSI seems to work better at determining long order entries.
Marko, what exactly is not working?
Do you receive any error messages while compiling the RSI_Trader.mq4 file?
In which folder did you save the functions.mqh file?Thank u, i just change in code of RSI-TRADER include Function.mqh on .mq4 and is working. So easy.
Tx, Marko
Entry filter
Thank you HerbertH for explaining how to make that file work better than I did, I appreciate that.
Maybe a multiple TimeFrame check will help.
On the quick test I made with this EA, it failed during temporary breakouts, which may have been prevented when the trend on the higher TF was checked first.
Unfortunately we always be looking in the rearview mirror, not knowing what trendchange will come next....
Regards,
Herbert
my EA
Hi, i would to share with my EA. It's not so great, cause i was not able to program in exit on oposite signal and multi order past price gap, but enters has very nice by forward testing. Mayby someone can me - as teache how to do it and then i can do some better settings or filters with other indic. or just by forward testing. I hope, will helpfull for someone here and help.
PS : do know someone how are program steps to get exit on supersignals?
Marko
PS : do know someone how are program steps to get exit on supersignals?
MarkoAre you sure this is your EA, because it looks to me the SRDC 15 minute method expert from OrangeRoshan on the ForexFactory forum.
Not worth changing this, because it's a method on it's own.
Supersignals is a "painting the past" indicator. Nice to view where you could have taken your entry and exits, but will be of little value when used inside an EA.
If you are new to coding and want to learn howto create your own EA's, indicators or scripts, I would recommend visiting:
https://www.mql5.com/en/forum/172885
Good luck.
Are you sure this is your EA, because it looks to me the SRDC 15 minute method expert from OrangeRoshan on the ForexFactory forum.
Not worth changing this, because it's a method on it's own.
Supersignals is a "painting the past" indicator. Nice to view where you could have taken your entry and exits, but will be of little value when used inside an EA.
If you are new to coding and want to learn howto create your own EA's, indicators or scripts, I would recommend visiting:
https://www.mql5.com/en/forum/172885
Good luck.I mean, i change some parts of logic for enter trade in and it has nice enters on small TF, but is missing exit. Generaly i did't know from where is, but a lot EAs after some changes are not EAs were before. That i mean. Is working by diferent enters. Code all EA is lot of learn and long way for me. Thanks for link. Thanks for information about sup.signals ind. Hope, you stay to help and used informations by us [log years newbe]. Thanks
Marko
simple expert ....
it is really strange......
i looked for simple expert in every forum ....but i didn't find it....it is supposed to be available....because it is working on the famous indicator"rsi".... i always trade on daily frame....this type of trading don't need to an expert....but i decided also to try trading intraday frames in the direction of my daily trades which is 90% accurate approximately...
my rsi expert is doing nothing more than:
1- open buy or sell" variable" when rsi touch certain level "variable" then returnto another level"variable"ex: touch 80 then closed under 70" or 20 and 30 levels...
2-stoploss is 50"variable" target is100"variable"
3- number of opened trades is "variable" ..."to let expert ride wild trends if i decided to do that"...
not more...
if any one want something as compensation for his efforts...i can supply him with many pics of paris hilton
" kidding" .....or 60 pages of hard -collected trading rules of famous traders....you can choose 
it is really strange......
i looked for simple expert in every forum ....but i didn't find it....it is supposed to be available....because it is working on the famous indicator"rsi".... i always trade on daily frame....this type of trading don't need to an expert....but i decided also to try trading intraday frames in the direction of my daily trades which is 90% accurate approximately...
my rsi expert is doing nothing more than:
1- open buy or sell" variable" when rsi touch certain level "variable" then returnto another level"variable"ex: touch 80 then closed under 70" or 20 and 30 levels...
2-stoploss is 50"variable" target is100"variable"
3- number of opened trades is "variable" ..."to let expert ride wild trends if i decided to do that"...
not more...
if any one want something as compensation for his efforts...i can supply him with many pics of paris hiltonMaybe this EA?