Designer |
Gold User, Member, Platinum User, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Saturday, September 30, 2006 |
Thursday, June 23, 2011 4:03:03 PM |
317 [0.11% of all post / 0.05 posts per day] |
|
Bruce,
Can this indicator be modified so rather than manually editing the date, it is based on the first date on the chart? (both daily and for minute charts)
Thanks
|
Bruce, Thanks very much ...it works very well.
One quick question... could you ad an alert to the code so it can give a signal in my watchlist when the condition is met...
Thanks
|
Bruce, X to be a range rather than an exact number ... asume 10 to 20 bars but I would like to be able to modify this number.
Thanks
|
I would like to have a code for entering positions in stocks when the CCI forms a double bottom :
1- Enter Long when CCI crosses up thru -100 and
2- CCI has crossed up -100 X number of bars ago (I would like to have the option to modify number of bars ago and the bars range) and
3- CCI was (timewise) after condition 2 and before condition 1 above -100 and below 0.
The strategy is both for daily and intra day minutes timeframes.
Thanks in advance.
|
I need help creating a strategy for:
BUY If the stock gaps up at morning open at a selected percentage of previous day close.
Say I want to buy if morning gap is up between 0.25% and 1% of previous day close. (I would like to be able to change the percentages for backtesting.)
SELLSHORT If the stock gaps down at morning open at a selected percentage of previous day close.
Say I want to sellshort if morning gap is down between 0.25% and 1% of previous day close.
Thanks in advance.
|
Thank you
|
I did but still it won't, not sure why. Could you please share the workspace. Thanks
|
Bruce,
Thanks a lot that works great... please update the code so it shows stocks that are today below previous day low as well.
right now it is only showing me when price is above previous day hi.
Thanks
|
This is the correct one I'm looking for.
If Price.Last > Price.High(1) OrElse Price.Last < Price.Low(1) Then Pass
I tried that condition but seems to work only on daily charts. How do I modify it so it works with minute charts during the session. Say for instance I have a 10 minute chart and want to enter the market as soon as the price crosses above the previous day high or as soon as current price crosses below the low of the previous day. As soon as either condition above mentioned is met I want to begin my strategy.
Hope it makes sense.
Thanks
|
I would like help creating a condition/filter:
Stocks that are today above previous day high or stocks that are today below previous day low.
I would like to be able to use it as a condition in my strategies.
Thanks in advance
|
|