NexusFi: Find Your Edge


Home Menu

 





Basic Script Need some help please


Discussion in ThinkOrSwim

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




 
Search this Thread

Basic Script Need some help please

  #1 (permalink)
messi93
la plata buenos aires argentina
 
Posts: 1 since Jun 2018
Thanks Given: 0
Thanks Received: 0

Hi guys good nigth, the last day I was codding some basic script but it doesent work properlly beacause, the script never plot any signal or make some order, if you can help me, I'll be grateful

 
Code
input mediamovilrapida = 4;
input mediamovilintermedia = 9;
input mediamovillenta = 18;
def ema1 = SimpleMovingAvg (length = mediamovilrapida);
def ema2 = SimpleMovingAvg (length = mediamovilintermedia);
def ema3 = SimpleMovingAvg (length = mediamovillenta);
def buy = mediamovilintermedia crosses above  mediamovillenta;
def sell = mediamovilintermedia crosses below mediamovillenta;
AddOrder(type = OrderType.BUY_TO_OPEN, condition = buy, arrowColor = Color.LIME, name = "Cruce de medias");
AddOrder(type = OrderType.SELL_TO_CLOSE, condition = sell, arrowColor = Color.LIME, name = "Cruce de mediasVenta")

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
REcommedations for programming help
Sierra Chart
How to apply profiles
Traders Hideout
Cheap historycal L1 data for stocks
Stocks and ETFs
About a successful futures trader who didnĀ“t know anyth …
Psychology and Money Management
Better Renko Gaps
The Elite Circle
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
What is Markets Chat (markets.chat) real-time trading ro …
80 thanks
Spoo-nalysis ES e-mini futures S&P 500
55 thanks
Tao te Trade: way of the WLD
46 thanks
Just another trading journal: PA, Wyckoff & Trends
35 thanks
The Program
19 thanks
  #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

You haven't defined 'mediamovilintermedia crosses above mediamovillenta' as something that can be conditional.
mediamovilintermedia = 9, mediamovillenta = 18. Always. I think you mean to have"def buy = ema2 crosses above ema3" and "def sell = ema2 crosses below ema3"


messi93 View Post
Hi guys good nigth, the last day I was codding some basic script but it doesent work properlly beacause, the script never plot any signal or make some order, if you can help me, I'll be grateful

 
Code
input mediamovilrapida = 4;
input mediamovilintermedia = 9;
input mediamovillenta = 18;
def ema1 = SimpleMovingAvg (length = mediamovilrapida);
def ema2 = SimpleMovingAvg (length = mediamovilintermedia);
def ema3 = SimpleMovingAvg (length = mediamovillenta);
def buy = mediamovilintermedia crosses above  mediamovillenta;
def sell = mediamovilintermedia crosses below mediamovillenta;
AddOrder(type = OrderType.BUY_TO_OPEN, condition = buy, arrowColor = Color.LIME, name = "Cruce de medias");
AddOrder(type = OrderType.SELL_TO_CLOSE, condition = sell, arrowColor = Color.LIME, name = "Cruce de mediasVenta")


Follow me on Twitter Reply With Quote




Last Updated on June 13, 2019


© 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