Michał Lipa :
Hello I'm trying to write indicator that show me Kijunsen line from various timeframes but something is wrong, can anyone help?
Why do you use iBarShift, iHigh and iLow - you already have ready-made arrays:
int OnCalculate(const int rates_total, const int prev_calculated, const datetime &time[], const double &open[], const double &high[], const double &low[], const double &close[], const long &tick_volume[], const long &volume[], const int &spread[])

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
Hello I'm trying to write indicator that show me Kijunsen line from various timeframes but something is wrong, can anyone help?