NexusFi: Find Your Edge


Home Menu

 





how to edit MovAvg3LineCross LE ?


Discussion in TradeStation

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




 
Search this Thread
  #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:	236
Size:	30.7 KB
ID:	146215  
Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Trump Media to sell instant access to market-moving soci …
Traders Hideout
Six Days to Kickoff: World Cup Prediction Markets Hit $1 …
Prediction Markets & Event Contracts
June 15 Peace Odds Surge From 3.6% to 12.25% After Trump …
Prediction Markets & Event Contracts
Irans Dual Probability: Guns Quiet at 99.95% While Forma …
Prediction Markets & Event Contracts
World Cup Opens: USA at 45.5% Tonight as Markets Push Ba …
Prediction Markets & Event Contracts
 
  #2 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,448 since Apr 2013
Thanks Given: 494
Thanks Received: 1,643

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 X Reply With Quote




Last Updated on May 8, 2014


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