aytacasan / Publications
Forum
A Strange Hedge Strategy Problems
I am trying to develop a strategy that works on a tick basis. I thought I would code this strategy very easily at the beginning, but it started to get more complicated as I progressed. I would like you to help me find a solution to my three different problems or share your ideas. This hedge strategy
Why there is difference between MDD & RDD?
Greetings, Is there any idea about why there is difference between maximum drowdown and relative drowdown on same ea? Shortly my ea have some parameters, for example stoploss level in pips. If i test it with 40 pips my strategy reports same mdd&rdd values. If i test it with 30 pips my strategy
Backtesting Limitation
Hi All, I have a strategy and trying to backtest with MetaTrader Version:4.0 Build 765(12 Dec 2014). I downloded last 1 year tick data from dukascopy via Tickstory Lite and test it succesfully. After fix some strategy's logical errors this time i downloded last 12 years tick data via same method for
Multi Colored Bars on MQL4
Hello, I see some samples about multi colored bars indicator( heiken ashi etc.), but i want to do same thing with 3 colors. For example blue bars for up trend, red bars for down trend and gray bars for neutral trend. I tried do this but some reason MT4 not painting third color to the chart. How can