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.

Jacare

Members
  • Content Count

    4
  • Joined

  • Last visited

Personal Information

  • First Name
    Paulo
  • Last Name
    Hage
  • Country
    Germany

Trading Information

  • Vendor
    No
  1. Hi all, I use Yahoo Finance as quote provider and there are a lot of wrong quotes. For example, a stock that has its price $5, next day price $120 and the next day $5 again. It is like a gap, but with a big %Change. Could someone help me with the code? I try this one, but it doesn't work: Buy = L > ((Ref(C, -1)*2); Sell = H < ((Ref(C, -1)*2); Filter = (Buy OR Sell) AddTextColumn( FullName(), "Name",100, colorDefault,colorDefault,300); AddTextColumn( WriteIf( Buy, "Buy", "Sell" ), "Signal", 50, colorDefault,colorDefault, 50 ); SetSortColumns( 4,-5) ; I would appreciate any kind of help. Thanks, Jaca
  2. Hi BlueHorseshoe, it worked great. How can I have a volume average from the last 5 days great than 100.000? If I am checking a weekly chart, I want to see plotted only when the volume avarege from the last 5 days is bigger than 100.000. Really really thanks for the help. I tried but I have no idea about programming. Cheers, Jacare
  3. Hi experts, I need a help with an indicator for TradeStation: I am looking for a volume indicator that will plot a point only when the volume is greater than 100.000. When the volume is less than 100.000 nothing will be plotted. For example: A daily volume from a stock is: 150.000, 80.000, 75.000, 60.000, 250.000, 300.000, 120.000, 70.000, 99.999, 220.000 The Indicator should be: • ••• • Who can help me? Has someone a better idea? Thanks for the support, Jacare
  4. Hi experts, I need a help with an indicator for TradeStation: I am looking for a volume indicator that will plot a point only when the volume is greater than 100.000. When the volume is less than 100.000 nothing will be plotted. For example: A daily volume from a stock is: 150.000, 80.000, 75.000, 60.000, 250.000, 300.000, 120.000, 70.000, 99.999, 220.000 The Indicator should be: • ••• • Who can help me? Has someone a better idea? Thanks for the support, Jacare
×
×
  • Create New...

Important Information

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