NexusFi: Find Your Edge


Home Menu

 





Thinkscript code for timed trigger


Discussion in ThinkOrSwim

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




 
Search this Thread
  #1 (permalink)
dgo368
São Paulo + Brazil
 
Posts: 4 since Jul 2020
Thanks Given: 0
Thanks Received: 1

Hello everyone,

I'm a Thinkorswim user, and I'm using MACD to give me buy and sell signals.

When MACD() "Value" crosses above "MACD() "Avg", it triggers a buy order.

I'm trying to create a code to trigger a sell order when MACD() "Value" is below "MACD() "Avg", after a buy order (that will be after a crossing above), but after a while. Because sometimes MACD will cross above and, with fluctuation, it will then go below again, so I need a way to confirm that it will not keep above and has to be sold, not hold.

I was thinking something like a code to trigger a buy order when MACD() "Value" is below "MACD() "Avg" on the closing of the current bar, or on the opening of the next one.

But the code can be anything simple that, after some time (like 1 bar duration), will trigger a sell order if it MACD() "Value" doesn't manage to keep itself above MACD() "Avg".

I hope it was easy to understand, does anyone know how to solve this?

Thank you.


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)
VanDriver
Jackson, MS
 
Posts: 34 since Dec 2015
Thanks Given: 1
Thanks Received: 5

Hello,
There are many MACD strategies available on the internet for thinkorswim, and 2 built into the platform itself. You can modify one of them to meet your idea. Research is a good pursuit, but I’ll save you time, none of them are profitable strategies.


Reply With Quote
  #3 (permalink)
dgo368
São Paulo + Brazil
 
Posts: 4 since Jul 2020
Thanks Given: 0
Thanks Received: 1


A person on reddit told me the solution was this one:

input waitingLength = 3;

def toBuy = MACD().Value is greater than MACD().Avg;

def toSell = MACD().Value < MACD().Avg and Sum(toBuy, waitingLength)[1] == 0;

plot Alert = toSell;

Can someone confirm that this would work as a sell conditional order for the situation I've mentioned?

Thanks


Reply With Quote




Last Updated on August 3, 2020


© 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