Expert Advisors: FAT PANEL - page 2

 

Hi Vigor,


I am getting an empty screen, what is going wrong?


Files:
EURUSDH1.png  66 kb
 
mr1997:

O.K. I found it. It is under Tools/Options/Expert Advisors.

 In running the code in the strategy tester I noticed it is opening 3 or 4 orders per bar when I view the chart history. I also noticed in the journal that it is opening up to 60 orders at a time even though I have lots set at 2.0. Lots of error 10019 in the journal. How can this be when I am using $3000 starting cash and only 2 lots?

Thanks,

Mark 

http://thefatpanel.com/2010/12/17/the-first-win/#comments
 
erik1966:

Hi Vigor,

I am getting an empty screen, what is going wrong?

Hi, you have added an indicator rather than an expert
 

I am having trouble compiling fatpanel, not sure what i'm doing wrong. All the files have been extracted to their proper locations. Here is what i'm getting:

 

'FatPanel.mq5' FatPanel.mq5 1 1
'List.mqh' List.mqh 1 1
'Object.mqh' Object.mqh 1 1
'StdLibErr.mqh' StdLibErr.mqh 1 1
'PanelDispatcher.mqh' PanelDispatcher.mqh 1 1
'Inputs.mqh' Inputs.mqh 1 1
'Init.mqh' Init.mqh 1 1
'VirtualKeys.mqh' VirtualKeys.mqh 1 1
version is incompatible with MQL5 Market, must be xxx.yyy FatPanel.mq5 8 21
'i' - integer expression expected PanelDispatcher.mqh 623 16
'i' - integer expression expected PanelDispatcher.mqh 623 45
'i' - integer expression expected PanelDispatcher.mqh 624 16
'i' - integer expression expected PanelDispatcher.mqh 624 42
'i' - integer expression expected PanelDispatcher.mqh 625 78
'i' - integer expression expected PanelDispatcher.mqh 628 16
'i' - integer expression expected PanelDispatcher.mqh 628 46
'i' - integer expression expected PanelDispatcher.mqh 629 16
'i' - integer expression expected PanelDispatcher.mqh 629 46
'i' - integer expression expected PanelDispatcher.mqh 637 53
'ORDER_FILLING_AON' - undeclared identifier PanelDispatcher.mqh 1990 30
implicit enum conversion PanelDispatcher.mqh 1990 30
'ORDER_FILLING_AON' - undeclared identifier PanelDispatcher.mqh 2124 30
implicit enum conversion PanelDispatcher.mqh 2124 30
'ORDER_FILLING_AON' - undeclared identifier PanelDispatcher.mqh 4165 30
implicit enum conversion PanelDispatcher.mqh 4165 30
'ORDER_FILLING_AON' - undeclared identifier PanelDispatcher.mqh 4201 30
implicit enum conversion PanelDispatcher.mqh 4201 30
'ORDER_FILLING_AON' - undeclared identifier PanelDispatcher.mqh 4579 30
implicit enum conversion PanelDispatcher.mqh 4579 30
'ORDER_FILLING_AON' - undeclared identifier PanelDispatcher.mqh 4618 30
implicit enum conversion PanelDispatcher.mqh 4618 30
16 error(s), 7 warning(s) 17 8
 

Documentation on MQL5: Standard Constants, Enumerations and Structures / Trade Constants / Order Properties
  • www.mql5.com
Standard Constants, Enumerations and Structures / Trade Constants / Order Properties - Documentation on MQL5
 
wisdomski:

I am having trouble compiling fatpanel, not sure what i'm doing wrong. All the files have been extracted to their proper locations. Here is what i'm getting:

 

'FatPanel.mq5' FatPanel.mq5 1 1
'List.mqh' List.mqh 1 1
'Object.mqh' Object.mqh 1 1
'StdLibErr.mqh' StdLibErr.mqh 1 1
'PanelDispatcher.mqh' PanelDispatcher.mqh 1 1
'Inputs.mqh' Inputs.mqh 1 1
'Init.mqh' Init.mqh 1 1
'VirtualKeys.mqh' VirtualKeys.mqh 1 1
version is incompatible with MQL5 Market, must be xxx.yyy FatPanel.mq5 8 21
'i' - integer expression expected PanelDispatcher.mqh 623 16
'i' - integer expression expected PanelDispatcher.mqh 623 45
'i' - integer expression expected PanelDispatcher.mqh 624 16
'i' - integer expression expected PanelDispatcher.mqh 624 42
'i' - integer expression expected PanelDispatcher.mqh 625 78
'i' - integer expression expected PanelDispatcher.mqh 628 16
'i' - integer expression expected PanelDispatcher.mqh 628 46
'i' - integer expression expected PanelDispatcher.mqh 629 16
'i' - integer expression expected PanelDispatcher.mqh 629 46
'i' - integer expression expected PanelDispatcher.mqh 637 53
'ORDER_FILLING_AON' - undeclared identifier PanelDispatcher.mqh 1990 30
implicit enum conversion PanelDispatcher.mqh 1990 30
'ORDER_FILLING_AON' - undeclared identifier PanelDispatcher.mqh 2124 30
implicit enum conversion PanelDispatcher.mqh 2124 30
'ORDER_FILLING_AON' - undeclared identifier PanelDispatcher.mqh 4165 30
implicit enum conversion PanelDispatcher.mqh 4165 30
'ORDER_FILLING_AON' - undeclared identifier PanelDispatcher.mqh 4201 30
implicit enum conversion PanelDispatcher.mqh 4201 30
'ORDER_FILLING_AON' - undeclared identifier PanelDispatcher.mqh 4579 30
implicit enum conversion PanelDispatcher.mqh 4579 30
'ORDER_FILLING_AON' - undeclared identifier PanelDispatcher.mqh 4618 30
implicit enum conversion PanelDispatcher.mqh 4618 30
16 error(s), 7 warning(s) 17 8
 

Fixed, thank you. The name of the order filling identifier has changed:

Please replace "ORDER_FILLING_AON" to "ORDER_FILLING_FOK" or download the fixed archive.

 
where can I find for mt4 ?
 

I am having 2 errors when I click to complile the FatPanel.mq5 Expert:

cannot convert type 'string' to 'bool' PanelDispatcher.mqh 833 45

cannot convert type 'string' to 'bool' PanelDispatcher.mqh 3834 25

 

 

Thank You 

 
ErrorElio Gril Guarezi Junior:

I am having 2 errors when I click to complile the FatPanel.mq5 Expert:

cannot convert type 'string' to 'bool' PanelDispatcher.mqh 833 45

cannot convert type 'string' to 'bool' PanelDispatcher.mqh 3834 25

 

 

Thank You

I'm also having the same problem.

 

Sorry to pull this dead thread of out grave :)

Is this working anymore?
I try to compile it and get 55 errors!

Reason: