NexusFi: Find Your Edge


Home Menu

 





Basic Script Need some help please


Discussion in ThinkOrSwim

Updated
    1. trending_up 982 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?
The space time continuum and the dynamics of a financial …
Emini and Emicro Index
Deepmoney LLM
Elite Quantitative GenAI/LLM
New Micros: Ultra 10-Year & Ultra T-Bond -- Live Now
Treasury Notes and Bonds
Better Renko Gaps
The Elite Circle
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
61 thanks
Funded Trader platforms
39 thanks
NexusFi site changelog and issues/problem reporting
26 thanks
Battlestations: Show us your trading desks!
26 thanks
The Program
18 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