Search found 1468 matches

Re: Already Converted TradingView Indicators to MT4 Indicators

this code is based on zig zag. according to the screenshot you posted I think it will repaint Can someone help me to convert this TV indicator (Fluid Trades) to MT4 https://www.tradingview.com/script/YdtBEh4F-FluidTrades-SMC-Lite/ This indicator shows better supply & demand zone, POI and BOS //@...

Re: 👨‍💻 Has the MQL encrypting algorithm been cracked?

at least one good thing that comes from decompiling is that you can see if there are some shady stuff in the EA for example in one of them, there is a section that sets params according to the pair used example: if (Symbol() == "EURUSD") { param1 = 1; param2 = 234; param3 = 1.4; } if (Symb...

Re: ATR indicators for MT4

coincidence ? I made this indicator a few days ago I think the RMA is just an EMa with k = 1.0/(MAPeriod); Jeff screenshot.638.jpg HI. Would any of you be able to add the RMA smoothing to the ATR indicator as it is on the trading view platform? There is no smoothing option in the standard metatrade ...

Re: Something interesting please post here (Metatrader)

an indicator I just made. it sums up the difference between high0 and high1 if high0 > high1 and normalizes the total using ATR the same for the lows a cross of the yellow line over the red line indicates a strong possibility of bullish trend, also a high value (close to 1) indicates a strong trend ...

Re: MT5 Moving Averages (MAs)

From Mladen Rakic: In the "good old days" coders were trying to optimize all the code that could be optimized. One such example was the optimization of Liner regression calculation. Coder that was coding by the name "mathemat" (if I remember correctly, if I am wrong please corre...

Re: 👨‍💻 Has the MQL encryption algorithm been cracked?

Yes, and again been happening for years. For example they'll decompile EX5 files by analyzing metaeditor.exe making a memory dump of the process with Scylla then analyzing it using a custom Ghidra Loader that accepts EX5 format (or a different decompiler). No easy feat and it's not as common but it...

Return to the advanced search