Will it work without errors ??
- You can use whatever you like.
- You understand a negative shift is toward the past? The current value will be at bar three instead of bar zero. What's the difference? What's the point?
- Can you code without errors?
- You can use whatever you like.
- You understand a negative shift is toward the past? The current value will be at bar three instead of bar zero. What's the difference? What's the point?
- Can you code without errors?
I created buy sell indicator by shifting adx by -7 ,
It shows the clear enty point before the market moves... accuracy is 97% . But the problem is,
Indicator shows its arrow on the 7th candle from the current candle, ater the current candle closed.
Whats the reason for it ??
One last question,...
My indicator not work in live charts either on strategy tester. When it loads first time it shows history
But not work continuesly... if refreshed, it shows history from current candle.
Is this error related to the shift ???
50023270 #: My indicator not work in live charts either on strategy tester.
if refreshed, it shows history from current candle.Do you really expect an answer? There are no mind readers here and our crystal balls are cracked. Always post all relevant code (using Code button) or attach the source file.
How To Ask Questions The Smart Way. (2004)
Be precise and informative about your problem
We can't see your broken code.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Guys..
Can we use Indicators Like RSI , ADX to make buy sell custom indicators by shifting them by values less than zero. ???
As a example ---> RSI shifting -3 or ADX shifting ---> -3
Will it work without errors ??