
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
I see here some indicators like Macd mirror or RSI mirror but I don't understand the way (code) that we can appear the opposite of indicator : for example basing in the MA_Mirror (indicator that I saw here ) :
my intention is to show an indicator basing in moving average and in the same way it shows it's opposite (mirror ) here 's the code :
here we must show ExtMapBuffer1 = 0 and ExtMapBuffer3
of course we need an other buffer for the opposite !! please can you help me to make the mirror of this code ??
or to explian me according the MA mirror 's code what's the word key which permit to show the mirror ???
because when I compare the code (MA mirror )
MacdBuffer1[i] and MacdBuffer2[i] are almost the same !! and so wht is the difference between IndicatorDigits(Digits+1); and IndicatorBuffers(3);
thanks