Gerard William G J B M Dinh Sy / 프로필
- 정보
1 년도
경험
|
0
제품
|
0
데몬 버전
|
0
작업
|
0
거래 신호
|
0
구독자
|
Hello
MQL5 is a vast and very complete language, covering many subjects.
Each on his own, it will be very difficult to create a profitable EA as the subjects to cover are vast.
I specialized in the creation of multi timeframe indicators because I think it is one of the keys to success.
Bring your developer skills. Together we have a greater chance of being able to create several profitable EAs
MQL5 is a vast and very complete language, covering many subjects.
Each on his own, it will be very difficult to create a profitable EA as the subjects to cover are vast.
I specialized in the creation of multi timeframe indicators because I think it is one of the keys to success.
Bring your developer skills. Together we have a greater chance of being able to create several profitable EAs

Gerard William G J B M Dinh Sy
I just finished DT_Open_BuyLimit()
Just 3 parameters to pass to it: SL, TP, and limit, and it handles it.
It handles it, moving the SL and TP according to the minimum distances, and calculating the batch size if necessary.
Displays a whole bunch of information if debugging is enabled.
In short, I'm happy.
Just 3 parameters to pass to it: SL, TP, and limit, and it handles it.
It handles it, moving the SL and TP according to the minimum distances, and calculating the batch size if necessary.
Displays a whole bunch of information if debugging is enabled.
In short, I'm happy.

Gerard William G J B M Dinh Sy
Simplify order placement as much as possible.
Initialize
char i_result = DT_OnInit_TradingSettings(
gu_EaName,
gu_MagicNumber,
gu_AllowLongs,
gu_AllowShorts,
gu_EaComment,
gu_AssetType,
gu_AssetLotSize,
gu_RiskPerTrade,
gu_LotSizeDefault,
gu_FillingType,
gu_MaxSlippage
);
Use
Just enter the SL and TP
char i_result = DT_Open_BuyPosition(0, 0);
if (i_result == 1) {
DT_Error( StringFormat( "%s: DT_OpenBuyPosition successfully!", __FUNCTION__));
} else {
DT_Error( StringFormat("%s: DT_OpenBuyPosition Error code %d: ", __FUNCTION__, i_result));
return;
}
char i_result = DT_Open_SellPosition(0, 0);
if (i_result == 1) {
DT_Error( StringFormat( "%s: DT_Open_SellPosition successfully!", __FUNCTION__));
} else {
DT_Error( StringFormat("%s: DT_Open_SellPosition Error code %d: ", __FUNCTION__, i_result));
return;
}
Initialize
char i_result = DT_OnInit_TradingSettings(
gu_EaName,
gu_MagicNumber,
gu_AllowLongs,
gu_AllowShorts,
gu_EaComment,
gu_AssetType,
gu_AssetLotSize,
gu_RiskPerTrade,
gu_LotSizeDefault,
gu_FillingType,
gu_MaxSlippage
);
Use
Just enter the SL and TP
char i_result = DT_Open_BuyPosition(0, 0);
if (i_result == 1) {
DT_Error( StringFormat( "%s: DT_OpenBuyPosition successfully!", __FUNCTION__));
} else {
DT_Error( StringFormat("%s: DT_OpenBuyPosition Error code %d: ", __FUNCTION__, i_result));
return;
}
char i_result = DT_Open_SellPosition(0, 0);
if (i_result == 1) {
DT_Error( StringFormat( "%s: DT_Open_SellPosition successfully!", __FUNCTION__));
} else {
DT_Error( StringFormat("%s: DT_Open_SellPosition Error code %d: ", __FUNCTION__, i_result));
return;
}

Gerard William G J B M Dinh Sy
Hello MT5 developers!
Are you tired of struggling with print() to manage errors and debug your projects without blowing up your logs?
I have a free, simple, and effective solution that will make your life easier. Everything is designed to optimize your workflow without any hassle!
It's a library containing 6 useful functions. Curious? Want to try it? 😊
Are you tired of struggling with print() to manage errors and debug your projects without blowing up your logs?
I have a free, simple, and effective solution that will make your life easier. Everything is designed to optimize your workflow without any hassle!
It's a library containing 6 useful functions. Curious? Want to try it? 😊

Gerard William G J B M Dinh Sy
I made a change to my MTF code, here a moving average.
In the settings, I added a choice that allows the indicator to be reloaded if the inactivity is too long, so ensuring the plots.
If you have one of my Dev-Team indicators, please get in touch for an update. Thank you.
input gf_TimeGap gu_TimeGap = TIME_60_MINUTES; // Maximum time of inactivity before reloading
In the settings, I added a choice that allows the indicator to be reloaded if the inactivity is too long, so ensuring the plots.
If you have one of my Dev-Team indicators, please get in touch for an update. Thank you.
input gf_TimeGap gu_TimeGap = TIME_60_MINUTES; // Maximum time of inactivity before reloading

소셜 네트워크에 공유 · 1

Gerard William G J B M Dinh Sy
Here's some code that allows you to delimit the high and low of a time slot of your choice.
Here, between 9:00 and 12:00.
I think this could be useful for a breakout strategy.
If you'd like, I can send you the indicator.
Here, between 9:00 and 12:00.
I think this could be useful for a breakout strategy.
If you'd like, I can send you the indicator.

소셜 네트워크에 공유 · 1

Gerard William G J B M Dinh Sy
A little feature to place trailing stops on all open trades based on a percentage of the most recent high and low.
Would you like to try it?
Would you like to try it?

소셜 네트워크에 공유 · 1

Gerard William G J B M Dinh Sy
I was moderated again without being notified!!!
On the subject https://www.mql5.com/en/forum/480092
I asked if the violation of the copyrigh was done on decompiled ex4 and ex5?
because there is no copyrigh in codebase
In short, Tuan Nguyen Van decompiled codes?
The answer must be "yes"
I had asked if the cloud compilation allowed to resist decompilation? We will never know
On the subject https://www.mql5.com/en/forum/480092
I asked if the violation of the copyrigh was done on decompiled ex4 and ex5?
because there is no copyrigh in codebase
In short, Tuan Nguyen Van decompiled codes?
The answer must be "yes"
I had asked if the cloud compilation allowed to resist decompilation? We will never know
소셜 네트워크에 공유 · 1

Gerard William G J B M Dinh Sy
Happy New Year and all you want.
We'll believe it this year.
May your biggest problem be choosing the color of your underwear
Otherwise as usual
More sex, more drugs and more alcohol
We'll believe it this year.
May your biggest problem be choosing the color of your underwear
Otherwise as usual
More sex, more drugs and more alcohol
소셜 네트워크에 공유 · 1

Gerard William G J B M Dinh Sy
Bonjour
Je publie en FR car j'en ai marre de ce site et de faire des efforts pour être finalement modéré.
Comme la plupart d'entre vous n'auront rien à faire ce n'est pas bien grave.
Je serais très très peu sur ce site.
j'ai encore un compte à régler avec un des grands de cette communauté, qui me fera certainement bannir (RABXXL) et je me casse
Puisqu'on est dans les vérités, je pense qu'il n'y a pas de tradeur ici
Je publie en FR car j'en ai marre de ce site et de faire des efforts pour être finalement modéré.
Comme la plupart d'entre vous n'auront rien à faire ce n'est pas bien grave.
Je serais très très peu sur ce site.
j'ai encore un compte à régler avec un des grands de cette communauté, qui me fera certainement bannir (RABXXL) et je me casse
Puisqu'on est dans les vérités, je pense qu'il n'y a pas de tradeur ici

소셜 네트워크에 공유 · 3

Gerard William G J B M Dinh Sy
My post on my topic has been moderated again....
I respected all their rules and there are many.
I don't really know where I had distrust towards a moderator...
Another post to do and I think it will be the last
Your post "Hello A MTF..." has been removed from topic "Multi timeframe indicators, what do you think?" by a moderator. Reason: Defying moderator's instructions — https://www.mql5.com/en/forum/468505/page7#comment_54903487
Multi timeframe indicators, what do you think? - Algo Trading can be very different from manual trading; How to get closer to what they do?
Even though algo trading can be very different from manual trading, i think you have to get closer to what they do. On the contrary, if the trade, the trades are well engaged and the period is prosperous, it would be a shame to exit on sl or too tight trailing stop
I respected all their rules and there are many.
I don't really know where I had distrust towards a moderator...
Another post to do and I think it will be the last
Your post "Hello A MTF..." has been removed from topic "Multi timeframe indicators, what do you think?" by a moderator. Reason: Defying moderator's instructions — https://www.mql5.com/en/forum/468505/page7#comment_54903487
Multi timeframe indicators, what do you think? - Algo Trading can be very different from manual trading; How to get closer to what they do?
Even though algo trading can be very different from manual trading, i think you have to get closer to what they do. On the contrary, if the trade, the trades are well engaged and the period is prosperous, it would be a shame to exit on sl or too tight trailing stop
소셜 네트워크에 공유 · 1

Gerard William G J B M Dinh Sy
And here is a MTF stochastic
If you want it just ask, it's free.
To identify cycles, I think it's faster than RSI.
It depends on what you want to do with it.
The faster it is, the more false signals there are
If you want it just ask, it's free.
To identify cycles, I think it's faster than RSI.
It depends on what you want to do with it.
The faster it is, the more false signals there are

소셜 네트워크에 공유 · 2

Gerard William G J B M Dinh Sy
Hello
I received a request to make a Trix MTF in MQL5.
I don't know anything about this indicator, nor how to use it, but he knows it and thinks he can make money with it, so I made it for him for free and we will share the EA if it works.
The indicator is called "below" because I thought I could put it on the chart as well, but no
I received a request to make a Trix MTF in MQL5.
I don't know anything about this indicator, nor how to use it, but he knows it and thinks he can make money with it, so I made it for him for free and we will share the EA if it works.
The indicator is called "below" because I thought I could put it on the chart as well, but no

소셜 네트워크에 공유 · 2

Gerard William G J B M Dinh Sy
I just finished it.
It's a multi timeframe MACD.
On its 0 line, it gives additional information compared to the classic MACD.
I don't know if it will be useful, but in fact it's just to inform the trader or the EA on the orientation of the 2 average EMAs that make up the MACD.
You want to try it, it's free
If you need an MTF indicator, I'm interested in doing it for free against exchange
It's a multi timeframe MACD.
On its 0 line, it gives additional information compared to the classic MACD.
I don't know if it will be useful, but in fact it's just to inform the trader or the EA on the orientation of the 2 average EMAs that make up the MACD.
You want to try it, it's free
If you need an MTF indicator, I'm interested in doing it for free against exchange

소셜 네트워크에 공유 · 4

Gerard William G J B M Dinh Sy
imagine you have a code to make a moving average
Imagine you need 4 averages for your EA with different values 5, 20, 50 and 200 for example.
Well some of our illustrious moderators and elders of this community prefer and advise to make 4 compilations of your code with the 4 values to make resources for your EA, rather than making 4 icustom that will call the same code.
and it is me who is not, according to them, logical.
and they are capable of giving you a reprimanding speech.
and then there are all their disciples who worship them as living gods who come to predict to you that without the voice of Gods, you will be damned to wander in the labyrinths of MQL5.
Much better alone than with them.
Imagine you need 4 averages for your EA with different values 5, 20, 50 and 200 for example.
Well some of our illustrious moderators and elders of this community prefer and advise to make 4 compilations of your code with the 4 values to make resources for your EA, rather than making 4 icustom that will call the same code.
and it is me who is not, according to them, logical.
and they are capable of giving you a reprimanding speech.
and then there are all their disciples who worship them as living gods who come to predict to you that without the voice of Gods, you will be damned to wander in the labyrinths of MQL5.
Much better alone than with them.
소셜 네트워크에 공유 · 2

Gerard William G J B M Dinh Sy
2024.10.20
hey and imagine when these clowns see a bug in the code.
What should they do?
As much compilation as necessary to bring their EA into compliance!!!! lol Whereas with a single code and an icustom on it, well all their EA would be up to date in an instant.
What should they do?
As much compilation as necessary to bring their EA into compliance!!!! lol Whereas with a single code and an icustom on it, well all their EA would be up to date in an instant.

Gerard William G J B M Dinh Sy
Moderated twice in less than 10 minutes, on the same topic on the forum.
This is a record. I can't believe the number of moderation rules.
Way too many for me.
With each post I make, a moderation.
I might as well stop posting,
I'll save time and give less work to the mods
This is a record. I can't believe the number of moderation rules.
Way too many for me.
With each post I make, a moderation.
I might as well stop posting,
I'll save time and give less work to the mods
소셜 네트워크에 공유 · 2

Gerard William G J B M Dinh Sy
Hello.
If like us, you think that the multi timeframe can bring additional details to find several profitable EAs, join our development team.
Here is a very famous free Bollinger bands in multi timeframe for our members.
A thought for this anniversary of the fateful September 11.
If like us, you think that the multi timeframe can bring additional details to find several profitable EAs, join our development team.
Here is a very famous free Bollinger bands in multi timeframe for our members.
A thought for this anniversary of the fateful September 11.

소셜 네트워크에 공유 · 5

Gerard William G J B M Dinh Sy
Our developer team is starting to get good results with multi timeframe indicators.
Join us.
Here is a modified version of the RSI.
An average (SMA, SMMA, EMA and LWMA of your choice) has been added to smooth the RSI signal.
Good developments, good trades
Join us.
Here is a modified version of the RSI.
An average (SMA, SMMA, EMA and LWMA of your choice) has been added to smooth the RSI signal.
Good developments, good trades

소셜 네트워크에 공유 · 2

Gerard William G J B M Dinh Sy
Hello
Have a nice weekend?
Here is the multi timeframe version of the iTEMA() function
So it is available to do tests in your EAs. Get in touch
Have a nice weekend?
Here is the multi timeframe version of the iTEMA() function
So it is available to do tests in your EAs. Get in touch

소셜 네트워크에 공유 · 1


Gerard William G J B M Dinh Sy
Hello
I just finished the accumulation/distribution in multi timeframe.
If you want to have it to make an EA, I can send you the indicator
I just finished the accumulation/distribution in multi timeframe.
If you want to have it to make an EA, I can send you the indicator

소셜 네트워크에 공유 · 5
: