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.

  • Welcome Guests

    Welcome. You are currently viewing the forum as a guest which does not give you access to all the great features at Traders Laboratory such as interacting with members, access to all forums, downloading attachments, and eligibility to win free giveaways. Registration is fast, simple and absolutely free. Create a FREE Traders Laboratory account here.

Recommended Posts

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

Share this post


Link to post
Share on other sites
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

 

Hi Jacare,

 

Here we go:

 

if v>100000 then
plot1(0)
else
noplot(1);

 

You'll need to go into the indicator's settings and change the plot type to dots.

 

Hope that helps,

 

BlueHorseshoe

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Similar Content

    • By edakad
      Firebird is an indicator to identify the price spikes in the market. Firebird indicator first calculates a 10-period moving average, then shifts this moving average a certain percentage above and below the 10-period moving average. The shifted averages are drawn on chart as the red and green line. When price touches these lines, price spike is identified. Usually after a price spike, the trend reverses for some time. The indicator can be used to take advantage of this price behaviors. In daily chart usually the 10 period MA is shifted by 2 percent to form the price bands. On lower time frames like Hourly, Four Hour a smaller percentage price shift is used like 0.5% . The important consideration here is most of the price bars must be contained within the upper and lower bands.
      When price reaches above the upper red band, a sell position is opened. When price reaches the lower green band, buy position is opened. Trades can be managed with proper stop loss and take profit. In the picture, Firebird indicator is attached to daily chart of EUR/USD with 2% shift on MA. Note that almost all price bars are within the price bands. And when price extends beyond these bands, price trend reverses and comes back into the bands.

      FireBird.zip
    • By magesvh
      I'm currently using Ninjatrader for my trading. But I have a problem with the Tick Chart and when I use any Indicator. When e.g. the market is very fast or my internet is slow (for a moment), then the value of the candles and indicator is wrong. 
      So I refresh the chart after every finished candle. 
      Does anybody know a software without this problem?
    • By mirko994
      Hello guys,
      Anyone has the code of this indicator?  I am trying to find the logic behind it.
      Trend Magic Indicator FREE
       
      Kind regards,
       
      Mirko

    • By FMIND5
      Hello traders,
      I am interested in order flow trading and I will post some trades and predictions, some articles and ideology of a bit different understanding how price moves and why. May be this forum will be the right place. So, for the start I have  couple of charts of recent trade on oil. Also I did some comparison of two different software. Would be great to meet some traders who use order flow too. Lets see. I have a lots ideas and strategies to share. I don't use any traditional indicators, because just numbers are important for me.
       
       
       


  • Topics

  • Posts

×
×
  • Create New...

Important Information

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