Equity Running, but no trade at the Trade Table

Moderator: admin

Equity Running, but no trade at the Trade Table

Postby lostinfx » Fri Jul 13, 2012 2:21 pm

Hi,

I have a scenario in Lua Strategy Debugger where:
1) a trade is open
2) Equity is running
3) but no trade inside the table searched with the following code:

enum = core.host:findTable("trades"):enumerator();
while true do
row = enum:next();
if row == nil then
break;
end
end

why does that happen? help please
lostinfx
 
Posts: 4
Joined: Tue Jul 10, 2012 6:20 am

Re: Equity Running, but no trade at the Trade Table

Postby lostinfx » Sun Jul 15, 2012 3:03 am

sorry everyone, my mistake. please disregard.
lostinfx
 
Posts: 4
Joined: Tue Jul 10, 2012 6:20 am


Return to Indicator Development

Who is online

Users browsing this forum: No registered users and 63 guests