NexusFi: Find Your Edge


Home Menu

 





How to program an EMA fade entry strategy?


Discussion in EasyLanguage Programming

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




 
Search this Thread

How to program an EMA fade entry strategy?

  #1 (permalink)
ernmen
Fleming Island
 
Posts: 6 since Jul 2019
Thanks Given: 2
Thanks Received: 0

EMA fade entry question:
Spent many hours this past week searching for EasyLanguage example on how to create an entry/fade off an EMA. Not a crossover entry, but rather limit order 1 tick above or below the EMA when price returns to the EMA from above or below.

I am trading futures and have limited programming experience.

Any help is truly appreciated in advance...

Thanks,

EM

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Cheap historycal L1 data for stocks
Stocks and ETFs
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
MC PL editor upgrade
MultiCharts
REcommedations for programming help
Sierra Chart
Quant vue
Trading Reviews and Vendors
 
  #2 (permalink)
 kjhosken 
Seattle, WA/USA
 
Experience: Intermediate
Platform: TOS, TS
Trading: Forex, crude
Posts: 96 since Sep 2016
Thanks Given: 7
Thanks Received: 35


ernmen View Post
EMA fade entry question:
Spent many hours this past week searching for EasyLanguage example on how to create an entry/fade off an EMA. Not a crossover entry, but rather limit order 1 tick above or below the EMA when price returns to the EMA from above or below.

I am trading futures and have limited programming experience.

Any help is truly appreciated in advance...

Thanks,

EM

Without more specifics I can't help more than saying define your entry price and use a buy limit order.
 
Code
input: length(20);
value1 = xaverage(close, length) + minmove * 1 points;
if marketposition <> 1 then buy n contracts next bar at value1 limit;

Follow me on Twitter Reply With Quote
Thanked by:
  #3 (permalink)
ernmen
Fleming Island
 
Posts: 6 since Jul 2019
Thanks Given: 2
Thanks Received: 0



kjhosken View Post
Without more specifics I can't help more than saying define your entry price and use a buy limit order.
 
Code
input: length(20);
value1 = xaverage(close, length) + minmove * 1 points;
if marketposition <> 1 then buy n contracts next bar at value1 limit;

This is great - thanks!

Reply With Quote
  #4 (permalink)
James11
San Francisco CA USA
 
Posts: 6 since Jul 2020
Thanks Given: 1
Thanks Received: 3


ernmen View Post
EMA fade entry question:
Spent many hours this past week searching for EasyLanguage example on how to create an entry/fade off an EMA. Not a crossover entry, but rather limit order 1 tick above or below the EMA when price returns to the EMA from above or below.

I am trading futures and have limited programming experience.

Any help is truly appreciated in advance...

Thanks,

EM

Are you on TS or MC?

Reply With Quote
  #5 (permalink)
ernmen
Fleming Island
 
Posts: 6 since Jul 2019
Thanks Given: 2
Thanks Received: 0


kjhosken View Post
Without more specifics I can't help more than saying define your entry price and use a buy limit order.
 
Code
input: length(20);
value1 = xaverage(close, length) + minmove * 1 points;
if marketposition <> 1 then buy n contracts next bar at value1 limit;


James11 View Post
Are you on TS or MC?

I am using TS

Reply With Quote




Last Updated on February 20, 2021


© 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