NexusFi: Find Your Edge


Home Menu

 





Will pay $50 for help creating simple Alert


Discussion in ThinkOrSwim

Updated
      Top Posters
    1. looks_one LoganApple with 3 posts (0 thanks)
    2. looks_two growex with 1 posts (1 thanks)
    3. looks_3 LogicalTrader with 1 posts (0 thanks)
    4. looks_4 wldman with 1 posts (0 thanks)
    1. trending_up 1,637 views
    2. thumb_up 1 thanks given
    3. group 3 followers
    1. forum 5 posts
    2. attach_file 0 attachments




 
Search this Thread

Will pay $50 for help creating simple Alert

  #1 (permalink)
LoganApple
Denver, Colorado
 
Posts: 3 since Jan 2014
Thanks Given: 0
Thanks Received: 0

Looking for someone to help me create a simple alert, I have the scan all created in TOS and am just looking for help creating an alert. Will pay $50 via paypal for help.

Thanks,

Logan

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
About a successful futures trader who didnt know anythin …
Psychology and Money Management
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
What broker to use for trading palladium futures
Commodities
Better Renko Gaps
The Elite Circle
 
  #2 (permalink)
 
wldman's Avatar
 wldman 
Chicago Illinois USA
Legendary Market Wizard
 
Experience: Advanced
Broker: IB, ToS
Trading: /ES, US Equities/Options
Frequency: Several times daily
Duration: Hours
Posts: 3,534 since Aug 2011
Thanks Given: 2,069
Thanks Received: 9,556

all you have to do is search...it is probably here and available...if not you could copy code from a different indie or just ask.

Visit my NexusFi Trade Journal Reply With Quote
  #3 (permalink)
LoganApple
Denver, Colorado
 
Posts: 3 since Jan 2014
Thanks Given: 0
Thanks Received: 0


Thanks Wldman,

Below is the code -

high is greater than or equal to Highest("data" = HIGH, "length" = 60)

I'm actually trying to have it give me the "last" instead of the "high" so I can run the code during trading hours, not sure if that's possible.

I wanted to have it send me an "alert" anytime this criteria was meet.

Any ideas?

Thanks much

Reply With Quote
  #4 (permalink)
LogicalTrader
Houston, TX
 
Posts: 294 since Aug 2013
Thanks Given: 1,420
Thanks Received: 757


LoganApple View Post
Thanks Wldman,

Below is the code -

high is greater than or equal to Highest("data" = HIGH, "length" = 60)

I'm actually trying to have it give me the "last" instead of the "high" so I can run the code during trading hours, not sure if that's possible.

I wanted to have it send me an "alert" anytime this criteria was meet.

Any ideas?

Thanks much

I dont code TOS but this should save you your $50 - Learning Center ? Charting

Reply With Quote
  #5 (permalink)
 growex 
Trubchevsk
 
Experience: Beginner
Platform: tos
Trading: stocks
Posts: 61 since May 2011
Thanks Given: 40
Thanks Received: 79

there ate two ways of doing such alerts:
thirst one is to use an alert() function. Read its description here: Learning Center ? Charting
Read it please, especially the definition of alert.(tick,bar,once)
You can use "close" instead of "Last", its equal.
here's a little piece of code, you can put this study on chart.

def cond = high is greater than or equal to Highest(close, 60);
alert(cond,"NewHigh",alert.tick,sound.ding);

This study will show an alert on every tick when condition is met.

The second and much more elegant way to do this is to use Alerts() tab
Marketwatch--->Alerts
It allows you to set as much alerts as you want and also you can have an alert if the condition is met on your choosen timeframe.
contact me in skype: mrsmokefun
i'll show how to set this alert (absolutely free)
hope it helps

Follow me on Twitter Reply With Quote
Thanked by:
  #6 (permalink)
LoganApple
Denver, Colorado
 
Posts: 3 since Jan 2014
Thanks Given: 0
Thanks Received: 0

Thanks Growex, I just added you on skype - Eaos38, I will gladely pay you for your help as well.

Thanks again.

Reply With Quote




Last Updated on January 25, 2014


© 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