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.

stocknemesis

Members
  • Content Count

    5
  • Joined

  • Last visited

Personal Information

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

Trading Information

  • Vendor
    No
  1. I'm using OEC Trader I want the alert price to display on the bar in the chart instead of a pop up. Thanks Here is the script Value1 = BollingerBand (Close,10,2); Value2 = BollingerBand (Close,10,-2); Plot1 (Value1, "UpperBB"); Plot2 (Value2, "LowerBB"); If Value1 >= plot1 then Alert; If Value2 <= plot2 then Alert;
  2. I'm using OEC Trader I want the alert price to display on the bar in the chart instead of a pop up. Thanks Here is the script Value1 = BollingerBand (Close,10,2); Value2 = BollingerBand (Close,10,-2); Plot1 (Value1, "UpperBB"); Plot2 (Value2, "LowerBB"); If Value1 >= plot1 then Alert; If Value2 <= plot2 then Alert;
  3. I'm using OEC Trader I want the alert price to display on the bar in the chart instead of a pop up. Thanks Here is the script Value1 = BollingerBand (Close,10,2); Value2 = BollingerBand (Close,10,-2); Plot1 (Value1, "UpperBB"); Plot2 (Value2, "LowerBB"); If Value1 >= plot1 then Alert; If Value2 <= plot2 then Alert;
  4. Which one do you find best to trade with 5min, 10 min or 1hr chart? StockNemesis
  5. Can you show me example chart for the emini S&P? Thanks
×
×
  • Create New...

Important Information

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