Forum

File open in strategy tester?

Hi, I wanted to try my news system in the strategy tester but I get error on the handle when I it comes to FileOpen.. Error code unknow error it say. Maby it can't open files in the strategy tester? Also when it checks! IsFileExist it can't find the file but it's there cause it manage to download it

ArrayCopy dimenssions

Hi. Im trying to use ArrayCopy to copy all the data in all of the dimenttions.. the problem is that i cant find any documentations on how to copy more than one dimension. here is the code. #define ORDERARRAY 100 double OrderArray[ORDERARRAY][ 3 ]; .. .. void InitOrder( int ticket, double sl, double

GMT and broker shift help (confirm my code)

Hi. I have been working with this news indicator and its working great for me but when someone far away uses it. The news don't comes in the right place. Can someone please have a look at the code and see if there is something that is not right. So here it makes the array with the news only

strict mode - i need to close #import 's somehow please help!

I have a problem when i am trying to Complie my BinaryOption EA that i just "remade" from being an Indicator to an Expert Advisor.. I have remode it so it runs in #property strict and Tick() mode and i have only 1 error left.. the error saz -----> 'ver' - #import was not closed im figuring i have

DRAW_HISTOGRAM on foreground

If i have Chart On Foreground and want to make my DRAW_HISOGRAM on foreground is there a way to do it? If yes, please provide with example. I have the DRAW_HISOGRAM on SetindexBuffers

my Arrows dont show up on right place after a while.

Hi, I have a small visual problem with my homemade Binary EA. When i start the EA and the signals comes its all good arrows upear right where they should, but after as new bars comes the arrow start to change place. Im using " #property indicator_buffers X " instead of " IndicatorBuffers(X) " and

Why does the Arrow change place?

Hi, I have a small visual problem with my homemade Binary EA. When i start the EA and the signals come its all good, but after a while when many new bars has come the arrow start chaning place. I have the arrows in IndicatorBuffs like this, SetIndexBuffer ( 0 ,arrow_dn); SetIndexArrow( 0

Need help, sine functions in my EA stops working after a fiew hours.

Hi, I have a strage problem. I have written a EA that is running two timers and when they are at zero they run a file write function that my Chrome Extenssion reads and preforms the login/logut. It is working fine , but only for a couple of hours and then after lets say sex-seven hours it stops

my loop that writes to file stops working after a fiew hours

hi. I need some help or clerefiance why my indicator does not work all around the clock. I have made a small indicator that is writing to a file every four minute. and I have a chrome extenssion that is reading this file. it works but after a fiew hours It stops working. this is how it's done. the