LT Donchian Channel
FREE
Pubblicato:
23 maggio 2022
Versione attuale:
1.3
Non hai trovato un robot adatto?
Ordina il tuo
su Freelance
Vai alla sezione Freelance
Ordina il tuo
su Freelance
Come acquistare un Robot di Trading o un indicatore
Esegui il tuo EA
hosting virtuale
hosting virtuale
Prova un indicatore/robot di trading prima di acquistarlo
Vuoi guadagnare nel Market?
Come presentare un prodotto per venderlo con successo
Ti stai perdendo delle opportunità di trading:
- App di trading gratuite
- Oltre 8.000 segnali per il copy trading
- Notizie economiche per esplorare i mercati finanziari
Registrazione
Accedi
Accetti la politica del sito e le condizioni d’uso
Se non hai un account, registrati

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.