@l-andorrĂ said in "All Pairs":
@tipsywisdom Do you mean showing the value of RSI for all pairs? If so why you need to read files? Just curious.
cause I want to know the RSI of all available pairs, to that specific broker.
@l-andorrĂ said in "All Pairs":
@tipsywisdom Do you mean showing the value of RSI for all pairs? If so why you need to read files? Just curious.
cause I want to know the RSI of all available pairs, to that specific broker.
@cristall86 just replicate the trade on whatever pair it is
I am attempting to perform a task where I check, lets say the RSI, of all pairs available to the broker. The EA is intended for distribution, so I must make the solution universal to anyone regardless of their broker.
Perhaps someone knows of a custom code to implement? Maybe there is a standard MQL line of code? Using a single line of code within the "Change Market" block I can see as the best method of implementation.

if you use trails, physical lines, and pending orders, it makes testing slow.
Sir, I am very interested many of the various signals blocks that you have. Are you able to share what it is you use to define that are the details of those blocks?
"new high in trend" "new low in trend," those 2 specifically.
ah right, you cant leave check marks, variables, and or constants in a block if you want to stop using it. It stays kinda "ghosted" in the code, so while you cant physically see it, its there still and is expecting to be interacted with...but can't be.
@cristall86 said in how to hide the source code?:
how to hide the source code?
only give out EX file types.
@ambrogio said in MQL market not supported for .ex5:
@tipsywisdom Hello ! MT4 is still supported, the latest version is from 10 December 2021. Version 4.00 Build 1353
you are correct. I am not sure where I got that information.
@alphaomega it all depends on your thought process I reckon. from a user standpoint of a non-tradition coder like me, I absolutely understand what hes talking about what the trades in and out for each entry and exit. Because I trade manually though is why I understand it. Also ,he's only speaking on that specific portion. "
From our user perspective, and depending on what level of detail in your EA development you use (you could use what he's talking about) but his level of coding on the backend is most surely what he is talking about when he originally had to sort through it especially.
and it also depend on how you will use metatrader. MT5 is beyond superior than MT4 in regards to backtesting, viewing, optimizing. And you also have access to a few more details things in the blocks that you dont have in MT4.
i would use the "indicator is visible" block.
Just make sure you know which Candle ID it actually shows up and stays on the chart, plug that one into the CandleID of that block. It will then pass that block if the indicator is visible at that CandleID.
in other words, for now, the solution is to go to EABuilder.com and use the 2 conditions, and whatever parameters they need... crossing, that will then allow you to do your own "action" like draw arrow On Chart.
So now you save that indicator and import the indicator to Dreema.
When you use it in Dreema you are seeking an arrow only, and you know exactly what the definition of that arrow is since you created that indicator in EABuilder.com
kinda the same reason that brokers still use MT4, too many clients still rely on it despite Metaquotes not supporting it in at least 5 years now I think.
@fxdreema thanks for the clarity as to why
@piotras10000 for every trade taken, you could add +1 to a counter. Check value of counter variable, if above or equal to 10, then turn off then order buy and sell blocks. Then make sure at 0001 everyday you reset the counter to 0.
yea, you must use metaeditor to make a final compilation. Its the same reason that you are able to save your files from within Dreema that have known errors within the blocks. Something with the compiler is messed up.
you could put comment blocks on a bool to be able to turn on and off from inputs.
I personally always use ugly cause placement on chart is simple.
Id like to see a new block, wait to pass.
If structure gets to this point, there is a simple "wait to pass" where you can simple input ways to use time in various ways, or price levels, etc.
unless there is some solution i cant think of