Greetings,
Every morning one of the preperation setups I do is grab todays program trading buy/sell numbers from programtrading.com then set alerts for buy and sell. I also plot lines on these levels. I want to use an EFS for this, so at the beginning of each monring I can just RELOAD my chart to update these numbers! Nifty in theroy. I have no idea how to but I know you can grab web data! Ex:
Grab data from http://www.programtrading.com/buysell.htm
and use two specific numbers as variables in a script.
var1 grep from: "are set for program buying at $VALUE"
var2 grep from: "set for program selling at $VALUE
Use these values to draw to horizontal lines on the 1min $EPREM chart and also send two sound alerts when symbol $EPREM crosses these thresholds. The #'s on program trading .com are decimalized so I take it you'd need to * 100 after grabing the vars.
I'm watching these EFS videos now so hopefully I wont be as helpful. I know a lot of people who do this every morning so I'm sure this would be a most helpful script! Maybe even wroth a few rice krispy treats.
One more thing. The alerts should only play from 9:35 to 16:00. After then the #'s become in reliable and often times fire off constantly and that'd be pretty annoying.
Every morning one of the preperation setups I do is grab todays program trading buy/sell numbers from programtrading.com then set alerts for buy and sell. I also plot lines on these levels. I want to use an EFS for this, so at the beginning of each monring I can just RELOAD my chart to update these numbers! Nifty in theroy. I have no idea how to but I know you can grab web data! Ex:
Grab data from http://www.programtrading.com/buysell.htm
and use two specific numbers as variables in a script.
var1 grep from: "are set for program buying at $VALUE"
var2 grep from: "set for program selling at $VALUE
Use these values to draw to horizontal lines on the 1min $EPREM chart and also send two sound alerts when symbol $EPREM crosses these thresholds. The #'s on program trading .com are decimalized so I take it you'd need to * 100 after grabing the vars.
I'm watching these EFS videos now so hopefully I wont be as helpful. I know a lot of people who do this every morning so I'm sure this would be a most helpful script! Maybe even wroth a few rice krispy treats.
One more thing. The alerts should only play from 9:35 to 16:00. After then the #'s become in reliable and often times fire off constantly and that'd be pretty annoying.
Comment