Desmond Wright / Profile
- Information
|
9+ years
experience
|
3
products
|
315
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
Friends
137
Requests
Outgoing
Desmond Wright
Added topic sleep () not working in back testing - is there any way that I can get the sleep () to work
my Ea uses some sleep () functions but they do not work in back testing, is there any way that I can get the sleep () to work in back testing ? thanx
Desmond Wright
Added topic help -I want to find out what the ask / bid price was 60 seconds or 600 seconds ago....
Hi what functions can I use to get ask / bid price from the past in minutes or seconds ? example: I want to find out what the ask / bid price was 60 seconds or 600 seconds ago. thanks ]
Desmond Wright
Added topic HELP -simple code for sl , something is not working and I cant figure it it out
im trying to code a simple trailing EA, here it is below. if the trade is a buy it moves the stop loss up and a sell it moves it down. but something is not working and I cant figure it it out
Desmond Wright
Added topic HELP - want simple code for sl / tp
hi everyone does anybody have a simple piece of code that I can insert into my EA that will: 1. scan all open positions 2.determine if trade has reach predefined sl / tp 3. close trade accordingly btw, Im a ex cobol programmer and still new to mql4
Desmond Wright
Added topic anyway to insert variable into ObjectSetText without using if ?
I want to add a variable into the . here is the code: extern int wtime=10000 ; wtime = int wtime2; ObjectsDeleteAll (); ObjectCreate("wait_time", OBJ_LABEL, 0, 0, 0);// Creating obj. ObjectSet("wait_time", OBJPROP_CORNER, 4); //
: