- Please edit your existing post and use the "</>" icon from the toolbar (or use Alt-S) to insert the code properly. It is very difficult to read code when you just past it as normal text.
- The real "SuperTrend" does not use CCI. For some reason someone created a CCI variant in the past and called it SuperTrend too, but that is not the original developed by Olivier Seban, which only uses ATR and the median price and nothing else.
Fernando Carreiro:
- Please edit your existing post and use the "</>" icon from the toolbar (or use Alt-S) to insert the code properly. It is very difficult to read code when you just past it as normal text.
- The real "SuperTrend" does not use CCI. For some reason someone created a CCI variant in the past and called it SuperTrend too, but that is not the original developed by Olivier Seban, which only uses ATR and the median price and nothing else.
1. Done.
2. I have 9 Super Trend indicators from vaious websites, all of them are based on CCI, I'll look up for one ATR-based ST, but in this case, the CCI-based ST works for me.
P Ter Almeida Granados:
Hi team, I'm experimenting with the coding of the Donchian Channel (Defaulf setup) + Super Trend indicator (Default setup) in one indicator, but I can't find how to have them together, is even the beginning right?
You can use it with iCustom
example
NewindBuffer01[i]=iCustom(NULL,0,"ind1",0,1,i); NewindBuffer02[i]=iCustom(NULL,0,"ind1",0,2,i); NewindBuffer03[i]=iCustom(NULL,0,"ind2",0,1,i); NewindBuffer04[i]=iCustom(NULL,0,"ind2",0,2,i); NewindBuffer05[i]=iCustom(NULL,0,"ind2",0,3,i); . .
P Ter Almeida Granados: 2. I have 9 Super Trend indicators from vaious websites, all of them are based on CCI, I'll look up for one ATR-based ST, but in this case, the CCI-based ST works for me.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi team, I'm experimenting with the coding of the Donchian Channel (Defaulf setup) + Super Trend indicator (Default setup) in one indicator, but I can't find how to have them together, is even the beginning right?