NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 22 of 22
Search: Posts Made By: insideday
Forum: EasyLanguage Programming May 26th, 2011, 11:25 AM
Replies: 86
Views: 98,478
Posted By insideday
Does somebody know which codes lines need to be...

Does somebody know which codes lines need to be changed to plot the stop as stairstep on every bar like
in this picture http://www.janarps.com/catalog/images/images_big/Arps_Triple_Trender.jpg
...
Forum: MultiCharts May 8th, 2011, 01:24 PM
Replies: 827
Views: 341,661
Posted By insideday
Tony, for an easy display of MP you could use...

Tony,
for an easy display of MP you could use this code, maybe you need to increase the array size.
MultiCharts: Trading Software for Automated Trading and Backtesting • View topic - TPO aka...
Forum: MultiCharts April 5th, 2011, 12:17 PM
Replies: 827
Views: 341,661
Posted By insideday
I didnt find any new built in indicators on...

I didnt find any new built in indicators on Cumulative Delta or Delta studies. Do we have to code them by ourself or will there be any in the release ?
Forum: MultiCharts March 28th, 2011, 07:32 AM
Replies: 32
Views: 15,198
Posted By insideday
Under Rollover Condition click on Time and type...

Under Rollover Condition click on Time and type in 6 Trading Days Prior to Expiration.
Forum: MultiCharts March 28th, 2011, 06:55 AM
Replies: 32
Views: 15,198
Posted By insideday
Fat tails, change your rollover settings in...

Fat tails,

change your rollover settings in the Quotemanager from

[!ES_11V0C^HMUZ] E-mini S&p 500

to

[!ES_106C0^HMUZ] E-mini S&p 500.
Forum: EasyLanguage Programming March 14th, 2011, 07:52 AM
Replies: 5
Views: 7,305
Posted By insideday
Best Practice for working with Functions

Best Practice for working with Functions
Forum: EasyLanguage Programming March 9th, 2011, 12:31 PM
Replies: 5
Views: 7,305
Posted By insideday
Series functions will return incorrect results if...

Series functions will return incorrect results if called within loop, last Point 7
Best Practice for working with Functions

at
...
Forum: Trading Reviews and Vendors February 27th, 2011, 03:57 PM
Replies: 230
Views: 165,136
Posted By insideday
Not for Ninja, but they (Dimension Trader, Inc....

Not for Ninja, but they (Dimension Trader, Inc. (http://traderusa.net/trader/)) use similar indicators like nexgen with clearer entrys and exits for a fraction of the price.

The posted webinar...
Forum: MultiCharts February 17th, 2011, 02:51 PM
Replies: 827
Views: 341,661
Posted By insideday
Correct Settings. The Daily Limit is an old...

Correct Settings. The Daily Limit is an old Tradestation field and isnt really used anymore.
Forum: MultiCharts February 8th, 2011, 05:07 PM
Replies: 35
Views: 14,115
Posted By insideday
OCO

Does somebody know if under Broker Profiles -> Settings -> OCO Group the option "Use Native OCO Group" should be checked or not?
I want my stop orders placed on the exchange and not simulated on...
Forum: MultiCharts February 4th, 2011, 04:11 PM
Replies: 827
Views: 341,661
Posted By insideday
Hold your cursor at the double arrows above the...

Hold your cursor at the double arrows above the PnL box and adjust the length of the dom/columns.
Forum: Emini and Emicro Index January 7th, 2011, 05:45 AM
Replies: 7
Views: 4,621
Posted By insideday
There is an extra book on Eurex for Block Trading...

There is an extra book on Eurex for Block Trading for larger traders (OTC Block Trade EntryWindow). For the DAX the traded contracts must be greater than 250. These trades dont affect the order book...
Forum: MultiCharts November 24th, 2010, 12:35 PM
Replies: 827
Views: 341,661
Posted By insideday
Shouldnt the Beta be out publicly after the Expo ?

Shouldnt the Beta be out publicly after the Expo ?
Forum: MultiCharts November 9th, 2010, 07:44 AM
Replies: 827
Views: 341,661
Posted By insideday
I really hope that Multicharts takes some time to...

I really hope that Multicharts takes some time to look how the Buttontrader works and how easy it is to use the BT DOM and the strategies.
Forum: EasyLanguage Programming October 27th, 2010, 12:45 PM
Replies: 5
Views: 12,203
Posted By insideday
Mike, SetplotBGcolor is for Radarcreen /...

Mike,
SetplotBGcolor is for Radarcreen / Scanner.

If you want to color your BG in charts you need to use Plot1 and Plot2 as Bar High and Bar Low, i.e.



vars: BGCol(white);

if close >...
Forum: Brokers October 21st, 2010, 03:33 PM
Replies: 303
Views: 127,669
Posted By insideday
sysot1t, do they only show the winners on the...

sysot1t,
do they only show the winners on the leaderboard? It would be interested to see the loosers too.
Forum: EasyLanguage Programming September 5th, 2010, 10:20 AM
Replies: 2
Views: 3,454
Posted By insideday
You could find a similar code here ...

You could find a similar code here
Semi-Automated Trading Using Trend Lines for Tradestation (http://www.hightick.com/Tradestation/Strategy/TLTrader/index.html)

It is from MarkSanDiego, the...
Forum: Platforms and Indicators July 22nd, 2010, 09:19 AM
Replies: 188
Views: 92,573
Posted By insideday
Mike, are you able to get tt-data into...

Mike, are you able to get tt-data into multicharts and send orders from mc to tt?
Forum: MultiCharts April 3rd, 2010, 09:06 AM
Replies: 827
Views: 341,661
Posted By insideday
Many Thanks Ranger for posting your save and...

Many Thanks Ranger for posting your save and load_global_data functions. It saved me big time in rewriting some ADE functions.
Forum: EasyLanguage Programming March 27th, 2010, 09:32 AM
Replies: 25
Views: 32,744
Posted By insideday
This is the strategy template from the TS wiki,...

This is the strategy template from the TS wiki, maybe it is useful for someone who wants to add some code lines to their straregy



// EasyLanguageTemplate [ Strategy ]

// Just select...
Forum: Trading Reviews and Vendors January 19th, 2010, 02:21 PM
Replies: 105
Views: 60,070
Posted By insideday
For TS it it variables: PLDot( 0 ), ...

For TS it it

variables:
PLDot( 0 ),
HLC_Avg( 0 ) ;

HLC_Avg = ( High + Low + Close ) / 3 ;
PLDot = Average( HLC_Avg, 3 ) ;

Plot1[-1](PLDot,"PLDot") ;
Forum: Trading Reviews and Vendors January 19th, 2010, 02:11 PM
Replies: 105
Views: 60,070
Posted By insideday
He says it is the Drummonds PLDot. So it is a 3...

He says it is the Drummonds PLDot.
So it is a 3 bars SMA of (h+l+c)/3 forwarded one bar.
Showing results 1 to 22 of 22

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top