NexusFi: Find Your Edge


Home Menu

 





how to edit MovAvg3LineCross LE ?


Discussion in TradeStation

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

Can you help answer these questions
from other members on NexusFi?
I Have a Thing Called Iran -- Trump Stays in DC as Airsp …
Prediction Markets & Event Contracts
Penalties in Budapest, Peace Deadline in Tehran: Arsenal …
Prediction Markets & Event Contracts
May 26 Deadline Dies at 7.5% as US Strikes Iran During C …
Prediction Markets & Event Contracts
April CPI Preview: +3.7% YoY Expected at 8:30 AM ET -- C …
Traders Hideout
Hormuz Surges From 14% to 26.5% Intraday as Irans Answer …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
NexusFi site changelog and issues/problem reporting
16 thanks
Darmok and Jalad at Tanagra
3 thanks
Big Mike in Ecuador
1 thanks
30 Sessions
1 thanks
  #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