SAFeTRADE 657 posts msg #132806 - Ignore SAFeTRADE | 
11/26/2016 9:35:55 AM
  pthomas, I do not know what to tell you about gaps, except that I would probably only buy the first
 gap if it came on a buy signal.
 
  | 
pthomas215 1,251 posts msg #132807 - Ignore pthomas215 | 
11/26/2016 10:25:00 AM
  That is a great point.Thanks for the help.
 
  | 
jackmack 334 posts msg #132852 - Ignore jackmack | 
11/28/2016 8:47:05 AM
  SAFeTRADE
 Thank you so much for sharing this.
 I see the exit signal now for on macd3 when macds crosses below macdf.
 I am still finding it hard to change the code so there is a buy signal when macds crosses above macdf.
 Can you help me with that?
 
 
  | 
SAFeTRADE 657 posts msg #132853 - Ignore SAFeTRADE | 
11/28/2016 10:18:55 AM
  I posted the code back on 11/25.
 
 Safetrade
 
  | 
jackmack 334 posts msg #132861 - Ignore jackmack | 
11/28/2016 1:30:19 PM
  I guess what I am failing to ask is how do you code it to indicate just the cross above and below for this;
 
 set{dustcls, ind(dust,close)}
 set{nugtcls, ind(nugt,close)}
 
 set{macds, MACD Fast Line(3,6,9)}
 set{macdf, MACD Slow Line(3,6,9)}
 set{n, 0}
 
 set{macxv, count(macdust crossed above macnugt,1)}
 set{macvx, count(macnugt crossed above macdust,1)}
 set{m, 0}
 
 draw macds on plot n
 draw macdf on plot n
 
 symlist(spy,dust,nugt)
 
 If you review a chart you see on NUGT when (macds) crosses above macdf it can be used as a buy signal and conversely the cross below could be used as a signal to enter DUST.
 
 I am asking how you would code it to give the signal on the cross above and below.
 
 Sorry to be a pain but I just can't seem to make it work.
 Can you help with this please?
 Thank you
 
 
  | 
shillllihs 6,101 posts msg #132867 - Ignore shillllihs modified | 
11/28/2016 10:53:39 PM
  These filters may be the greatest thing I've seen here.
 
 Give the award to Safe, Kevin could get the lifetime achievement award.
 
  | 
pthomas215 1,251 posts msg #132868 - Ignore pthomas215 | 
11/29/2016 12:14:18 AM
  the votes are in. SAFeTrade won the award, making stockfetcher great again. 
 
 I shorted XIV tonight, based upon the MACD crossover that took place on the XIV chart. we'll see. I might be too early on it.
 
  | 
SAFeTRADE 657 posts msg #132871 - Ignore SAFeTRADE | 
11/29/2016 12:33:59 AM
  My attempt to place the MACD plotted on price.  Not exact.  I like having the zero line price.
 
  	    
 
  | 
SAFeTRADE 657 posts msg #132872 - Ignore SAFeTRADE | 
11/29/2016 12:54:31 AM
  Hope this is what you are looking for jackmack.
 
  	    
 
  | 
pthomas215 1,251 posts msg #132877 - Ignore pthomas215 | 
11/29/2016 11:33:47 AM
  safetrade, thanks.
 
  |