Forum

History Center output for EURUSD

Hello, Does anyone have a rational explaination as to why History Center has Daily price data for EURUSD that goes as far back as the year 1989? Regards, Wilbur

Connection errors in log files

Hello, I'm experiencing connection errors in the terminal. The errors are shown below: - TradeContext: ping error - Cannot login [No connection] - DataCenter connecting failed [6] The account is demo with broker Alpari UK. These errors seem to be occurring fairly regularly. Can someone please tell

Graphical objects in live tading chart window

Hello, Does anyone know of a way to draw the same graphical objects that are displayed in the strategy tester chart window i.e. the buy and sell circular flag symbols and the dotted line that connects them, in the live trading chart window? Is there code available to do this? Thanks. Wilbur

Help with displaying properties of custom indicator

Hi there, I have created a custom indicator based on the Stochastics oscillator code. It is called MyStochastics and has been successfully compiled in the \experts\indicators folder. Some additions to the code have been made i.e. adding levels and changes of line style etc. Some example code is

Help with appearance of Stochastics Oscillator when using EA code

Hi there, Is it possible change the appearance of the indicator Stochastics from an EA code or does one have to create a custom indicator and make the changes there, then reference this custom indicator from the EA? The properties of the indicator that I am trying to change are the line style and

Point isn't logged correctly?

Hi there, I'm running the following code in my EA which is attached to EURUSDH1: Print("Trailing Stop is : ",TrailingStop); Print("Ask is : ",Ask); Print("Point is : ", MarketInfo (Symbol(),MODE_POINT)); Print("Ask+Point*TrailingStop is : ",(Ask+Point*TrailingStop)); Print("OrderStopLoss is

Minimum stoploss levels in Strategy Tester

Hi, When an EA is run in Strategy Tester does anyone know where the following code gets its information from? MarketInfo (Symbol(),MODE_STOPLEVEL) I've found that the returned value is always 20 points. The symbol is EURUSDH1. As you can see from the Journal output, the Print operator shows the

Strategy Tester query

Hi, I ran a strategy simulation and all orders with Order ticket numbers prior to 72 are not logged in the Journal and I'm not sure why (see screenshots). Here's the start of the Tester Journal... Next, the Journal shows the first successfully opened order as Order ticket number 72. This happens to

Help with History Centre

Hi, Does anyone know why some time frames in the list of a particular currency pair have a yellow and green 'coloured in' icon next to them and for other time frames the icon is transparent? For example on the graphic below, EURUSD (M1), (M5) and (M15) are coloured in whilst those below are grey

'\end_of_program' - unbalanced left parenthesis error

Hi, Having already searched this forum for other people having the same issue as me, it has become evident that this error is simply due to a missing ( { or [ and vice-versa. But when I double-click the error in the compiler error pane, the cursor moves to a large section of greyed out code using /*