magft wrote:SteveHopwood wrote:
Steve
That is a really old version of the indy, in the comments v1.8. The one you have in first post is v1.13 but i have v1.13_R1 as well which has a minor mod. Can you remember what changes you made? I have a quick scan and looks like you have set defaults and commented out drawing bits is that correct?
Ive attached v1.13_R1 for reference, in the top the history states
Code: Select all
* - v1.13 R1 (2011.09.22):
* With AutoBoxRange=true:
* Box continue fixed. Box Range changed when new Day starts because of change in ATR value.
* Also Box change values when variable "_period" no longer rise. "i+_period-1" points then to the wrong bar.
* In display_stats() Division by Zero 'num_buy' and 'num_sell' avoided.
This may be the issue FH was referring to, i'll have a play around tonight, day job beckons at the mo.
Regards
Mike
Hi,
I did the changes on 1.13, I think I commented out the stats. They are useless any way into an EA and with 1.13 they generate a zero-division error. I did this before the R1 version. I cannot figure out the changes with the ATR on R1, however I search on my comp and found my EA tests and checked the R1 indie.
On The R1 signal buffers (4, & 5 ) doesn't seem to work anymore but the rest works the same.
Any way IMO the boxes are not done right when market open with gap like today. Per SQ indicator we should make 73 pips today and this is no way possible in real life.
Steve, you can put the R1 version in the EA, it should work fine with your code. I will do a backtest to see if there is any changes, may be we might hit the jackpot
