NexusFi: Find Your Edge


Home Menu

 





Thinkscript code for timed trigger


Discussion in ThinkOrSwim

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




 
Search this Thread

Thinkscript code for timed trigger

  #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?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Cheap historycal L1 data for stocks
Stocks and ETFs
How to apply profiles
Traders Hideout
REcommedations for programming help
Sierra Chart
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 
  #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


© 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