MQL AI Wizard Community Codebase Library

In this overview, you can view statements addressed by community users as a prompt to the MQL-AI wizard as well as its output.

.

# AI instruction / parameter set Snippet Date
41 can't open "C:\Users\MuDy\AppData\Roaming\MetaQuotes\Terminal\CA965A914C4E2C24D424D55555395315\MQL4\Include\Trade\Trade.mqh" include filethe auto1.mq41611'Part' - unexpected token, probably type is missing?the auto1.mq4171'2' - semicolon expectedthe auto1.mq4176'int' - name expectedthe auto1.mq41927'int' - name expectedthe auto1.mq41938'timeframe' - unexpected token, probably type is missing?the auto1.mq42022'period' - unexpected token, probably type is missing?the auto1.mq42033',' - name expectedthe auto1.mq42041'MODE_EMA' - unexpected token, probably type is missing?the auto1.mq42043'PRICE_CLOSE' - unexpected token, probably type is missing?the auto1.mq42053'shift' - unexpected token, probably type is missing?the auto1.mq42066')' - semicolon expectedthe auto1.mq42071'}' - expressions are not allowed on a global scopethe auto1.mq4211'Part' - unexpected token, probably type is missing?the auto1.mq4471'3' - semicolon expectedthe auto1.mq4476'int' - name expectedthe auto1.mq44927'shift' - unexpected token, probably type is missing?the auto1.mq45031'timeframe' - unexpected token, probably type is missing?the auto1.mq45038')' - semicolon expectedthe auto1.mq45047'timeframe' - unexpected token, probably type is missing?the auto1.mq45064'timeframe' - variable already definedthe auto1.mq45064 see previous declaration of variable 'timeframe'the auto1.mq42022'shift' - unexpected token, probably type is missing?the auto1.mq45075')' - semicolon expectedthe auto1.mq45080'timeframe' - unexpected token, probably type is missing?the auto1.mq45127'timeframe' - variable already definedthe auto1.mq45127 see previous declaration of variable 'timeframe'the auto1.mq42022'MODE_MAIN' - name expectedthe auto1.mq45138'timeframe' - unexpected token, probably type is missing?the auto1.mq45166'timeframe' - variable already definedthe auto1.mq45166 see previous declarati 5th July 2024
42 I want to trade based on two conditions. first condition is liquidity sweep must appear first. After liquidity sweep appear, need to find first Fair Value Gap (FVG). Enter an pullback either long position or short position. Target is previous low. Stop loss is 20 pips above FVG. 4th July 2024
43 After price stay in similar area recognized as accumulation zone or channel, price is drop and bounce. I want to trade open that bounce 4th July 2024
44 podes me ajudar eu tenho uma estrategia no forex que é lucrativa usa 2 indicadores usa o MA in Color v3 ma 50 e uso o MACD_OsMA_4ColorH_2LVar_mtf alerts nmc vou tentar explicar a estrategia o indicador o MA in Color em 50 ele tem 2 cores e da alertas quando muda de cor o amarelo neutro o azul compra e o vermelho venda e o MACD_OsMA_4ColorH_2LVar_mtf alerts nmc É UM MACD com alertas da sinais venda e compara verde comprar e vermelho venda mas para dar um operação com lucro os 2 indicadores tem de estar com o mesmo sinal para ver um sinal valido se o ma in color der um alerta eu tenho de ver se no MACD_OsMA_4ColorH_2LVar_mtf alerts se tem algum sinal também no caso nao tiver nao é uma entrada valida mas se tiver igual o o sinal ai posso fazer operação porque estao ambos a dar o sinal correto entendeu? 3rd July 2024
45 Can you read YouTube video links? 3rd July 2024
46 Create me an mql 4 code for an EA based on thiswelcome back folks this is the second of a series of 20 videos making up the ICT optimal trade entry pattern recognition series and we're looking at the Japanese yen today or specifically dollar yen alright so this is our daily chart and I want you to take a look at this chart and consider what may be unfolding why we're getting reactions or why we would expect to see a reaction all right it's so gonna take our fit from this low to this high this is a swing low swing high give me a turn reaction price points low to high okay and all I'll do is continue this out in time and you'll see how price eventually trades into Altima trade entry for the daily timeframe all right so if price were lower than this one this swing we would use this low drug from here up to here but you want to work with what range you have available so in the yen on the daily we know that we entered into or below the 62% of Chasen level three days ago and yesterday or Thursday's trading we pierced the previous day's high or Wednesday's high look at the high here's right here look at this number here Wednesday's high comes in at one zero six point six two nine Thursday's trading goes to one zero six point six five seven so we went above Wednesday's high we could potentially be seeing a turn or an expansion on the upside it's already showing a willingness to go higher than the previous day's range so now we're going to look at Thursday's high with is one zero six point six five and seven pipettes okay so that's our level and I want to drop down into a five-minute chart all right so here's our dollar yen five minute chart and we'll give you a moment to take a look at this pause the video and study what you think you see here and when you're ready just unpause the video and what's the explanation for the pattern recognition exam for today okay so here's what we're going to do we're gonna take a look at the annotations for today here is the previous day's 3rd July 2024
47 I want to create an indicator for analyzing Wyckoff on mt5 charts, but the charts are not showing. 2nd July 2024
48 Can you build an indicator that shows fractals from the daily time frame with horizontal lines. Fractals must be a high or low by checking 1 bar to the left and 1 bar to the right. If the price touches a fractal line then that line should be removed. 2nd July 2024
49 turtle soup mt5 full code 2nd July 2024
50 The main principle of the system consists of the following:If a trade is opened and won, keep the initial lot size.If a trade is opened and lost, increase the lot size according to the Martingale style, and the loss is cumulative and should be recorded.For example:If a trade is entered and a loss of $10.00 is incurred, for the next trade, increase the lot size according to the parameters with the goal of recovering the $10.00 loss. Once the $10.00 is recovered, close the trade immediately. If the trade is not successful, move on to the next trade.If the next trade incurs a loss of $5.00, the cumulative loss now is $10.00 from the previous trade plus $5.00 from the current trade. In the next trade, increase the lot size according to the parameters with the goal of recovering the $15.00 loss. Once the $15.00 is recovered, close the trade immediately and return to the initial lot size for the next trade. 2nd July 2024
51 recognize when gold (XAUUSD) market is moving sideways on the m5 timeframe 1st July 2024
52 Create an mt5 ea using the following parameters: consider the last 5minute candle of the asian session, let y be the distance between this candle open and the asian session high and x be the distance between this candle open and the asian session low. open a buy position on the first london session 5minute candle open if y > x, tp = asian high, sl = asian low. open a sell position on the first london session 5 minute candle open if y < x, tp = asian low , sl = asian high. risk 5% per trade (adjustable). it should give pop up alert on the last 5 minute candle on open of the asian session 1st July 2024
53 Create an mt5 ea using the following parameters: consider the last 5minute candle of the asian session, let y be the distance between this candle open and the asian session high and x be the distance between this candle open and the asian session low. open a buy position on the next 5minute candle open if y > x, tp = asian high, sl = asian low. open a sell position on the next candle open if y < x, tp = asian low , sl = asian high. risk 5% per trade (adjustable). it should give pop up alert on the last 5 minute candle on open of the asian session 1st July 2024
54 ABCD pattern 1st July 2024
55 recognize when market is moving sideways on the m5 timeframe 1st July 2024
56 VWAP Indicator for MetaTrader 5 30th June 2024
57 create an mt5 turtle soup expert advisor with high win rate, lookback period = 50 bars, entry on the open of the first candle after the candle that swept liquidity, sl = 5 points, tp = 20points, 30th June 2024
58 ';' - expression expectedAshtalakshmi Buy Orders.mq43327';' - expression expectedAshtalakshmi Buy Orders.mq43917possible use of uninitialized variable 'i'Ashtalakshmi Buy Orders.mq43919']' - expression expectedAshtalakshmi Buy Orders.mq44944',' - syntax error, parameter missedAshtalakshmi Buy Orders.mq44960',' - unexpected tokenAshtalakshmi Buy Orders.mq44993',' - unexpected tokenAshtalakshmi Buy Orders.mq44997expression has no effectAshtalakshmi Buy Orders.mq44995',' - unexpected tokenAshtalakshmi Buy Orders.mq449111expression has no effectAshtalakshmi Buy Orders.mq44999',' - unexpected tokenAshtalakshmi Buy Orders.mq449113')' - unexpected tokenAshtalakshmi Buy Orders.mq449119expression has no effectAshtalakshmi Buy Orders.mq449115'=' - operand expectedAshtalakshmi Buy Orders.mq45017';' - expression expectedAshtalakshmi Buy Orders.mq45517possible use of uninitialized variable 'i'Ashtalakshmi Buy Orders.mq45519',' - syntax error, parameter missedAshtalakshmi Buy Orders.mq46665';' - expression expectedAshtalakshmi Buy Orders.mq47917possible use of uninitialized variable 'i'Ashtalakshmi Buy Orders.mq47919',' - syntax error, parameter missedAshtalakshmi Buy Orders.mq4815514 errors, 6 warnings157 30th June 2024
59 quero usar o indicador rsi para fazer compra a cima de 70 e venda a baixo de 3 29th June 2024
60 Entry Point:Jab histogram zero line ko niche se upar cross kare aurSignal line bhi zero line se niche ho aur apne average ke mutabiq upar move kar rahi ho,Trade Execution:Buy order us price level par place karen, jahan yeh conditions fulfill ho rahi hain. 29th June 2024

This module is another development of the ayondo Lab. The application has an experimental character. It is a version in an early beta variant. New versions will be rolled out shortly. We explicitly refer to the further notes on the use of artificial intelligence. In addition, we would like to draw your attention to the disclaimer, which you should note before using it. Should you use the tool, you do so at your own risk.


The module is provided for free and independent use, subject to the above disclaimer. It primarily serves demonstration purposes. On the one hand, to show what AI-enriched process flows are already capable of today. On the other hand, the community is to be motivated to extensively test the actual performance, in particular, to identify weak points and susceptibility to errors.

We put our developments at the service of the global trading community. Due to the rapid growth of this technology field, we assume that it is not immune to misappropriation. We try to live up to our responsibility and only use technology when we believe it is associated with added value for the user. Because AI is uncharted territory, we follow all developments very closely. Whether you use our tools or those of other providers, we recommend that you look into the providers' motivation of the respective services before using AI-supported processes. Under no circumstances adopt AI output be without quality assurance. This also applies to the tools we provide.

For program codes, such as so-called Expert Advisors, which supposedly rely on AI-driven processes, we can confirm through the experience of diverse test series that these cannot be classified in the Holy Grail category. Before purchasing a program code ("EA"), test it thoroughly. Be fundamentally cautious about over-optimized performance claims!

If you are interested in further developing this and other applications, please feel free to send us your suggestions and ideas. Should you generate program code via the MQL AI Wizard, feel free to share the results generated via it with us or the social trading community. Via the provided support forum (registration required) you can exchange ideas with like-minded people and share your experiences.

* * *

For a first no-obligation test output click here.

* * *