LT Donchian Channel
FREE
Publié:
23 mai 2022
Version actuelle:
1.3
Vous ne trouvez aucun robot qui vous convient ?
Commandez le vôtre
dans la section Freelance
Aller à la section Freelance
Commandez le vôtre
dans la section Freelance
Comment acheter un robot de trading ou un indicateur
Exécutez votre EA sur
hébergement virtuel
hébergement virtuel
Test un indicateur/robot de trading avant d'acheter
Vous voulez gagner de l'argent sur Market ?
Comment présenter un produit pour qu'il se vende bien
Vous manquez des opportunités de trading :
- Applications de trading gratuites
- Plus de 8 000 signaux à copier
- Actualités économiques pour explorer les marchés financiers
Inscription
Se connecter
Vous acceptez la politique du site Web et les conditions d'utilisation
Si vous n'avez pas de compte, veuillez vous inscrire

The push alert does not specify the pair.
I will implement this feature. Thank you for the suggestion ;)
Buenas, consegue programar um canal de range de pontos ou pips?
Pode explicar melhor como seria? Me mande no chat, assim conseguimos conversar melhor ;)
I will implement this feature. Thank you for the suggestion
Super - thank you!
Ciao Tiago,
Thank you for your free great indicator.
I'm trying to use it inside an EA but I cannot make any sense of how the result values are stored.
The code I'm using is the following:
double iParams[];
SetIndexBuffer(0,iParams,INDICATOR_DATA);
ArraySetAsSeries(iParams, true);
iHandle = iCustom(_Symbol, PERIOD_CURRENT, indicator_name, PRICE_CLOSE, 10, true);
int copied = CopyBuffer(iHandle, 0, 0, 6, iParams);
I'm new to MQL5 but no to programming. Maybe you could give me some hint on what I'm doing wrong.
P.S. I need the values (Top,Bottom) at the previous bar.