NexusFi: Find Your Edge


Home Menu

 





how to edit MovAvg3LineCross LE ?


Discussion in TradeStation

Updated
    1. trending_up 1,068 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:	158
Size:	30.7 KB
ID:	146215  
Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
How to apply profiles
Traders Hideout
Quant vue
Trading Reviews and Vendors
MC PL editor upgrade
MultiCharts
ZombieSqueeze
Platforms and Indicators
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
What is Markets Chat (markets.chat) real-time trading ro …
70 thanks
Spoo-nalysis ES e-mini futures S&P 500
55 thanks
Bigger Wins or Fewer Losses?
24 thanks
Just another trading journal: PA, Wyckoff & Trends
24 thanks
The Program
20 thanks
  #2 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,435 since Apr 2013
Thanks Given: 482
Thanks Received: 1,628

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