NexusFi: Find Your Edge


Home Menu

 





how to edit MovAvg3LineCross LE ?


Discussion in TradeStation

Updated
    1. trending_up 1,059 views
    2. thumb_up 0 thanks given
    3. group 2 followers
    1. forum 1 posts
    2. attach_file 1 attachments




 
Search this Thread

how to edit MovAvg3LineCross LE ?

  #1 (permalink)
radibarabadi
Sofia , Bulgaria
 
Posts: 1 since Apr 2014
Thanks Given: 0
Thanks Received: 0

Hi guys, new member here. Quick question.
How to add Displace Moving Avarge in stategy code, I find this option in indikators, but in strategy - NO ?


 
Code


inputs:  Price( Close ), FastLength( 4 ), MedLength( 9 ), SlowLength( 18 ) ;
variables:  FastAvg( 0 ), MedAvg( 0 ), SlowAvg( 0 ) ;

FastAvg = AverageFC( Price, FastLength ) ;
MedAvg = AverageFC( Price, MedLength ) ;
SlowAvg = AverageFC( Price, SlowLength ) ;

Condition1 = Price > FastAvg and FastAvg > MedAvg and MedAvg > SlowAvg ;

if CurrentBar > 1 and Condition1 and Condition1[1] = false { CB > 1 check used to
 avoid spurious cross confirmation at CB = 1 }
then
	Buy ( "MA3CrsLE" ) next bar at market ;


{ ** Copyright (c) 2001 - 2010 TradeStation Technologies, Inc. All rights reserved. ** 
  ** TradeStation reserves the right to modify or overwrite this strategy component 
     with each release. ** }

Attached Thumbnails
Click image for larger version

Name:	Displace.jpg
Views:	156
Size:	30.7 KB
ID:	146215  
Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Futures True Range Report
The Elite Circle
My NT8 Volume Profile Split by Asian/Euro/Open
NinjaTrader
Online prop firm The Funded Trader (TFT) going under?
Traders Hideout
The space time continuum and the dynamics of a financial …
Emini and Emicro Index
New Micros: Ultra 10-Year & Ultra T-Bond -- Live Now
Treasury Notes and Bonds
 
  #2 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,431 since Apr 2013
Thanks Given: 481
Thanks Received: 1,623

radibarabadi,

what would be the purpose of the displace? In indicators this is just a visual thing and as you can't look into the future with strategies you can only use the current value (or historical values) for the MA.

Regards,
ABCTG


radibarabadi View Post
Hi guys, new member here. Quick question.
How to add Displace Moving Avarge in stategy code, I find this option in indikators, but in strategy - NO ?


 
Code


inputs:  Price( Close ), FastLength( 4 ), MedLength( 9 ), SlowLength( 18 ) ;
variables:  FastAvg( 0 ), MedAvg( 0 ), SlowAvg( 0 ) ;

FastAvg = AverageFC( Price, FastLength ) ;
MedAvg = AverageFC( Price, MedLength ) ;
SlowAvg = AverageFC( Price, SlowLength ) ;

Condition1 = Price > FastAvg and FastAvg > MedAvg and MedAvg > SlowAvg ;

if CurrentBar > 1 and Condition1 and Condition1[1] = false { CB > 1 check used to
 avoid spurious cross confirmation at CB = 1 }
then
	Buy ( "MA3CrsLE" ) next bar at market ;


{ ** Copyright (c) 2001 - 2010 TradeStation Technologies, Inc. All rights reserved. ** 
  ** TradeStation reserves the right to modify or overwrite this strategy component 
     with each release. ** }


Follow me on Twitter Reply With Quote




Last Updated on May 8, 2014


© 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
no new posts