Great video Rene I think people are making the assumption that ChatGPT pumps out 'complete' systems and you stick those into MT5 and start trading straightaway. If only.... I've been using it for the past week and its great when you want something specific explained or need examples but to create complete systems still requires alot of work. You are absolutely right ChatGPT is a great tool to 'help' you code but you still need to LEARN to code. In all honesty my understanding is that 'system design' is just a part of the overall process, but you still need to test and optimize the system to make it profitable and that ChatGPT cannot do (yet maybe ??!?)
of course it can not do it what is the expectation here, i mean com on you just tell it to code something and it will do it for you. there been time that I searched for a peace of code to do what i need and i remember that i use to post to a forums and it took two week for someone to even look at the code a response to it with even worth solution. so this AI is like god in 10 year there would be no programing as we know it you just tell them what you want and they build it for you just like 3d printer they only thing you need is thinking your idea will convert to a codes instantly.
I actually made a decent mql4 EA using chatgpt only by telling him the logic. The best way I found it works is to give the step by step of how you want your ea to work and separating the text vertically following the order the information would appear on the ea: global variables, on init, on tick etc.
This is another great review! I played with Chatgpt a week or so ago and was able to formulate a question with a set of requirements for MQL 5. Chatgpt spit out correct plug and play code. I did it for creating an EA buy/sell based on a certain price velocity. I would be happy to share the code with Rene Balke if you would like. Thank you so much for the review.
I recently tried testing if ChatGPT can write a simple EA in MT5 and I also got some unusable code. It does not know how to declare certain variables, uses some custom indicators which has no reference or incorrect scope in it's parameters. I think ChatGPT merely scans the Internet for MQL code (not knowing whether it is MQL5 or MQL4) and then copies and pastes these into its responses without understanding the true logic or the context of the programs. I've often wondered if those EAs being sold in the market as having a ChatGPT engine behind them is pure bullshit or not so I think I'm convinced that it is unless someone can prove me wrong.
It doesn’t create entire/complete EAs in one go. You will need to go step by step wit the bot. For example, create inputs, then tell it to do something in onInit, then on onTick, then global functions, step by step will do. However, it’s also more better at writing mql4 than 5.
You need to say what language you want the code in, like pinescript. It works very well for coding. You just have to say what you want it to do. Take the errors and paste it in chatgtp. Tell it to correct it.
I had already done this test. You request the code in mql5 but what it generates is mql4 even if you enforce it to change mql5 . Try compiling in mql4 and the code will work sometimes it just has one or two syntax errors.
I have the opposite issue, I ask for mql4 and it mixes mql5 into it. But I know how to code the languages, so I just fix it myself quickly. It does give good direction and sometimes unique approaches to problems, but needs a coder that can debug on their own (it would take me longer to ask it to fix an error than doing it myself).
I tried this way before and it doesn't work, there's just not enough mql5 examples on the internet back when chat gpt was created. And since its not connected to the internet, it generate the answers based on previous data collected by its algorithm, and can actually correct the answers it generates since the algorithm its written in is designed to always learn from people questions.
After my experience with ChatGPT, you asked too much from it, to create a full strategy. It works very well on chunks, like, creating functions with ChatGPT, then you need to combine and verify everything anyway. ChatGPT is great as a starting point for everything, but NOT for the entire process.
Год назад+1
Yeah that might work. But if you are able to put together a lot of pieces you could just write the complete code in the first place I guess :D
@ true😁 But, it helps a lot if you cannot memorize all those functions in mql5, or if you are a beginner. It helps a lot if you even want to learn mql5, because you can ask chatGPT to explain the code, "what is this? what is that?" Way more useful to learn this way mql5, than through docs. It seems that you need to write pseudocode for chatGPT, as detailed as possible, then it can convert it into code. But best is to use chatGPT for learning or creating long functions that you would need.
If you run the errors through the program multiple times, it fixes the errors to a certain level is all I can say for now, I was on 40 errors this morning, slimmed it down to 4 so far
Hi Rene, thanks for granting the request. The chatgpt is bias with the python stuffs... but i think that is a good thing with some deep reasons. not sure if chatgpt 4 will cover this out.
One thing you said was wrong. ChatGPT doesn't look in Internet for an answer. It isn't “connected” to one. It only uses data that was fed to it in the course of teaching during the last years.
Год назад+1
Oh okay then I read the wrong article about it I think. Thanks for the clarification.
I tried it and gave it what I wanted I ended compiling a working ea but it only took 1 trade in profit of a few pips . I need to add functions like tp etc . Add , correct compile etc
Rene Why dont you offer service of creating EAs?. What would be the reason?. It is because you dont have time for it or is there any other reason?. Thx! 🙏
Hello I am very new to creating code for MQL5. Every tutorial that I watched displays the "play button" next to "Compile" for debugging as green but mine is greyed out and it doesn't let me press it when there is an error with the code. Can anyone help me with this? ChatGPT couldn't answer this lol.
Great video Rene as always!👍👍a future video idea, I have been seeing a lot of the new EAs having this feature where you only apply the EA to one chart, one symbol BUT it trades on multiple pairs as well! Wondering if you can do a video implementing this on one of the EA worked on in the past! Thanks again :)
Год назад+1
Hey, have a look at this: ruclips.net/video/m597mPNoRls/видео.html&ab_channel=Ren%C3%A9Balke
i try it for an candle pattern of my own ( pattern uses last 3 candels ) i manage to make control of last 2 candles but when i want to add3rd candle it starts to generates like whatever its just add random rule for the last candle never follow my rules :) first candle bear second cande doji or hammer 3rd is bull just that simple :) it try with my native language and also english result is the same cant manage to write with 3 candle patters of any kind.
Hello Rene, thank you for the video! I just tried the same input with ChatGPT and it is NOT GENERATING ANY CODE. "It is always responding: I'm sorry, but as a language model, I am not able to generate trading code or provide investment advice. ..." ==> Is it still working for you? THX
Good explanations , how can I communicate with you private
Год назад+1
Thank you! :) You can write a comment here or contact me on mql5. But I am usually not open for collaborations and do not offer programming services if you are looking for this. I am sorry.
Hi Renè, I tried last week chatgpt too, it is not precise neither with pinescript. In general it gets a lot of errors with coding. I have also a question that has nothing to do with chatgpt, I saw your video about FTMO last day. I was a Mql4 user before seeing your video and I'm used to test strategies with custom spread but it is not easily doable on mt5. Ftmo has the spread of more than 1 year ago set to fixed 50 point for forex and it is not good to have more reliable tests. So my question is, what broker do you use to test the strategies, some with lower historical spreads? Or maybe do you have some trick to change the spread in the historical tests?(I know you can create custom symbols but it seems annoying to do)
Hey Rene I've been attempting to put my ea on the mt5 market and I've been unable to successfully implement the checks they require. If you haven't got a video on this already please review how to use the suggested checks from mt5 website for volume, money, stop loss etc.
Hello sir, please can you make a video on how to to stop Expert Advisor from trading when it gets to a daily target profit or loss. Thank you as I look forward to your response.
Год назад+1
Hey, have a look at this: ruclips.net/video/0Z6EXoPbx38/видео.html&ab_channel=Ren%C3%A9Balke
@ Thank you so sir, I really get the answer to my request perfect in the video, I appreciate you been my mentor on mql5 programming for the past 6 months now, and I see improvement in my self I really appreciate your good work, thank you so much sir Renne.
"I think I have quite good understanding of mql4 and mql5 since I've been doing this for some years..." Later : "Wait, is this even OnStart function a function?" - Checks In mql to be sure.... 😅😅😂😂 No hate intended you got me killed there. I've been using gpt for developing code it is very useful you need to tell it what you want and how it would implement the logic without code like would you save bars in some array would you just iterate with a for loop should he have a condition etc and then you ask him to code each part of the steps and you will still have some errors mainly wrong parameters inputs if that's the case just correct them and if you still get and error just tell it you had an error on that part of the code and it will correct it.
Strange you are not happy, Chat GPT followed my prompt and instructions, I just have to check if the 20/10 MA INDICATOR is responsive and executes orders as programmed, cause the Chat GPT followed my instructions to the later, saving me the time in going through the Initiator codes, I just have to debug and modify the parameters, many thanks
Good video Also I love how your website is structured. Do you charge a fee to automate EA for client based on their own rules? If yes how much do you charge?
He doesn't offer this service.....he'll most likely tell you to watch his coding tutorials n code it your self........ I've been coding mql5 since last year in May it's EASY
Год назад
Hey, I am glad you like the video :) But yeah, I do not offer any programming services. I am sorry.
You can copy and paste the errors and tell it to correct them. Eventually it will give you the correct code that compiles without errors. You have to think of it as a maschine that produces millions of different products at a time and if one product is faulty its the customer's responsibility to take it back to the factory and have it fixed or reproduced.
Ranges from $15 - $35 per hour. Or if you prefer a milestone based fixed billing. I code, so if you're in need of my services for your EA, send me a message.
They have dumbed down the chat so people wouldn't use it as much. I asked for some simple code in pine script and it also had problems. Maybe in python it will generate better code.
it has some rules that makes it deny that, because it is not made to help people profit. I saw a guy who asked it to write a moviescript about a guy who wrote the code where it then could define the code, but for sure you need to ask in another way like: give me an example of a code of in mql4 that ?... then iterate the specifics from there, but it is far from perfect.
Hi mate, no, you are absolutely correct, and doing nothing wrong. Chat GPT is soooooooo bad at coding, not only in MQL5 and 4, but ANY language, you can basically just take small snippets here and there and write the rest. I give it 0/10
Make sure to back away from the mic when you talk, im hearing way too much of your mouth, and your S's are very loud, and even when I turn my volume all the way down it still sounds very loud.
Nach 3 Sätzen musste ich abschalten. Wenn du schon unbedingt Englisch sprechen musst (Reichweite?), dann sollte es auch grammatisch und von der Aussprache her Sinn machen. GRAUENVOLL! Dem Inhalt kann ich somit nicht trauen. Wenn ein Restaurant schmuddelig ist, erwarte ich keine gute Küche...
fail, Chatgpt fail to generate a proper EA and too simple. when come to slightly advance EA, chatgpt fail definitely, so at the end, we still developer to write it aiya
Hello sir, please can you make a video on how to to stop Expert Advisor from trading when it gets to a daily target profit or loss. Thank you as I look forward to your response.
Год назад
Hey, have a look at this: ruclips.net/video/0Z6EXoPbx38/видео.html&ab_channel=Ren%C3%A9Balke
Great video Rene
I think people are making the assumption that ChatGPT pumps out 'complete' systems and you stick those into MT5 and start trading straightaway. If only.... I've been using it for the past week and its great when you want something specific explained or need examples but to create complete systems still requires alot of work. You are absolutely right ChatGPT is a great tool to 'help' you code but you still need to LEARN to code. In all honesty my understanding is that 'system design' is just a part of the overall process, but you still need to test and optimize the system to make it profitable and that ChatGPT cannot do (yet maybe ??!?)
of course it can not do it what is the expectation here, i mean com on you just tell it to code something and it will do it for you. there been time that I searched for a peace of code to do what i need and i remember that i use to post to a forums and it took two week for someone to even look at the code a response to it with even worth solution. so this AI is like god in 10 year there would be no programing as we know it you just tell them what you want and they build it for you just like 3d printer they only thing you need is thinking your idea will convert to a codes instantly.
For now you need to implement the trade.
For now you still need to code.
This is not a good idea it is going ruin a goodthing you will see.
I think one statement is absolutely right: it might help to support in coding. And I am convinced that this is just the beginning ...
What do u mean with „the bwginning“?
The beauty of chatGPT is that you can copy bad coding in MT5 and ask chatGPT to correct it. And it does.
I actually made a decent mql4 EA using chatgpt only by telling him the logic. The best way I found it works is to give the step by step of how you want your ea to work and separating the text vertically following the order the information would appear on the ea: global variables, on init, on tick etc.
may i have your final code
How did you sort out the compilation errors
@@zamekilebooi7865 just write the error of compile text and she says im sorry i make a mistake and corrects it :))
This is another great review! I played with Chatgpt a week or so ago and was able to formulate a question with a set of requirements for MQL 5. Chatgpt spit out correct plug and play code. I did it for creating an EA buy/sell based on a certain price velocity. I would be happy to share the code with Rene Balke if you would like. Thank you so much for the review.
That sounds very interesting. What do you mean by price velocity?
Can you please share the frame of questioning you used
tried making one, i had a lot of errors, how can i fix them please?
I recently tried testing if ChatGPT can write a simple EA in MT5 and I also got some unusable code. It does not know how to declare certain variables, uses some custom indicators which has no reference or incorrect scope in it's parameters. I think ChatGPT merely scans the Internet for MQL code (not knowing whether it is MQL5 or MQL4) and then copies and pastes these into its responses without understanding the true logic or the context of the programs. I've often wondered if those EAs being sold in the market as having a ChatGPT engine behind them is pure bullshit or not so I think I'm convinced that it is unless someone can prove me wrong.
Lol, they are pure BS, they add "ChatGPT" to attract costumers.
True
Why don't you ask gpt to correct and rewrite the script? It's almost impossible to get it right in the first try
𝐘𝐨𝐮 𝐝𝐨𝐧𝐭 𝐤𝐧𝐨𝐰 𝐡𝐨𝐰 𝐠𝐨 𝐛𝐲 𝐢𝐭 𝐚𝐬𝐤 𝐟𝐨𝐫 𝐡𝐞𝐥𝐩 𝐛𝐮𝐭 𝐝𝐨𝐧𝐭 𝐬𝐚𝐲 𝐰𝐡𝐚𝐭 𝐲𝐨𝐮 𝐝𝐨𝐧𝐭 𝐤𝐧𝐨𝐰 𝐢𝐭 𝐰𝐨𝐫𝐤𝐬 . 𝐢𝐟 𝐮 𝐠𝐢𝐯𝐞 𝐂𝐡𝐚𝐭𝐠𝐩𝐭 𝐏𝐚𝐫𝐚𝐦𝐞𝐭𝐞𝐫𝐬 , 𝐢𝐭 𝐰𝐢𝐥𝐥 𝐟𝐨𝐥𝐥𝐨𝐰 𝐧 𝐜𝐫𝐞𝐚𝐭𝐞 𝐢𝐭 𝐟𝐨𝐫 𝐮
Hi Rene, i arrived at the same conclusion as you did in this video. ChatGPT is better in explaining the code than generating the code :D
It doesn’t create entire/complete EAs in one go. You will need to go step by step wit the bot. For example, create inputs, then tell it to do something in onInit, then on onTick, then global functions, step by step will do. However, it’s also more better at writing mql4 than 5.
You need to say what language you want the code in, like pinescript. It works very well for coding. You just have to say what you want it to do. Take the errors and paste it in chatgtp. Tell it to correct it.
exactly🤣
Thank you awareness chartgpt. I tried to many time chartgpt code use mt5 and not work MT5
THANK YOU FOR this video
I had already done this test. You request the code in mql5 but what it generates is mql4 even if you enforce it to change mql5 . Try compiling in mql4 and the code will work sometimes it just has one or two syntax errors.
I have the opposite issue, I ask for mql4 and it mixes mql5 into it. But I know how to code the languages, so I just fix it myself quickly. It does give good direction and sometimes unique approaches to problems, but needs a coder that can debug on their own (it would take me longer to ask it to fix an error than doing it myself).
How about if you copy the compile errors and send them back to Chat GPT?
You should try section by section, OnInit... OnTick... etc... by separate, and then paste section by section...
I tried this way before and it doesn't work, there's just not enough mql5 examples on the internet back when chat gpt was created.
And since its not connected to the internet, it generate the answers based on previous data collected by its algorithm, and can actually correct the answers it generates since the algorithm its written in is designed to always learn from people questions.
to sort the compile errors you just have to simply copy the errors and paste them in the chat
Hi René!
Do you think it would work better if you broke the instructions down into "digestible bits", logical steps fed to the AI, one at a time?
It does work this way Ive already tried it and it wonderfully work
After my experience with ChatGPT, you asked too much from it, to create a full strategy.
It works very well on chunks, like, creating functions with ChatGPT, then you need to combine and verify everything anyway.
ChatGPT is great as a starting point for everything, but NOT for the entire process.
Yeah that might work. But if you are able to put together a lot of pieces you could just write the complete code in the first place I guess :D
@ true😁 But, it helps a lot if you cannot memorize all those functions in mql5, or if you are a beginner.
It helps a lot if you even want to learn mql5, because you can ask chatGPT to explain the code, "what is this? what is that?"
Way more useful to learn this way mql5, than through docs.
It seems that you need to write pseudocode for chatGPT, as detailed as possible, then it can convert it into code.
But best is to use chatGPT for learning or creating long functions that you would need.
Mql 4 - 5 coding doesn't work at all in chatgpt.. Because it's has limited data...
If you run the errors through the program multiple times, it fixes the errors to a certain level is all I can say for now, I was on 40 errors this morning, slimmed it down to 4 so far
was that gpt3 or gpt4?
It was gpt 3
Well, after trying it for a couple days I found out that you can’t create a working code without having any knowledge of how to code in mql5 language.
been waiting for this vid
@madanGowri837 lol
Can you make 1 video about get data from txt and reset 1 minute 1 time. Thanks so much.
Hi Rene, thanks for granting the request. The chatgpt is bias with the python stuffs... but i think that is a good thing with some deep reasons. not sure if chatgpt 4 will cover this out.
One thing you said was wrong. ChatGPT doesn't look in Internet for an answer. It isn't “connected” to one. It only uses data that was fed to it in the course of teaching during the last years.
Oh okay then I read the wrong article about it I think. Thanks for the clarification.
One of the issues is that Chatgpt is only updated to 2021
Oh okay did not know this. But it explains it a bit :D
try doing this again on the latest chatGpt march version
You clearly don't know how to use chatGBT but you got yourself a subscriber!
Hey Rene!
What do u think about IA?
Is this the end of programming and Programmes?
Thx! 🙏
I tried it and gave it what I wanted I ended compiling a working ea but it only took 1 trade in profit of a few pips . I need to add functions like tp etc . Add , correct compile etc
Jamaica
Old Braeton
Automated deal🍃
Have you tested send the MQL5 documentation to a new GPT (RAG) on ChatGpt 4?
Rene
Why dont you offer service of creating EAs?.
What would be the reason?.
It is because you dont have time for it or is there any other reason?.
Thx! 🙏
good video,
why don't you ask the chatGPT to fix the error code.
I fixed all the errors and the warnings that occurred in the code and the ea still not working can you please tell me how to fix this problem ?
Hello I am very new to creating code for MQL5. Every tutorial that I watched displays the "play button" next to "Compile" for debugging as green but mine is greyed out and it doesn't let me press it when there is an error with the code. Can anyone help me with this? ChatGPT couldn't answer this lol.
Great video Rene as always!👍👍a future video idea, I have been seeing a lot of the new EAs having this feature where you only apply the EA to one chart, one symbol BUT it trades on multiple pairs as well! Wondering if you can do a video implementing this on one of the EA worked on in the past! Thanks again :)
Hey, have a look at this: ruclips.net/video/m597mPNoRls/видео.html&ab_channel=Ren%C3%A9Balke
i try it for an candle pattern of my own ( pattern uses last 3 candels ) i manage to make control of last 2 candles but when i want to add3rd candle it starts to generates like whatever its just add random rule for the last candle never follow my rules :)
first candle bear second cande doji or hammer 3rd is bull just that simple :)
it try with my native language and also english result is the same cant manage to write with 3 candle patters of any kind.
It does work for mt4 but generates many errors for mt5. However it is an iterative process.
Chatgpt3 is more efficient in writing EA product descriptions than trading code. ;)
If you keep running your errors though the AI it can help fix it
Hello Rene, thank you for the video! I just tried the same input with ChatGPT and it is NOT GENERATING ANY CODE.
"It is always responding: I'm sorry, but as a language model, I am not able to generate trading code or provide investment advice. ..."
==> Is it still working for you? THX
tried making one, i got a lot of errors, how can i fix them
Good explanations , how can I communicate with you private
Thank you! :) You can write a comment here or contact me on mql5. But I am usually not open for collaborations and do not offer programming services if you are looking for this. I am sorry.
Hi Renè, I tried last week chatgpt too, it is not precise neither with pinescript. In general it gets a lot of errors with coding.
I have also a question that has nothing to do with chatgpt, I saw your video about FTMO last day. I was a Mql4 user before seeing your video and I'm used to test strategies with custom spread but it is not easily doable on mt5. Ftmo has the spread of more than 1 year ago set to fixed 50 point for forex and it is not good to have more reliable tests.
So my question is, what broker do you use to test the strategies, some with lower historical spreads? Or maybe do you have some trick to change the spread in the historical tests?(I know you can create custom symbols but it seems annoying to do)
Re send the errors to gpt and the script, it will recorrect until the errors gone
Hey Rene I've been attempting to put my ea on the mt5 market and I've been unable to successfully implement the checks they require. If you haven't got a video on this already please review how to use the suggested checks from mt5 website for volume, money, stop loss etc.
Is it possible to create a code command that will direct any chart towards Take Profit?
Hi. Can we feed or ea to chat gpt and asking how we can add something like another indicator or oscilator to improve or ea ?
Can i learn the mql5 code manually
mql5 code in gifthub not much for source of reference. but for mql4 is not bad. we can manualy fix
Hello sir, please can you make a video on how to to stop Expert Advisor from trading when it gets to a daily target profit or loss. Thank you as I look forward to your response.
Hey, have a look at this: ruclips.net/video/0Z6EXoPbx38/видео.html&ab_channel=Ren%C3%A9Balke
@ Thank you so much, I will download it and watch to the end and get back to you sir
@ Thank you so sir, I really get the answer to my request perfect in the video, I appreciate you been my mentor on mql5 programming for the past 6 months now, and I see improvement in my self I really appreciate your good work, thank you so much sir Renne.
"I think I have quite good understanding of mql4 and mql5 since I've been doing this for some years..."
Later : "Wait, is this even OnStart function a function?" - Checks In mql to be sure.... 😅😅😂😂
No hate intended you got me killed there.
I've been using gpt for developing code it is very useful you need to tell it what you want and how it would implement the logic without code like would you save bars in some array would you just iterate with a for loop should he have a condition etc and then you ask him to code each part of the steps and you will still have some errors mainly wrong parameters inputs if that's the case just correct them and if you still get and error just tell it you had an error on that part of the code and it will correct it.
ChatGPT works by guessing based on statistics on what its trained on so...
Strange you are not happy, Chat GPT followed my prompt and instructions, I just have to check if the 20/10 MA INDICATOR is responsive and executes orders as programmed, cause the Chat GPT followed my instructions to the later, saving me the time in going through the Initiator codes, I just have to debug and modify the parameters, many thanks
I am using it for about week now but just as a structure and logic assistance because the code is not correct for mql5.
LOL, Please tell it what to do!! and be SPECIFIC !!!!!. I am a programmer but I can tell you ChatGBT is the future lol
After setting up the code in meta edtor, how can I find the strategy of that code on the chart?
If you wrote and complied the code in the MetaEditor you should be able to see the EA in your MetaTrader navigator in the Experts folder
Good video
Also I love how your website is structured. Do you charge a fee to automate EA for client based on their own rules?
If yes how much do you charge?
He doesn't offer this service.....he'll most likely tell you to watch his coding tutorials n code it your self........ I've been coding mql5 since last year in May it's EASY
Hey, I am glad you like the video :) But yeah, I do not offer any programming services. I am sorry.
I will help you if u want any
@@ThePixelpirategaming i want to write a code for my strategy
@@ThePixelpirategamingI want to write a code based on my strategy
You can copy and paste the errors and tell it to correct them. Eventually it will give you the correct code that compiles without errors.
You have to think of it as a maschine that produces millions of different products at a time and if one product is faulty its the customer's responsibility to take it back to the factory and have it fixed or reproduced.
Hallo Rene, meine erste Frage war: Sprichst du deutsch? 😊
good day how much do you charge, if I want you to develop an EA for MT5, using CCI and ATR strategy on a 1 min time frame
Ranges from $15 - $35 per hour.
Or if you prefer a milestone based fixed billing.
I code, so if you're in need of my services for your EA, send me a message.
maybe if you asked it what would happen with the generated code when compiled? and then address the errors...
Yeah it might help. But I think in the end the result is still the same and I do not think it is efficient to use the bot for MetaTrader programming.
@What is the most efficient way to create a bot for MQL5?
Bro. I want to write a code for my strategy. Help me
They have dumbed down the chat so people wouldn't use it as much. I asked for some simple code in pine script and it also had problems. Maybe in python it will generate better code.
Please review POW Banker EA.
I have two errors and it’s giving me trouble, can anyone here be of help?
Have a look at this RUclips, think there are some good tips
I’m a EA programmer and I was wondering if you can test my EA and make a video on it
I am sorry but I receive a lot of requests like this and cannot make a video for every EA :(
Sir I want test your ea and I will make vedio .
Hi Rene quick question what platform you used to create your course website?
I use my own website (wordpress) and use digimember and optimizepress plugin.
@ thanks is it woodpress changing monthly subscription fee? Or its free?
@@sauliusmasinai2624 Wordpress is free but the plugins cost a monthly fee. I think in total I pay like 500 Euro per year.
@ thanks for the info
There is no hope for mankind if we start chatting to bots if we feel lonely! 😂
yeah it is weird :D
@ give us some bot for boom and crush and also currency pairs
very interesting, I tried to get it to write a trend indicator for .mq4 but it refused point blank
it has some rules that makes it deny that, because it is not made to help people profit. I saw a guy who asked it to write a moviescript about a guy who wrote the code where it then could define the code, but for sure you need to ask in another way like: give me an example of a code of in mql4 that ?... then iterate the specifics from there, but it is far from perfect.
@@Laelaps512 thanx Casper
Hi mate, no, you are absolutely correct, and doing nothing wrong. Chat GPT is soooooooo bad at coding, not only in MQL5 and 4, but ANY language, you can basically just take small snippets here and there and write the rest. I give it 0/10
Good video
I think you're just not good prompting in it
can you build an ea for me , i have the logic and conditions written down mate , i will pay for it
I am sorry but I do not offer this service
are you in the business of creating EAs for a fee? :)
No
ChatGPT is creating an Indicator for you, not an EA.
I made an EA with it
MetaQuotes is trying to get Apple's clearance again
Make sure to back away from the mic when you talk, im hearing way too much of your mouth, and your S's are very loud, and even when I turn my volume all the way down it still sounds very loud.
Nach 3 Sätzen musste ich abschalten. Wenn du schon unbedingt Englisch sprechen musst (Reichweite?), dann sollte es auch grammatisch und von der Aussprache her Sinn machen. GRAUENVOLL! Dem Inhalt kann ich somit nicht trauen. Wenn ein Restaurant schmuddelig ist, erwarte ich keine gute Küche...
fail, Chatgpt fail to generate a proper EA and too simple. when come to slightly advance EA, chatgpt fail definitely, so at the end, we still developer to write it aiya
ChatGPT is not a good idea don't do it keep it as human as possible
Lewis Melissa Moore Carol Miller Robert
Anderson Michael Thompson Gary Moore Michelle
GPT is full of BS any basic information they always give a wrong answer e.q. MACD invented by Welles Wilder (RSI) 🤦🏻♂️ … don’t trus this AI GPT
meeta trader
ChatGPT is lazy
Lol have a nice small talk you and you might get a get a friendship in return
yeah for the lonely days :D
script kiddies
Dear Rene, maybe first you study and do some preparetion before you make your video....
you're a little lost
René, I send you an inbox in Instagram about your EA for Challenge Founding.
Hey, I turned of my insta messages. You can just text me here or on mql5 ;)
@ Hey René, your EA with Break Even and Trilling Stop can to have more peofits, in instagram I explain all.
Hello sir, please can you make a video on how to to stop Expert Advisor from trading when it gets to a daily target profit or loss. Thank you as I look forward to your response.
Hey, have a look at this: ruclips.net/video/0Z6EXoPbx38/видео.html&ab_channel=Ren%C3%A9Balke