11-11-2011, 12:26 AM
|
#2 |
Join Date: Sep 2008 Location: Geelong Thanks: 2,084
Thanked 1,474 Times in 912 Posts
| Re: Multiple Data in Easy Language Quote:
Originally Posted by wchg » Hi, experts!
Does the Easy Language automated strategy work with multiple data, for example if I want to buy and to sell simultaneously two instruments, something like that: Code: if(condition) then
begin
buy next bar at the Close of Data1;
sell next bar at the Close of Data2;
end; If it possible, how to write the code properly?
Thank you in advance for your help | you can only trade on data1
__________________ Only an idiot would reply to a stupid post
Last edited by Tams; 11-11-2011 at 01:13 AM.
|
| |