five starts
very good
what is actually its mean??
i mean to say what action we see in it?
This is a kind of awesome indicator, which is coded on 5 35 5 as well
But it is bizarre, it should not work. It should give an alert on error empty array, it do not give this alert, I don't understand why.
This is a projection into the futur, it should not exist :
Ma534_5=iMA(NULL,0,5,0,MODE_SMA,PRICE_MEDIAN,CB-4)-iMA(NULL,0,34,0,MODE_SMA,PRICE_MEDIAN,CB-4);
Should be :
for(CB=limit_0;CB>=0; CB--) { TrendBuffer[CB] = iMA(NULL,0,5,0,MODE_SMA, PRICE_MEDIAN,CB)-iMA(NULL,0,34,0,MODE_SMA,PRICE_MEDIAN,CB); } for(CB=limit_0;CB>=0; CB--) { LoBuffer[CB]= iMAOnArray(TrendBuffer,0,smo0th,0,0,CB); }
Inside this indicator, you can choose one or the other way to code, the john smith' one and the usual way :
Files:
5_34_5_II.mq4
5 kb
I downloaded it and attached to my chart several times but it does not load! Anybody know why?
Ok this new version does load thanks....
this is a repainter indicator
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
5 _34_5:
The 5 34 5 indicator
Author: John Smith