Forum

Indicator will not run along in the strategy tester, please help

hi, I am trying to run a custom indicator along with an EA (standard MACD EA from metaquotes) in the strategy tester with build 880. I know it should be possible, but I can't seem to do it. I have tried : 1. make the template including the indicator in a live chart and save it as tester.tpl

Please help me on my code

I saw my post was in the wrong place so here it is in the right section: Hi, I have a little error in my logic, but I can not seem to see what it is. My goal: print an uparorow if: 3 red candles are followed by a green candle OR (2 red candles followed by an indicision candle are followed by a

if x out of y times =True, return True

Hi, I have this if statement: if ( (condition 1) && (condition 2) && (condition 3) (up to 20 conditions) ) EnterTrade(OP_BUY) Conditions run from checking a candle direction, volume etc etc. This works fine, but I would like to get it a little less picky and enter the trade also if only 18/20

question on using Close vs iClose in indicator

Hi, i am trying to get an indicator to plot arrows on the chart when : 1. I get an engulfing bar 2. But only plot the arrow if the engulfing bar is in the same direction of the previous day bar (only plot up arrows if the previous day closed bullish, and only plot down arrows if the previous day

Turning your account history to a report similar to the strategy tester report possible in MT4???

hi, I would like to know if it is possible (and how) to get a report of your live (or demo) account history similar to the report in the strategy tester (with profit factor, max drawdown, total trades, consecutive losses etc.). This in MT4, as my broker does not support MT5 at this point. This to

How to turn your account trade history to a report like in the strategy tester?

hi, I would like to know if it is possible (and easy) to get a report from your live(or demo) account history that looks the same as the report from the strategy tester . This to test how an EA did foreward testing compared to backtesting. thank you in advance