Hey g. thank you very much for your response.perhaps if I studied the formula primer more I would understand the formula better. I also noticed the tutorials you mentioned and I hope they will be usefull for me and other beginners .
But still, the reason I mentioned pascal & c++ ,is because they are easy to figure out!
Just look at this ( a randomaly chosen formula from the formula collection):
Correl(((Sum(Cum(1)*(Mov(C,12,E)-Mov(C,26,E)),100))-(Sum(Cum(1),100)*
Sum((Mov(C,12,E)-Mov(C,26,E)),100)/100))/((Sum(Power(Cum(1),2),100))-
(Power(Sum(Cum(1),100),2)/100)),((Sum(Cum(1)*C,100))-(Sum(Cum(1),100)*
Sum(C,100)/100))/((Sum(Power(Cum(1),2),100))-(Power(Sum(Cum(1),100),2)/100)),12,0)
.............. Can you honestly look at this and figure out what it means? It doesn't look too intuitive, does it...? If you can tell me that you understand it and you think that so will I (with time & practice..) ,assuming that I'm not completely dumb, that will satisfy me and and will get me to start and learn the formula more thoroughly.
Moreover, correct me if I'm wrong, even if I choose to use c++ for writing codes, I'd still
have to understand to some level the ms formula.
Also , you mentioned Roy Larsen's newsletter and Jose Silva's comprehensive public list of custom indicators- I'll appreciate if you can specify briefly where do I find them-(are these the feeds to my left?) .Also, you wrote about the TASC journal. could you expand on that a bit? Is it an on-line journal or a paper one..I'm not a US resident so I have never heared of this....
And back to the learning issue- would you recommend other tutorials such as "Discovering the Power of MetaStock Interactive CD-ROM and Workbook" that is available to purchase or the two martin pring's c d -roms?..
And again, if you'l excuse me , a question not about understanding or learning the ms formula, but about its capability and efficiency.Let's take a simple example- In your opinion ,can you ,or other experts, write a code that indetifies positive (or negative) divergence between ,let's say, the highs of the prices and the macd? and that is not just finding a pattern when the prices go up and the macd goes down! the code should be able to find two successesive highs (local maximum points in math language) both in the prices and the macd, and on top of that, with the prices, the second high should be higher than the first and with the macd, the second high should be lower.... I don't see how that can be done without some kind of looping- and that was just an example... my programmer friend whom I metiond before, told me that writing it in c++ (or even without the pluses...) would be a breeze....
I know I asked a lot of questions but I would be very gratefull if you or someone else could address them.
thanks again, lemonlime.