Need a simple Money Management Expert Advisor fixed(I failed with chatGPT)
Posted: Thu Apr 20, 2023 9:40 am
by Fmsfx
I have search around multiple forums for a simple(in my mind at least...lol) money management expert advisor but could not find one as needed. So I decided to give chatGPT a try considering I have no coding skills at all. I did my best to define the rules and chatGPT generated the code in about 30 seconds plus complied the first time around. I did have my fingers crossed and spent about an hour or so typing back and forth with chatGPT to get it to work but in the end the Expert Advisor will not work as needed. I'm hoping one of the skilled coders here could help bring this EA to life. TIA Dave
Original post: MetaTrader Forum added to Coding Help forum
Re: Coding Help
Posted: Sun Apr 23, 2023 5:28 am
by pin12
Hi!
Would it be possible to add a buffer number to the LIME and RED colored arrows to the SBNR Arrows 2 NEW indicator please?
Thanks
Re: Coding Help
Posted: Sun Apr 23, 2023 9:02 pm
by johnere
pin12 wrote: Sun Apr 23, 2023 5:28 am
Hi!
Would it be possible to add a buffer number to the LIME and RED colored arrows to the SBNR Arrows 2 NEW indicator please?
Thanks
Buffers added, Buy buffer 3 and sell buffer 4...
Re: Coding Help
Posted: Mon Apr 24, 2023 7:39 am
by pin12
johnere wrote: Sun Apr 23, 2023 9:02 pm
Buffers added, Buy buffer 3 and sell buffer 4...
Thank you very much ..

Re: Coding Help
Posted: Sun Apr 30, 2023 4:26 pm
by kokosh
hello folks!
Please can someone help with an ea coding? essentially I'm looking for an ea which closes an open position on a next closing candle. for example: I use 4h tf and open a trade as soon as I get a signal and I need the order to be closed as soon as next candle closes. below is the sample
Re: Coding Help
Posted: Fri May 05, 2023 2:29 am
by Forexlearner
could someone help me alter this EA please, just wanted to add a function to close all open trades and pending order at a specific hour every day, a cut off time
Re: Coding Help
Posted: Thu May 25, 2023 3:28 pm
by kkfx
Hello,
Can anybody show me the buffer values of this G Channel indicator for trend detection showing the color of central band?
Also what value one places to use multi timeframe function within the indicator?
I am using iCustom function to use this ex4 indicator file.. Is the buffer no9 for trend detection?
iCustom(NULL,0,"! G Channel (mtf + alerts + arrows + candles + btn)",0,0,"gc b1",200,0,0,true,2,clrRed,clrLime,true,1,3,3,6,clrMediumSeaGreen,clrOrangeRed,clrDimGray,false,false,false,false,false,false,false,2,2,10,10,1.0.1.0,clrDodgerBlue,clrSandyBrown,true,0,1,35,35,80,22,"Arial",10,clrBlack,clrDimGray,clrLime,"G Chan",9,0);
Re: Coding Help
Posted: Sat May 27, 2023 3:05 am
by alpha24
I am not pro coder.even though tried to make this Moving average for any symbol. Can some one look in to this and repair mistakes done by me please?
Re: Coding Help
Posted: Sat May 27, 2023 3:07 am
by mrtools
alpha24 wrote: Sat May 27, 2023 3:05 am
I am not pro coder.even though tried to make this Moving average for any symbol. Can some one look in to this and repair mistakes done by me please?
It's not possible with on chart indicators.
Re: Coding Help
Posted: Sat May 27, 2023 3:12 am
by alpha24
mrtools wrote: Sat May 27, 2023 3:07 am
It's not possible with on chart indicators.
Already done but mt4 crash in mtf mode please correct this.