NexusFi: Find Your Edge


Home Menu

 





EasyLanguage


Discussion in Tech Support

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




 
Search this Thread

EasyLanguage

  #1 (permalink)
tradestation18
Porto Portugal
 
Posts: 16 since May 2018
Thanks Given: 1
Thanks Received: 1

Hi,
I was wondering if someone might help me in coding in easylanguage a buy/sell order for an equity/future "XX" in function of the verification of a certain condition in equity/future "ZZ"


For example, what should be the code for:

If FastAvg of "ES " > SlowAvg of "ES" then

Buy "RF"

Thanks

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
How to apply profiles
Traders Hideout
Trade idea based off three indicators.
Traders Hideout
REcommedations for programming help
Sierra Chart
ZombieSqueeze
Platforms and Indicators
MC PL editor upgrade
MultiCharts
 
  #2 (permalink)
 kevinkdog   is a Vendor
 
Posts: 3,666 since Jul 2012
Thanks Given: 1,892
Thanks Received: 7,360


tradestation18 View Post
Hi,
I was wondering if someone might help me in coding in easylanguage a buy/sell order for an equity/future "XX" in function of the verification of a certain condition in equity/future "ZZ"


For example, what should be the code for:

If FastAvg of "ES " > SlowAvg of "ES" then

Buy "RF"

Thanks

Set up your chart with 2 datastreams:

data1 = RF
data2 = ES

var:fast(5),slow(10);

if average(close of data2, fast) ? average(close of data2, slow) then
buy next bar at market; //it will buy data1 instrument

Follow me on Twitter Reply With Quote
Thanked by:




Last Updated on May 22, 2018


© 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