Forum

Daily candlestick change

my backtesting is not working anymore because now every 5 candle is a very small like 10 pips volatility so my robot is taking trade wich it should not. Why did the data as been change so that now those small candle are there. these candle should be part of a bigger candle? I"m talking about daily

Spread backrest mt4

When doing backtest in mt4 I change the spread from 10 to 100 and it doesn’t make any difference on profit and loss of individual trade it only change the amount of trade taken. Why is that

ony one trade per bar

void CheckForOpen() { double ma; int res; //--- get Moving Average ma= iMA ( NULL , 0 ,MovingPeriod,MovingShift, MODE_SMA , PRICE_CLOSE , 0 ); //--- sell conditions if ( Low [ 0 ]<ma) { res= OrderSend ( Symbol (), OP_SELL ,LotsOptimized(), Bid , 3 , Bid +stoploss* Point , Bid

accoount balance history

how to get the account balance of the last 10 trades? thank you

cannot open EA

when I try to run a backtest I get this msg 2019.01.19 20:22:26.233 TestGenerator: file "C:\Users\User\AppData\Roaming\MetaQuotes\Terminal\DA3C92B1779898CC0CACD726A655BECB\tester\history\EURUSD1440_0.fxt" cannot open [5] a few days ago I downloaded some data and now I cant backtest anymore it seems