Khristian,
SuperPosition indicator doesnt' appear on ODL platform, can you help?
Khristian,
SuperPosition indicator doesnt' appear on ODL platform, can you help?
Hi Khristian,
very, very interesting article.
I tried to attach the indicator on Alpari MetaTrader4, but it does not appear at all.
May be I have to delete in the GL[] calculation the currencies pairs that are not present in Alpari platform ?
Thanks for your help
Fabio
May be I have to delete in the GL[] calculation the currencies pairs that are not present in Alpari platform ?
I also cannot get it running.
I got a zero divide error. I opened H1 charts of every pair involved in calculation to be sure that history is present... still error.
I then removed most of the pairs leaving only 5 of them... still zero divide...
I think I'll re-code it myself... but tnx for the hint, it's an interesting approach.
Andrea
May be I have to delete in the GL[] calculation the currencies pairs that are not present in Alpari platform ?
I also cannot get it running.
I got a zero divide error. I opened H1 charts of every pair involved in calculation to be sure that history is present... still error.
I then removed most of the pairs leaving only 5 of them... still zero divide...
I think I'll re-code it myself... but tnx for the hint, it's an interesting approach.
Andrea
OK Andrea
please let me know the results ;-)
Fabio
OK Andrea
please let me know the results ;-)
Fabio
I put some breaks in the code and the problem is that many of the call to the price arrays (iClose, iHigh, ....) return 0.
I dont know how to solve this cause I'm using just 4 cross-currencies and the relative pairs are all open in the chart... so the history is there. Also in history center I ca see data avaialble.
Anyone knows how to force MT4 to read the history data???
A.
OK Andrea
please let me know the results ;-)
Fabio
I put some breaks in the code and the problem is that many of the call to the price arrays (iClose, iHigh, ....) return 0.
I dont know how to solve this cause I'm using just 4 cross-currencies and the relative pairs are all open in the chart... so the history is there. Also in history center I ca see data avaialble.
Anyone knows how to force MT4 to read the history data???
A.
Did you try to set the LenghtSample much shorter, let's say 10 bars . At least 10 bars should be available in the history data isn'it ?
Ciao
Fabio
Did you try to set the LenghtSample much shorter, let's say 10 bars . At least 10 bars should be available in the history data isn'it ?
Tried with 100... I'm printing on screen the index of missing prices... they all are missing [0..99] :(
A.
Did you try to set the LenghtSample much shorter, let's say 10 bars . At least 10 bars should be available in the history data isn'it ?
Tried with 100... I'm printing on screen the index of missing prices... they all are missing [0..99] :(
A.
I think we need help from Khristian !
Fabio
Did you try to set the LenghtSample much shorter, let's say 10 bars . At least 10 bars should be available in the history data isn'it ?
Tried with 100... I'm printing on screen the index of missing prices... they all are missing [0..99] :(
A.
I think we need help from Khristian !
Fabio
Hi Andrea
I made some progress, I re-coded the indicator, but I think I made some error because I do not obtain the right value for EURUSD close.
Have a look and may be improve it ;-)
Cheers
Fabio
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
New article Superposition and Interference of Financial Securities has been published:
Author: Khristian Piligrim