Forum

Difference between Strategy tester and demo account

Hello I have some difference between the strategy tester and my demo account Here the strategy tester : 85 2013.03.15 05:00 buy 29 0.01 96.135 0.000 0.000 0.00 450.94 86 2013.03.15 05:00 modify 29 0.01 96.135 95.920 96.524 0.00 450.94 87 2013.03.15 08:00 close 29 0.01 96.011 95.920 96.524 -1.29

Lot size on USDNOK

Hello I'm using a practice account with OANDA and MT4 plateform. I'm creating some report of my own and i got a trouble with LOT size on USDNOK. I calculate the profit like : (open price - deal close price ) * 1000. All my lots are 0.01. It works for USDEUR and USDCAD nut not for USDNOK. It seems

5 Last rsi values

Hello i got a question about indicators and shift. Using a chart with a 15 min timeframe, i would like to retrieve, - the last rsi value - the 4 last TICK value for the rsi 15 min chart For now i'm using that for ( int i = 0 ; i < IND_RSI_MEM ; i++ ) { drsi[i] = iRSI ( Symbol () , 0 , 14

Get Price for a specific time

hello I'm looking for a way to retrieve the price for s specific time or timeframe. For example, the price, M1, between 4pm and 4:20pm on january 4th ? Anyway to do that ? Thanks Nicolas

Function returning an array

Hello I'm trying to create a function which returns an array ? is that possible ? if yes does anyone have an example ? thanks Nicolas

Value for stop lost

Hello I got some issues setting my Sl value. Here what i use, for the EURUSD pair : double sl = 0.0004 ; for a buy : Ask - (Ask * sl) for a sell : Bid + (Bid * sl) but i always have a 130 error, any idea why ? thanks Nicolas

New on mt4 with oanda

Hello I'm new at MT4, i'm trying the plateform with an oanda pratice account. I dl nt4 and i'm trying to use my oanda account but i got only 1 server : MIGBank-Demo Any idea how i can have the oanda practice server ? Thanks Nicolas