OmniVest Forum OmniVest Forum
forums calendars search
today this week
 
register logon control panel Forum Rules
You are currently browsing as a guest.
You should logon to access more features
A Self-Moderated Community - ALL MEMBERS, PLEASE READ!
Vote for Members who contribute the most to your trading, and help us moderate content within the Forums.


Only Forum Moderators, Administrators, and the owner of this message may delete it.

 
Jim Dean

Elite
10002525
Posts: 1059

Joined: 10/11/2012
Location: L'ville, GA

User Profile
 
Subject : RE: IB Slippage Data By Order Size and Trade Type
Posted : 3/13/2013 3:09 PM
Post #24568 - In reply to #24566

Hi Steve

Do it one of two ways:

1. Create a second set of the simple indic's that use [1], and add them as additional columns, such as
Return atr(14)[1]
… or …
2. Add a parameter to the indic's that allow you to change the lookback using the right-click edit > parameters option, ie:
#indicator
#param "DaysAgo", 0
Return atr(14)[DaysAgo]

That's better than plotting them, since you won't have to flip from chart to chart and mess with the cursor to get the value.

You can btw use SnagIt to capture the focus list including the custom column outputs as a text file - but that's another story entirely ;-)

[Edited by Jim Dean on 3/13/2013 3:12 PM]

Deleting message 24568 : RE: IB Slippage Data By Order Size and Trade Type


Nirvana Systems
For any problems or issues please contact our Webmaster at webmaster@nirvsys.com.