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
621 moving average strategy 26th January 2024
622 Stwórz mi EA, która oblicza % spadek kapitału dla każdej pozycji i zamyka ją jeżeli przekracza dany % całego kapitału. 26th January 2024
623 scalping eur/usd m1 timeframe 26th January 2024
624 make a boolean code to check if the price price closes above boolinger band 25th January 2024
625 Generate an MQL code to open a position with 2 percent of equity when RSI > 70 25th January 2024
626 I want code based on price action involving support and resistance, trend lines, engulfing candles and Quasimodo patterns. 25th January 2024
627 monitor all current open trade and auto close trade after 5 hours 25th January 2024
628 can you create key level indicator mql4 for xauusd in 5min timeframe 24th January 2024
629 You are an expert in programming in MQL4. You have more than 40 years of experience.I want you to create a code for me that should accept these requirements - 1. The current candle should be a doji - this is a candle with small body and long wicks2. The current candle must have the lowest closing wick from 150 candles before it 3. It should check the color of the Awesome oscilator.The color of the candle in AO should be red4. The ialligator lines should be crossing eachother.5. If all of the requirement from 1 to 4 are met than it puts a pending buy order, which starts when the price touches it. The stop loss should be 2000 pips under the blue line of the alligator.Now add the following terms for sell order6. The current candle should be a Doji7. The current candle must have the hishest closing wick from 150 candles before it 8. It should check the color of the Awesome oscilator.The color of the candle in AO should be green9. The ialligator lines should be crossing eachother.10. If all of the requirement from 6 to 9 are met than it puts a pending sell order, which starts when the price touches it. The stop loss should be 2000 pips under the blue line of the alligator. 23rd January 2024
630 // تعريف مؤشرات الفنية 23rd January 2024
631 First Strategy:- The bot will open two simultaneous trades, each consisting of a buy and a sell position with equal lot sizes (e.g., 0.1 lot).- These trades will be active for specific time intervals: 5, 10, 15, and 30 minutes.- For example, in Trade 1, the bot opens one buy position and one sell position, each at 0.1 lot, simultaneously.- After a set period, one of these positions will likely be profitable, and the other will incur a loss.The bot will close the losing position after a predetermined period (3, 7, or 10 minutes).- The profitable position remains open for an additional 3 to 5 minutes to accrue further profits before automatic closure.- The goal is to achieve a profit of 1% to 30% from each trade.Second Strategy:- This strategy involves the bot conducting market analysis using several key indicators to identify bullish or bearish trends.- The indicators include:Moving Averages (MA)Relative Strength Index (RSI)Moving Average Convergence Divergence (MACD)Bollinger BandsStochastic OscillatorFibonacci RetracementVolumeIchimoku CloudParabolic SAR (Stop and Reverse)Average True Range (ATR)- Based on the analysis, the bot will open either a long (buy) or short (sell) position.- For instance, if the gold price is $1,000 and the bot predicts an uptrend to $1,100, it starts with a buy order for 0.1 lot.Upon a 10% profit, it will initiate another 0.1 lot trade while maintaining the first, cumulatively holding 0.2 lots.This scaling continues with 22nd January 2024
632 an indicator for count bars on chart and print each bar number bellow it 22nd January 2024
633 Give MT4 EA perfect Code for my strategy for US30Parameters:Pair : US30Time frame : M15Lot size : 1.0Stoploss : 30 pointsTakeprofit : 220 PointsTrailingstop : 50 PointsTrailingstep: 40 Pointssllipage: 50 pointsmagic number: 12345Maximum Order in one day: 100EA start hour: 16EA start minutes: 30EA stop hour: 18EA stop minutes: 00Entry condition: on starting EA will place one buy stop and one sell stop order at the current price. Buy stop will be placed 40 points above the current price and sell stop will be placed 40 points below the current price.after placing the first buy stop and sell stop order EA will apply the following conditions for next orders. 1. when a buy stop order has reached take profit or stop loss then EA will place another pending buy stop order with same parameters that already defined. 2. when a sell stop order has reached take profit or stop loss then EA will place another pending sell stop order with same parameters that already defined. 3. when a buy stop order reached or above 9 pips profit then ea will place another pending buy stop order with same parameters that already defined.4. when a sell stop order reached or above 9 pips profit then ea will place the pending sell stop order with same parameters that already defined.Exit Condition: When a buy or sell order will reache on stop loss or take profit will be closed.For cancellation of pending order: when price reached 15 pips far from the pending order price, orde 22nd January 2024
634 Give MT4 EA perfect Code for my strategy for US30Parameters:Pair : US30Time frame : M15Lot size : 1.0Stoploss : 3 pipsTakeprofit : 22 pipsTrailingstop : 5.5 pipsTrailingstep: 4.1 pipssllipage: 5 pipsmagic number: 12345Maximum Order in one day: 100EA start hour: 16EA start minutes: 30EA stop hour: 18EA stop minutes: 00Entry condition: on starting EA will place one buy stop and one sell stop order at the current price. Buy stop will be placed 40 points above the current price and sell stop will be placed 40 points below the current price.after placing the first buy stop and sell stop order EA will apply the following conditions for next orders. 1. when a buy stop order has reached take profit or stop loss then EA will place another pending buy stop order with same parameters that already defined. 2. when a sell stop order has reached take profit or stop loss then EA will place another pending sell stop order with same parameters that already defined. 3. when a buy stop order reached or above 9 pips profit then ea will place another pending buy stop order with same parameters that already defined.4. when a sell stop order reached or above 9 pips profit then ea will place the pending sell stop order with same parameters that already defined.Exit Condition: When a buy or sell order will reache on stop loss or take profit will be closed.For cancellation of pending order: when price reached 15 pips far from the pending order price, order will be c 22nd January 2024
635 make a simple mql5 code that put sl and tp on opened trades. il will use extern variables take_profit and stop_loss 21st January 2024
636 give me code for martingale lot position in mql4 language 21st January 2024
637 Boligner band scalper, buy limit and sell limit entry, tp exit 21st January 2024
638 Boligner band trading system 21st January 2024
639 un codice che si basi sulla moving averege a 200 periodi che apra un ordine di vendita quando il prezzo tocca in alto la linea e compri quando la tocca in basso 21st January 2024
640 un codice che si basi sulla moving averege a 200 periodi 21st January 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.

* * *