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
201 Ea mql4 to show what my profit and yesterday profit/lost 16th May 2024
202 show Trade.mqh coding 16th May 2024
203 Strategy Logic The strategy first uses the stoch indicator to draw a custom oscillator with the parameter oscillatorPeriod set to 5, and sets upper and lower thresholds k1 and k2 to build the consolidation area. When the stochastic indicator value enters the consolidation area, it indicates that there may be reversal opportunities. Next, the RSI indicator is incorporated to identify overbought and oversold phenomena. The RSI indicator can effectively identify the timing of market penetration of upper and lower limits. This strategy sets the overbought line of RSI at 70 and the oversold line at 30. In addition, the strategy also introduces the trendActivity factor as the main trend filter. When the stochastic indicator and RSI meet the reversal conditions at the same time, it also checks whether the main trend is still active enough to avoid losses due to false breakouts in the shock market. Finally, the strategy uses the classic Martingale position averaging principle to control overall risk. By dynamically adjusting the trading volume, additional positions are placed when the initial position is at a loss in order to achieve breakeven and thereby control maximum drawdown. 16th May 2024
204 I want a code for MetaTrader 4.A combination of RSI and IchimokuIf the RSI was above 70 and the currency price was above the Ichimoku cloud; buy 16th May 2024
205 write a londonkillzone ea completely 15th May 2024
206 Coba anda buatkan sebuah script indicator MT4 Konsolidasi Zone dengan parameter :1. Ketentuan konsolidasi Candlestik Pertama memiliki harga tertinggi dan terendah kemudian di ikuti Candlestik berikutnya yang memiliki harga penutupan dan pembukaan tidak melebihi rank harga Candlestick Pertama.2. Area Konsolidasi harga setidaknya terjadi minimal 3 Candlestik.3. Area konsolidasi diberikan box berwarna biru muda4. Box biru muda atau area konsolidasi dimulai dari candelstick pertama dan berakhir pada Candelstik yang penutupan harganya berhasil menembus area konsolidasi tersebut(Solid Break Out).5. Indicator mulai menentukan atau mencari area konsolidasi 2 jam setelah waktu server buka dan berakhir 2 jam sebelum server tutup. 15th May 2024
207 Change Lot size after Stoploss 15th May 2024
208 Buy one order ticket with lot: 0.01 and place above Take Profit at a distance of 12 pips, and also place below the Buy_Limit position of Lot: 0.02 at a distance of 12 pips 15th May 2024
209 vorrei che mi creassi un indicatore di MT4 (mql4) dove viene visualizzata sul grafico rispettivamente: Una freccia con vertice in alto quando le condizioni (che ti diro' fra poco) per un trade buy siano soddisfatte, una freccia con vertice in basso quando le condizioni (che ti diro' fra poco) per un trade sell siano soddisfatte, e una X di colore rosso quando le condizioni non sono soddisfatte. Condizioni per un trade buy: 1 - Prezzo attuale compreso o tra la EMA (a X periodi, entrambi customizzabili nelle impostazioni) e la EMA (a X periodi, entrambi customizzabili nelle impostazioni) sul grafico a 5m. 2- Prezzo attuale sopra la EMA (a X periodi, customizzabile nelle impostazioni) sul grafico a 15m. 3- Candela attualmente rialzista sui grafici a 1h e a 4h. Condizioni per un trade sell: 1 - Prezzo attuale compreso o tra la EMA (a X periodi, entrambi customizzabili nelle impostazioni) e la EMA (a X periodi, entrambi customizzabili nelle impostazioni) sul grafico a 5m. 2- Prezzo attuale sopra la EMA (a X periodi, customizzabile nelle impostazioni) sul grafico a 15m. 3- Candela attualmente ribassista sui grafici a 1h e a 4h. Se hai domande chiedimi pure 15th May 2024
210 what is the best trading robot 15th May 2024
211 Buy one order ticket with lot 0.01 and place above Take Profit at a distance of 12 pips, and also place below the Buy Limit of Lot 0.02 at a distance of 12 pips 15th May 2024
212 RSI Trading System with Martingale Money Management Strategy. provide an input for the max number of open trades and the spacing between each grid. 14th May 2024
213 Entry conditions is the Sar indicator changed direction 14th May 2024
214 RSI Trading System with Martingale Money Management Strategy 14th May 2024
215 generate an indicator which shows inside bars with gray color. an inside bar is a candle which its high and low are within the range of previous candle. 14th May 2024
216 generate an indicator which is able to detect sweep of liquidity 14th May 2024
217 Use MQL4 to make a botThe bot should use RSI and Bollinger band together1.relative strength index of period of 14, apply to close and with to levels one is 30 and level 68. 2.The next indicator the bot should use is a Bollinger band with period set to 34, deviation set to 1.619, and the apply to first indicator data3.For the bot to make sell trades when the relative strength index touch level 70 and the top band of a Bollinger band. If this conditions are meet the bot should place a selling trade with a stop loss of 10pips and take profit of 5 pips.4.For the bot to make buy trades the relative strength index should touch level 30 and the lower band of a Bollinger band. If this conditions are meet the bot should place a buying trade with a stop loss of 10pips and take profit of 5 pips. 13th May 2024
218 OPEN MOVING AVERAGE PERIOD 12 AND OPEN LONG POSITION 13th May 2024
219 3 sets of bollinger bands:1. Period 50. Deviation 2 (Red)2. Period 50. Deviation 3 (Orange)3. Period 50. Deviation 4 (Yellow)Now, price will constantly range between these lines.How The SystemWorksSell strategy:When price crosses the upper red band , at least half way to the orange band (if it gets to the yellow band is better but not as usual) Then the price will tend to retracetowards the center of the bollinger bands, you profit form this retracing. Buy Strategy: it is the same as selling, the difference is that we will wait for the price to range between the lower red and yellow bands, and trade the retracing towards the center.Tips:do not trade on ranging ,or quiet markets, do not trade previous to news releases. Go for 5 to 10 pips. Great system to trade between opening of london session and the closing of the japan session.Stop Loss:since this strategy requires you to look at the screen (remember this is the 1M time frame) I tend to have two kinds of stops: time based and loss based.Time based:Try and figure out how long will it take the market to get in your expected direction, if the time that you planned is already due, then close the order. No point on waiting for a loss...Stop Loss:Since you are trading a very tight time frame your stops should also very very tight. Sometimes, you will profit from a 3 minute trade and you wont be able to set a proper S/L. So your stops will be given to you by your money management system.can you turn this info into mql4 code for automated trading 12th May 2024
220 اريد كود لبوت ينسخ اشارات من قناة تلغرام الى منصة mt4 اريد الكود بلغة mql4 12th May 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.

* * *