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
861 2023.11.09 00:52:55.3712018.11.05 03:36:40 Ikarus_4.76_Daniel AUDUSD,H1: custom indicator name must be a string 8th November 2023
862 create an engulfing EA 10TP 15SL for mt41% capital per trade 8th November 2023
863 create an engulfing EA 10TP 15SL 8th November 2023
864 Genera un codice per la creazione di una AI che faccia scalping attivo, perfezionandosi continuamente per migliorare sempre più il profitto ed eliminare le perdite.________________________________________Il pannello di configurazione dovrà contenereLot sizeMagic numberCommentsSegnale acustico attivaziione/disattivazioneTake profit suggerito da AI ma modificabile manualmenteStop loss suggerito da AI ma modificabile manualmenteDimensione testo degli utili in euroColore testo degli utili in euroDimensione testo del numero percentuale Il livello di apprendimento raggiunto dall'AIColore testo del numero percentuale Il livello di apprendimento raggiunto dall'AI Regolazione dimensione riquadro contenitore su graficoscelta Colore riquadro contenitore su grafico________________________________________Nel grafico sarà visibile un riquadro contenente 1. Utili in euro2. E sottoforma di numero percentuale Il livello di apprendimento raggiunto dall'AI3. Il livello di utile (differenza guadagno e perdite)_______________________________________Il riquadro dovrà essere spostabile sul grafico mediante con doppio click che sblocchi l'ancoraggio 8th November 2023
865 Develop an indicatoe based on ICT Asia Sweep Strategy. 7th November 2023
866 Here are definitions of BISI, SIBI, MSS, Fractal High and Fractal Low: BISI and SIBI correct. Here is a definition of the BISI: A Bullish FVG is a BISI . A FVG is made up of 3 consecutive candlesticks. In a BISI, it starts with the high of candle 7th November 2023
867 / ------------------------------------------------------------------ //| Expert tick function |// ------------------------------------------------------------------ '/' - expressions are not allowed on a global scopeea3.mq52011why? 7th November 2023
868 // External Parametersextern double Lots = .01; // Specify the size of the trading lotextern int StopLoss = 700; // Specify the StopLoss size in pointsextern int TakeProfit = 700; // Specify the size of TakeProfit in pointsextern int TrailingStop = 20; // Specify the size of TrailingStop in pointsextern double TickDinamic = 5; // Parameter for filtering false tradesextern int period_sar = .02; // SAR indicator parameter for market analysisextern int Spread = 200; // Maximum spread size// Main Function: OnInitint OnInit(){ // Initialization code here return(INIT_SUCCEEDED);}// Main Function: OnTickvoid OnTick(){ // Real-time tracking of price changes double Bid = NormalizeDouble(SymbolInfoDouble(Symbol(), SYMBOL_BID), Digits); double Ask = NormalizeDouble(SymbolInfoDouble(Symbol(), SYMBOL_ASK), Digits); // Here you could check for specific conditions, execute trades, etc.}// Function for trailing stop mechanismvoid TrailingStopFunc(){ // Code for trailing stop loss here}// Main Function: OnDeinitvoid OnDeinit(const int reason){ // Deinitialization code here}// Other Functions// Here should be other functions if needed, such as: a function to open positions, 7th November 2023
869 // Lotsdouble Lots = 0.01; // Specify the size of the trading lot// StopLossint StopLoss = 700; // Specify the StopLoss size in points// TakeProfitint TakeProfit = 700; // Specify the size of TakeProfit in points// TrailingStopint TrailingStop = 20; // Specify the size of TrailingStop in points// TickDinamicdouble TickDinamic = 5; // Parameter for filtering false trades// period_sarint period_sar = 0.02; // SAR indicator parameter for market analysis// Spreadint Spread = 200; // Maximum spread size 7th November 2023
870 // Lotsdouble Lots = 0.01; // Specify the size of the trading lot// StopLossint StopLoss = 100; // Specify the StopLoss size in points// TakeProfitint TakeProfit = 200; // Specify the size of TakeProfit in points// TrailingStopint TrailingStop = 50; // Specify the size of TrailingStop in points// TickDinamicdouble TickDinamic = 0.5; // Parameter for filtering false trades// period_sarint period_sar = 14; // SAR indicator parameter for market analysis// Spreadint Spread = 5; // Maximum spread size 7th November 2023
871 '/' - expressions are not allowed on a global scopeea3.mq52001 how to fix this 6th November 2023
872 code an mt5 indicator to plot line on current chart. Calcute the line by subracting ATR value from ichimoku kijun sen 5th November 2023
873 Make best ea for me High win rate pair using us30 nq100 xauusd no martingale no airbitage no hft 5th November 2023
874 plot a line by subracting ATR from ichimoku kijun sen 5th November 2023
875 develop a compete london range breakout ea..that would open trade and set tp 1 at 50 pips away from the box breakout and tp 80 pips from box break out..tp here to mean take profit ..ea should in mq4 3rd November 2023
876 convert RK BreakOutBoxes V2.06 indicator to ea mq4 3rd November 2023
877 a trading system that self-learn market. a sniper bot 3rd November 2023
878 a trading system that self-learn market and predict take profit. an always winner bot that use martingale too 3rd November 2023
879 a trading system that use scalping trading and Martingale mql5 3rd November 2023
880 a trading system that use scalping trading and Martingale 3rd November 2023

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.

* * *