Forum

Horizontal Line - keeps disappearing....!??

Hi, If I draw a horizontal line on W1 and switch to anyother time frame it disappears, on the time frame I switched to and also W1 - this is reallllly annoying... Any ideas if this can be done? Thanks mcia

Strategy Tester - Memory Leak!!

Hi, I have an EA which uses a custom indicator . When I attach the EA directly to a chart it works perfect. When I attempt to run the EA through the strategy tester I get the following: 2010.12.17 14:50:57 Core 1 connect closed 2010.12.17 14:50:57 Core 1 log file "C:\Program Files\MetaTrader

2 instances of an indicator, 2 different periods, one chart...?

Hi, I have a custom indicator , which currently plots onto a chart by using _Period. What I want to do is have one instance of the indicator calculated on PERIOD_H1 and another instance of the indicator plotted on PERIOD_D1. I want both indicators to be shown on a 1hour chart. As you would

Placing Orders using demo account?

Hi, IS it possible to place orders via your EA using a demo account ? When I try to place orders I get: sell: Order has not been completed -error 4752 ERR_TRADE_DISABLED 4752 Trading by Expert Advisors prohibited I have 1000 equity in my demo account any help? Thanks mcai4sh3

Custom Indicator, accessing indicator values.

Hi, I am trying to create a custom coloured indicator X. X uses a number of "base" indicators to calculate its own indicator value. One of the base indicators is ATR. Please see extract of my code to see how I access this ATR indicator values: int atrHandle; double atrVal[]; int OnInit( ) { //ATR