Forum

Unresolved import function call from My Library code

Dear I wrote a simple Library code. I can't import function . it show "cannot find 'order' in 'test.ex4' Import code: #property copyright "capiltaFX.com" #property link "http://www.capiltaFX.com" //#property strict #import "test.ex4" int order( string Sym, int type, double Lots, double

My panel breakout, when i change timeframe.

Dear Guys, I simply coding show panel on my chart. but My panel breakout when I change timeframe. I attach screenshot where I show how my panel breakout. below I my code: int OnInit () { m_Symbol= _Symbol ; if (ExtDialog.Create( 0 ,m_Symbol,m_subwin, 10 , 30 , 200 , 265 )){