- Search Metals Mine
-
amvt replied Feb 2, 2026Hello chris, sorry for the delayed response and thank you for such kind words (yes indeed im a man
) I used the fractal zigzag provided by you, since you suggested them and the repainting zigzag is the default one in MT4. Regarding the issue you ...40-60 rule, Trader using trendline secret method
-
amvt replied Jan 31, 2026Hello chris, I wanted to fix the EA since I got some time, but to me it feels like it's working as intended...I am not sure what the issues are. image Again, I might be incorrect, but in my brief testing of the EA, it worked like it should and ...
40-60 rule, Trader using trendline secret method
-
amvt replied Jan 30, 2026Hello Chris, Unfortunately, I can't seem to get any free-time and I apologize deeply. This is mainly because I am currently working on a new product that is pretty ambitious: image I'm building a tradingview replica inside MT5. So this involves ...
40-60 rule, Trader using trendline secret method
-
amvt replied Jan 29, 2026This is what happens, when a developer can't test their own creations
I will look into the issue, I am not home so can't really do much but I will give you an update hopefully soon (P.S: This will require testing, so I need to download MT4, and ...40-60 rule, Trader using trendline secret method
-
amvt replied Jan 26, 2026That's really odd. Companies do crazy things to just to keep influence controlled...
Converting MetaTrader5 into TradingView (literally!)
-
amvt replied Jan 26, 2026After many trials and errors, I have got the GUI and Animation working. Let me know your thoughts, does it actually look good? video
Converting MetaTrader5 into TradingView (literally!)
-
amvt replied Jan 26, 2026I can make this, but right now I've gone too deep into this current project
But, I'll let you know if somebody else has made it, or if you are willing I can make it after discussing details with you later onConverting MetaTrader5 into TradingView (literally!)
-
amvt replied Jan 26, 2026Hello emmzet, Thank you for sharing your opinion. I do agree with you. Even my first post on this forum strongly suggested that MQL5 is a powerful language and that's not necessarily because of DLL's but due to its inspiration from C++ which some ...
Converting MetaTrader5 into TradingView (literally!)
-
amvt replied Jan 26, 2026Aha, I see, you are basically looking for a natural language interface to query and analyze historical trading data, removing the tedious steps of manual data extraction and analysis. Sure, this can be done with some clever control given to the API. ...
Converting MetaTrader5 into TradingView (literally!)
-
amvt replied Jan 25, 2026I don't quite understand this. Are you saying that AI can execute your trades? Or it can give you info on how you can trade by chatting with it in MT5? Because this is very much possible, but can't be sold on MQL5 because DLL calls are prohibited ...
Converting MetaTrader5 into TradingView (literally!)
-
amvt replied Jan 25, 2026Hello triphop, It's been a while, nice to hear from you. I don't think the silence was caused by nonexistent demand because I just posted on MQL5 forum aswell and got some positive reponse. Another evidence is from the freelance market where clients ...
Converting MetaTrader5 into TradingView (literally!)
-
amvt replied Jan 24, 2026I hear you, this happens all the time. You've coded such a an elaborate project and it's the little things that you somehow can't figure out. DRIVES ME NUTS lol Anyways, I don't have MT4 so unfortunately I can't test it, but I do see that you have ...
Code help required please
-
amvt replied Jan 24, 2026Also, during the strategy tester, turn on visual mode and see the bid/ask prices. Your logic might be correct and the real issue could be spread or slippage Note on bid/ask: Using Ask for sell orders will cause entries at incorrect price levels due ...
Code help required please
-
amvt replied Jan 24, 2026Yes, bid is used for sell. Try changing your code with this: Bid >= Low[2] && And share the results, I might get a better understanding
Code help required please
-
amvt replied Jan 24, 2026Alternative consideration: if ( MAfast < MAslow && High[2] > High[1] && // Candle [2] was green High[1] >= High[2] && // Price broke above it (candle [1]) Bid <= Open[1] && // Now retracing back down GETORDERS(my_Orderdata) == 0 && ...
Code help required please
-
amvt replied Jan 24, 2026Maybe this can help: if ( MAfast < MAslow && High[2] > High[1] && Bid >= High[2] && // Sell at or above the high of the green candle GETORDERS(my_Orderdata) == 0 && my_Orderdata.AllowSell ) { // Place sell order here } If you can give a bit of ...
Code help required please
-
Converting MetaTrader5 into TradingView (literally!)
Started Jan 23, 2026|Platform Tech|24 replies
Hello, I wanted to make this thread to discuss on a potential idea I had couple of days back. ...
-
amvt replied Jan 20, 2026I figured that would be the case for other people too. For instance, yours look like a TradingView indicator but even in MT5 there's blahtech and others who have made market profiles. Even though my indicator has unique features and on par with the ...
Auction Market Theory and Market Profile
-
amvt replied Jan 20, 2026Hello again, Last time I was here, Kette and his group aswell as the community itself praised my work. That was honestly such a gratitude-filled moment, as developers this respect is not common. I guess beauty is in the eye of the beholder. Anyways, ...
Auction Market Theory and Market Profile
-
amvt replied Jan 18, 2026No, 2023-2025 specifically for SPX. However, those results were based on a different methodology, since chris requested more changes to the EA. You can follow up from that post to understand what changes were made.
40-60 rule, Trader using trendline secret method