Jump to content
Medved Trader Forums

Dalewoods

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by Dalewoods

  1. is it possible to have the volume by price indicator calculated only for the data in view? Meaning that the profile is recalculated when zooming in or changing the period. This would be a proper substitution for things like footprint chart or volume heatmap.
  2. Please let us know if you consider adding this to the next version
  3. Yes, that's basically it. I personally would probably use it as a non-extended line, to keep track of the period's end and starting point based on the line's lenght. But maybe some "extend line" options would still be helpful when using it on higher timeframes. Also, the option to pick pieces of information that'll be shown in the line's label would be great. I'm thinking of CumulativeVolume, CumulativeDelta, number of trades, vwap level itself (each isolated within the selected period) to be highly useful.
  4. I am not sure if I get this right. As the list of collected historical scan results is extending, the intraday scan can only further process these symbols if.. what happens? Do you mean that the intraday scan will only consider the new symbols (in its check for fulfillment) as of the timestamp of the very next tick since its appeareance in the historical scan?
  5. Let's say I want to run a scan on a historical Daily Chart triggering an Alert if today's Volume is greater than the average volume. Something like this for explanation purpose: Now, let's assume I have a second portfolio which is exactly the same as the first one. For every symbol where the condition from the historical scan is true, I want an Alert if the Symbol trades in the bottom 20% of its day range. (or some other stuff that needs to be done in an intraday scan) I am not looking for some kind of workaround to put this into one scan, but I use this as a plain example to ask for a concrete illustration of how the Inter-Paintbar Communication works. My question is, where and how to implement both the SetInterVar and the GetInterVar functions into the code. I added as //comments into the snippets what I have tried so far, but apparently this is not how to do it. A huge thanks in advance for anyone who devotes his time and skill to helping this medved newbie
  6. Hey guys, can you do a drawing tool for a custom volume weighted average price in intraday charts? Might be an addition to the fibonacci retracements tool. Meaning that it can calculate the mid price from all data between the selected timestamps. That would be extraordinarily awesome!
  7. Hey, how to fix this to run a scan that triggers an alert if the better volume indicator shows either strong churn or strong climax? public void MainCalculation() { if ((BetterVolume_Type.Equals("Strong Churn")) or (BetterVolume_Type.Equals("Strong Climax"))) { TriggerAlert(); } }
×
×
  • Create New...