
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 just looked at my data and what is wrong and I do not know where is my mistakes though as you way I try.
eg in Multicharts for AUDUSD = 1mn TF here is good data
Coefficient= 0.00046
TimeSeries= 1.04844
PredictedEdge = 1.04904
LeadingEdge = 1.04876
and my program MT4 this is what I have.
TimeSeries = 1.0484
Coefficient = 2147483647.0000000
Polynomial[p * DataSize + Width + j] = 2147483647.00000000
PredictedEdge = 517792549419260340000000
LeadingEdge = 0
As you can see I am very very far and I do not understand where is the problems.
there are things that I have not translated because I do not know meur equivalence.
instance.
LastBarOnChart
Array_SetMaxIndex
barnumber
Value1 ,Value2
may be that I have to start all over?
can you tell me what is the equivalent instructions MQL4 then I think I could pass a convert this ELD in MQL4 code
LastBarOnChart
Array_SetMaxIndex
barnumber
Value1 ,Value2
can you tell me what is the equivalent instructions MQL4 then I think I could pass a convert this ELD in MQL4 code
can you tell me what is the equivalent instructions MQL4 then I think I could pass a convert this ELD in MQL4 code
LastBarOnChart
Array_SetMaxIndex
barnumber
Value1 ,Value2
Easy Language: http://www.zjtmqh.com/UploadFile/20120626103731.pdf
LastBarOnChart - there is no mql4 equivalnt, you can easily create your own.
Array_SetMaxIndex - ArrayResize()
barnumber - not sure
Value1 ,Value2 - these are variables, declare your own double Value1 ,Value2;
thank you very much RaptorUK.
I am not competent enough to create that kind of thing.
I'll start all over again and I will decompose the ELD program in 5 blocks and I'll try to translate block by block and I'll post my results here hoping your help when it is needed.
but I do not know how to translate and barnumber LastBarOnChart .
right here is the original code in 5 blocks and I'll do it block by block seems more logical.
thank you again for your help.
friendly
unnecessary to answer my questions the solution was given me a Russian forum and without moral lesson :-)
not to say Russian programmers are by far the best anyway I do not think this forum was the level to answer me except with blabla.
good luck.
Good afternoon.
unnecessary to answer my questions the solution was given me a Russian forum and without moral lesson :-)
not to say Russian programmers are by far the best anyway I do not think this forum was the level to answer me except with blabla.
good luck.
Hello dd.
Could you share the working indicator please ?