MQL5 Source file type not supported... I wanted to share the original XU RSI MA1 source, how would i do that?
The ea is over 3000 lines right now.
The ea is over 3000 lines right now.
I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
DislikedJust went through a 1000 line debug and got some set files to try out. Should be 90% working, just trying it until it breaks for now. getting some nice backtesting results, ill post those after a day or two of testing. Here is a working example with the attached indicator. ; saved on 2026.01.05 08:53:28 ; this file contains input parameters for testing/optimizing RuleLab_IndicatorV10 expert advisor ; to use it in the strategy tester, click Load in the context menu of the Inputs tab ; ; ==========SMART REVERSAL SYSTEM ==========...
Ignored
DislikedMQL5 Source file type not supported... I wanted to share the original XU RSI MA1 source, how would i do that? The ea is over 3000 lines right now.Ignored
Dislikedgot it, drag and drop doesnt work, you want me to edit the spam msg? Also, this is a pretty good system with full open source, its where I got the RSI indicator and settings from, but I couldnt use it because it had too many buffers i didnt really need. Use the XU RSI on 15min XAU, its pretty good. {file}Ignored
DislikedThe EA would be a beast if I could figure out a way to get the available buffers in a drop down menu, and see the new painted buy and sell entries live, but for now the input is done with the 'properties' for the ea. I liked how Rule Plotters has that function, but it never fit properly on my screen and was hard to use. With this ea, if your not sure, you can run an extensive backtest for every SL TP trail... and even the buffers to find out what produces trades to trouble shoot with custom indicators. Has this EA been done over and over before,...Ignored
enum enMyBuffers {
Buffer0, // My Buffer 0
Buffer1, // My Buffer 1
Buffer2, // My Buffer 2
};
input enMyBuffers = Buffer0; Disliked{quote} WDYM??? Of course you can attach .mq5 files!!! What's the problem??? Maybe you are a new user with less than 6 posts??? But, if you can attach .ex5 files, you can also attach .mq5 files. BTW, when I click on this: {image} I get this: {image} So what happened??? What kind of scammer are you??? Also, where did you get the .mq5 source code of XU RSI MA1 ??? We can only find .ex4 files! {file} SO, don't try to scam here!!!Ignored
DislikedI'm not talking about the input screen for EA properties... I want to have a menu on the chart, that can go through indicator buffers and print the new buy signal for ease of use. Ive been using this for a day and I'm getting the hang of it, but it could be a lot easier and intuitive. My boy Claude.ai doesn't miss. Can EAs pull data from python? doesnt sound possibleIgnored
Dislikedhow am I scamming you by giving you tools to make money? I was under the assumption the XU system was open source, ill double check but I'm pretty sure it is. Please share if you know of other free EAs that do something like the one I posted. I personally use a mix of Alkemix/Saturn/Oracle/XU for my bashboard - 12 second chart with their trend indicator for candles is amazing I can post that if you want to see it.Ignored
Disliked{quote} From what I was able to check they are the same. MT5: {image} MT4: {image} Looks the same... Or, maybe not 100% the same, but I did not change anything in the calculations, so the differences are due to quotation differences. Prices don't have to be exactly the same, even if it's the same broker...Ignored
DislikedHeres the final version, combined the source, the EA, indicators and .set files in the zip. {file}Ignored