Gerard Willia G J B M Dinh Sy
Gerard Willia G J B M Dinh Sy
  • Information
nein
Erfahrung
0
Produkte
0
Demoversionen
0
Jobs
0
Signale
0
Abonnenten
Guten Morgen,

Vielen Dank für Ihre Bereitschaft, etwas mehr über mich zu erfahren.

Ich bin Franzose und habe schon immer in mehreren Computersprachen programmiert. Ich habe mit Basic und Dos angefangen, dann habe ich PHP, C++ und neuerdings auch MQL5 gelernt.

Wenn ich Zeit habe, schaue ich mir vielleicht MQL4 an, aber ich muss noch sehen, ob sich die Investition lohnt.

Ich mag einfache und sehr reaktionsschnelle Codes. Ich habe bereits einige sehr einfache Codes in der Codebasis dieser Seite gezeigt.

Wenn Sie Code-Ideen haben, können Sie diese in diesem Thread posten: https://www.mql5.com/en/forum/453288

Wenn Ihre Idee mit meinen Vorstellungen übereinstimmt, wird sie entwickelt. Es kann im offenen Code in der Codebasis, kostenlos oder zur Miete veröffentlicht werden.

Mein erklärtes Ziel ist es, kompilierte Codes, nur Indikatoren und vielleicht Skripte, zu verkaufen.

Bis heute habe ich noch keine endgültige Entscheidung getroffen.

Zögern Sie nicht, mich als Freund hinzuzufügen, um meine offenen oder geschlossenen Code-Veröffentlichungen zu verfolgen.

Einen schönen Tag noch,
Gerard Willia G J B M Dinh Sy
Gerard Willia G J B M Dinh Sy
Good evening
In the SimpleMAOnBuffer() code that you can find in MovingAverages.mqh in the include directory,

I suggest a small correction

The code loops to set the values to 0...
for(int i = 0; i < start_position - 1; i++)
buffer[i] = 0.0;

Might as well go through the order that goes well
ArrayInitialize(buffer, 0.0);
Gerard Willia G J B M Dinh Sy
Gerard Willia G J B M Dinh Sy
Good morning

Once again one of my codes is cited

It's a very simple code that allows you to see how to set up a moving average from the native ima function

https://www.mql5.com/en/code/46062
Gerard Willia G J B M Dinh Sy
Hat den Code Envelopes beginner tutorial By William210 veröffentlicht
Envelopes beginner tutorial to learn how to code in MQL5
1 204
Gerard Willia G J B M Dinh Sy
Gerard Willia G J B M Dinh Sy
Good morning.
How are you ?
I'm quite behind on my codes, but the SuperTrend based on the ATR as developed by Olivier Seban will soon be available in the marketplace.

As said, it works with an ATR of 10 periods and a ratio of 3 which are the original parameters.
Supertrend=(High+Low)/2+(Multiply)∗(ATR)

For me it is a good indicator because it allows me to find the right entries on what is important to me in trading.

See “price levels” and see price “noise”.

The louder the noise, the better the input provided you don't make the wrong trend and for that the Supertrend on ATR is quite good.

https://www.mql5.com/en/charts/18555918/usdchf-m1-admiral-markets-group
Gerard Willia G J B M Dinh Sy
Hat den Code Donchian Channel for beginners by William210 veröffentlicht
Donchian Channel for traders or young developers by William210
1 424
Gerard Willia G J B M Dinh Sy
Hat den Code Keltner Channel code for beginners by William210 veröffentlicht
Keltner Channel for traders or young developers by William210
1 290
Gerard Willia G J B M Dinh Sy
Gerard Willia G J B M Dinh Sy
Good evening. Who owns this channel? FOREX BIG TRADER
Gerard Willia G J B M Dinh Sy
Gerard Willia G J B M Dinh Sy
Good morning.
As you know I put very simple codes in codebase. A mod is angry with me and tells me that my codes are worthless.
This may be true, but I would need you in the forum to tell him if my codes had any value for you at any time. THANKS
https://www.mql5.com/en/forum/453288/page2#comment_49556508
Chioma Obunadike
Chioma Obunadike 2023.09.26
One thing I am sure of is that if you don't stop you will get banned in no time and your codes deleted. Happened to me before
Gerard Willia G J B M Dinh Sy
Gerard Willia G J B M Dinh Sy 2023.09.26
Super. Merci. Je vais tout de même continuer car je suis libre et je refuse toute forme de contraintes.
Gerard Willia G J B M Dinh Sy
Gerard Willia G J B M Dinh Sy 2023.09.26
Super. Thank you. I will still continue because I am free and I refuse any form of constraint
Gerard Willia G J B M Dinh Sy
Hat den Code ATR - Average True Range - code for beginners by William210 veröffentlicht
ATR - Average True Range - beginner tutorial to learn how to code in MQL5
1 266
traorelassineismail-com-gmail
[Gelöscht] 2023.10.18
Lassine Ismaila Traore
Gerard Willia G J B M Dinh Sy
Hat den Code AO - Awesome Oscillator - without iAO() code for beginners by William210 veröffentlicht
AO - Awesome Oscillator - without iAO() beginner tutorial to learn how to code in MQL5
3 283
traorelassineismail-com-gmail
[Gelöscht] 2023.10.18
Traore Lassine Ismaila
Gerard Willia G J B M Dinh Sy
Hat den Code AMA - Adaptive Moving Average - code for beginners by William210 veröffentlicht
AMA - Adaptive Moving Average - beginner tutorial to learn how to code in MQL5
3 238
Gerard Willia G J B M Dinh Sy
Hat den Code Alligator code for beginners by William210 veröffentlicht
Alligator beginner tutorial to learn how to code in MQL5
4 224
Gerard Willia G J B M Dinh Sy
Hat den Code Rsi without Irsi() code for beginners by William210 veröffentlicht
Rsi without Irsi() beginner tutorial to learn how to code in MQL5
3 288
Gerard Willia G J B M Dinh Sy
Hat den Code Stochastic code for beginners by William210 veröffentlicht
Stochastic beginner tutorial to learn how to code in MQL5
2 298
Gerard Willia G J B M Dinh Sy
Hat den Code ADX code for beginners by William210 veröffentlicht
ADX beginner tutorial to learn how to code in MQL5
2 94
Gerard Willia G J B M Dinh Sy
Hat den Code Momentum code for beginners by William210 veröffentlicht
Momentum beginner tutorial to learn how to code in MQL5
2 196
Gerard Willia G J B M Dinh Sy
Hat den Code Ichimoku code for beginners by William210 veröffentlicht
Ichimoku beginner tutorial to learn how to code in MQL5
1 398
Gerard Willia G J B M Dinh Sy
Hat den Code MACD code for beginners by William210 veröffentlicht
MACD beginner tutorial to learn how to code in MQL5
2 383
Gerard Willia G J B M Dinh Sy
Hat den Code Bands Bollinger code for beginners by William210 veröffentlicht
Bands Bollinger beginner tutorial to learn how to code in MQL5
2 314
Gerard Willia G J B M Dinh Sy
Hat den Code Rsi code for beginners by William210 veröffentlicht
Rsi beginner tutorial to learn how to code in MQL5
2 406
12