Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

gregcgc01

Members
  • Content Count

    2
  • Joined

  • Last visited

Personal Information

  • First Name
    TradersLaboratory.com
  • Last Name
    User
  • Country
    United States

Trading Information

  • Vendor
    No
  • Favorite Markets
    cryp
  1. Many thanks, this is currently my favorite oscillator, turned it into a scanner by adding the below code: Value54=(UlcerIndex(RelativeStrength,40)/40-1); Plot88 (Value54,"ulcer"); If useradar = True then { if GetAppInfo( aiRealTimeCalc ) = 1 and OneAlert( Value15>.99 or Value15<-.99 ) then RunCommand( ".NC" ) ; RunCommand( Symbol ) ; } If usescreenerR Then begin {If value14[4]< -.95 and RelativeStrength <-.75 and RelativeStrength >-.95 and Value54< 0 then} If value14[4]< -.55 and RelativeStrength[4] <-.55 and RelativeStrength >-.65 and Value54< 0 then FileAppend(fname, Numtostr(date,0)+ ","+Numtostr(time,0)+ ", Xcap value14[4]< 5 and RelativeStrength <25 and RelativeStrength >5 ," +symbol + "," + Numtostr(Value14*100,0)+ "," + Numtostr(RelativeStrength*100,0) + "," + Numtostr(Value54,2) +newline); If value14[4]>.55 and RelativeStrength[4] >.55 and RelativeStrength <.65 and Value54< 0 then FileAppend(fname, Numtostr(date,0)+ ","+Numtostr(time,0)+ ", Xcap value14[4]> 95 and RelativeStrength <75 and RelativeStrength <95 ," +symbol + "," + Numtostr(Value14*100,0)+ "," + Numtostr(RelativeStrength*100,0) + "," + Numtostr(Value54,2) +newline); END; Also using suri.CharShow.slideshow to cycle symbols. I'm scanning on 180 min.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.