Forum

Summer holiday in forex market?

Hello, I have a question on what to expect from the upcoming summer holiday season. Last year we experienced crazy conditions in the forex market during summer time, but what has been the norm throughout the years? I'm asking since I'm a bit uncertain whether I should put my EA's to rest or let them

Moving average of a custom indicator?

Dear fellow coders, I'm having serious trouble with generating a simple moving average over a custom indicator. To be more concrete it's the 'VHF' indicator which can be found by following the link: 'SVOS Multi-Indicator EA' If you have any suggestions/recommendations or a hint as to where I should

Program run, 'Void'-function and 'Stack Overflow'

Hi, and thanks for taking time to help me out. I'm struggling with a program run that looks like the following: void start() { //---- LongEntry1(); LongEntry2(); LongEntry3(); LongEntry4(); CheckForTrendReverse(); //---- } //End of start() All of the functions listed above are of the 'Void'-type