NexusFi: Find Your Edge


Home Menu

 





Basic Script Need some help please


Discussion in ThinkOrSwim

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




 
Search this Thread
  #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?
Without Pulisic, USA 61.5% Live vs. Australia -- France …
Prediction Markets & Event Contracts
CME Group CEO Calls CFTC-Approved Crypto Perps Dangerous …
Traders Hideout
June 15 Peace Odds Surge From 3.6% to 12.25% After Trump …
Prediction Markets & Event Contracts
$500M Riding on World Cup 2026: France/Spain Co-Favored …
Prediction Markets & Event Contracts
The June 15 Resolution Trap: Irans Agreed Text Still Pri …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
NexusFi site changelog and issues/problem reporting
10 thanks
Darmok and Jalad at Tanagra
3 thanks
Big Mike in Ecuador
1 thanks
30 Sessions
1 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 X Reply With Quote




Last Updated on June 13, 2019


© 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