|
|||||||
| 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 |
|
|||
|
mql2 to mql4
Codersguru,
I have a question. I just starting to convert some indicator and have the following part of the code in the beginning: Code:
Variable : StartBar( 1000 ); Variable : Shift( 0 ); Variable : TrendUP( true ); Variable : Extremum( 0 ); Variable : ChannelWidth( 0 ); Variable : TR( 0 ); Array : Values[ 100 ]( 0 ); Variable : Head( 0 ); Code:
int StartBar=1000; int Shift=0; bool TrendUP=true; int Extremum=0; double ChannelWidth=0; double TR=0; Array : Values[ 100 ]( 0 ); double Head( 0 ); Array : Values[ 100 ]( 0 ); Because of [100](0). May you help? |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Welcome to the MQL4 course | codersguru | Metatrader 4 mql 4 - Development course | 84 | 05-18-2008 05:59 PM |
| Help for convert from VT to MQL4 | M-E-C | Expert Advisors - Metatrader 4 | 11 | 07-27-2007 06:53 PM |
| www.mql4.com | DeSt | Metatrader 4 | 18 | 02-01-2006 11:59 PM |