
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 got A simple price difference indicators.
Just would like to share
code for the indicators like this
for(cnt =limit-1 ; cnt >=0; cnt--)
{
Diff[cnt]=Close[cnt]-Close[cnt+1];
}