NexusFi: Find Your Edge


Home Menu

 





Basic Script Need some help please


Discussion in ThinkOrSwim

Updated
    1. trending_up 1,445 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?
Strike Pause Holds, Oil Erases Monday Spike -- May CPI W …
Traders Hideout
Election Sunday Resolves: Peru Heads to Runoff at 42pct, …
Prediction Markets & Event Contracts
CME Cuts Precious Metals Margins Up to 21% Starting Toda …
Commodities
Post-Summit Market Verdict: ES -1%, NQ -1.5%, 10-Year Yi …
Traders Hideout
Rubios Good News Within Hours and the 30-Day Math: Why H …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Big Mike in Ecuador
205 thanks
Sober Journey With S&P
21 thanks
30 Sessions
20 thanks
Volume Indicators
8 thanks
Thanks Mike. Godspeed.
7 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