|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Quote:
Not 100% sure but try changing code to this: Add: extern int maxbars=500; ( may have to lower maxbars depending on puter`s processor) -------------------------------------------------------- Change the following: for(shift=bars-1;shift>=0;shift--) to: for(shift=maxbars-1;shift>=0;shift--) -------------------------------------------------------- if (shift==bars-1-PeriodWATR) WATRmin=WATR0; to: if (shift==maxbars-1-PeriodWATR) WATRmin=WATR0; |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Alpari UK announcement | ace | Announcements Blog | 3 | 11-12-2006 12:38 PM |
| Alpari demo TP not honored? | ycomp | Metatrader 4 | 2 | 03-22-2006 07:47 PM |