NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 24 of 24
Search: Posts Made By: marcovth
Forum: Trading Reviews and Vendors September 20th, 2013, 09:55 AM
Replies: 119
Views: 75,063
Posted By marcovth
Just a quick brain storm ... Did some one...

Just a quick brain storm ...

Did some one try to split the volume into cumulative delta bars where the price moved in the expected direction vs cumulative delta bars where the price did not move...
Forum: Trading Reviews and Vendors September 20th, 2013, 09:00 AM
Replies: 119
Views: 75,063
Posted By marcovth
You are talking about the zones? If my...

You are talking about the zones?

If my method is the same, then there is surprising little to it.

Take a look at the top of bar 10:19h.

Ask=1204, previous Bid=477, ratio=1204/477=2.52...
Forum: Trading Reviews and Vendors September 19th, 2013, 12:49 PM
Replies: 119
Views: 75,063
Posted By marcovth
Hello ... I have been watching a number of...

Hello ...

I have been watching a number of DB's video, and I figured I could try to program some of the information he presented into Sierracharts.

He are some screenshots of what I came up...
Forum: Sierra Chart August 11th, 2011, 10:34 AM
Replies: 5
Views: 8,481
Posted By marcovth
Thanks for your effort. I am a long time...

Thanks for your effort.

I am a long time thinkscripter with also some experience coding in TS&MC Easylanguage.
This is a good opportunity for me to dive into coding for Sierra charts as well.
...
Forum: Sierra Chart August 3rd, 2011, 08:28 PM
Replies: 5
Views: 8,481
Posted By marcovth
sierra charts accumulated zigzag volume

The following webinar explains the "Weis Wave".
Next Webinar | Trading Psychology Edge (http://www.tradingpsychologyedge.com/weiswave/)

It basically shows the accumulating volume on a zigzag...
Forum: ThinkOrSwim December 10th, 2010, 01:13 PM
Replies: 434
Views: 309,725
Posted By marcovth
Hello ... I think I found a nice way to...

Hello ...

I think I found a nice way to normalize OFF-Market (nightly) volume bars. In other words, to bring the tiny nightly volume bars within the same range as the Market (day time) volume...
Forum: ThinkOrSwim November 27th, 2010, 07:40 PM
Replies: 434
Views: 309,725
Posted By marcovth
The number of NYSE stocks that have risen in...

The number of NYSE stocks that have risen in price compared to their close on the previous trading day are called "Advancing Issues". The number of NYSE stocks that have fallen in price compared to...
Forum: ThinkOrSwim November 26th, 2010, 07:10 PM
Replies: 434
Views: 309,725
Posted By marcovth
VSA7 lower (on_volume) study. This is a separate...

VSA7 lower (on_volume) study. This is a separate study from the one above !

If you select a volume average type in the upper study, you should also select the same volume average type in the...
Forum: ThinkOrSwim November 26th, 2010, 07:05 PM
Replies: 434
Views: 309,725
Posted By marcovth
VSA7 UPPER part 2 (copy+paste this below the...

VSA7 UPPER part 2 (copy+paste this below the code of the first part)

rec bycond1 = (strengthInDownTrend OR strengthInDownTrend1);

# bycond
def isStrengthConfirmationBar = (isUpBar[0] &&...
Forum: ThinkOrSwim November 26th, 2010, 07:04 PM
Replies: 434
Views: 309,725
Posted By marcovth
I have implemented the EMA, Day/Night, and Hourly...

I have implemented the EMA, Day/Night, and Hourly averages in the VSA7 script.

However, I have troubles sharing it. There are too many chars for this forum.
"The text that you have entered is too...
Forum: ThinkOrSwim November 26th, 2010, 03:19 PM
Replies: 434
Views: 309,725
Posted By marcovth
I don't understand what the advantage would be of...

I don't understand what the advantage would be of a 30 moving average vs the average of ALL the bars, except for days like yesterday and today where the volume is much lower than average.

In...
Forum: ThinkOrSwim November 26th, 2010, 09:48 AM
Replies: 434
Views: 309,725
Posted By marcovth
I was trying to imitate how they color-code the...

I was trying to imitate how they color-code the volume in TradeGuider.
http://www.traderstruthrevealed.com/wp-content/uploads/2010/08/TopGlove-30-Aug.jpg

To learn to trade with it, I would say...
Forum: ThinkOrSwim November 25th, 2010, 10:29 AM
Replies: 434
Views: 309,725
Posted By marcovth
How is volume separated into ultra-low to...

How is volume separated into ultra-low to ultra-high levels?

Would you use the 30 moving average as the Fibonacci 50% level, and use other Fibonacci levels to categorize the volume from ultra-low...
Forum: ThinkOrSwim November 22nd, 2010, 09:36 AM
Replies: 434
Views: 309,725
Posted By marcovth
For those of you who are members of...

For those of you who are members of Thinkscripter, there is a very educative discussion about how to trade with Bettervolume, VSA and TPOs here ... Login | ThinkScripter...
Forum: ThinkOrSwim November 15th, 2010, 05:22 PM
Replies: 434
Views: 309,725
Posted By marcovth
FreeStockCharts.com - Web's Best Streaming...

FreeStockCharts.com - Web's Best Streaming Realtime Stock Charts - Free (http://www.freestockcharts.com) works perfectly fine when TOS fails. :sarcastic:
Forum: ThinkOrSwim November 14th, 2010, 07:59 AM
Replies: 434
Views: 309,725
Posted By marcovth
Quick thought ... I understand that the...

Quick thought ...

I understand that the volume comparisons are made based on averaged volume over, say, 30 bars.

Would it make sense to (also) base the volume comparisons over de average volume...
Forum: ThinkOrSwim November 5th, 2010, 01:03 PM
Replies: 434
Views: 309,725
Posted By marcovth
Not sure what to make of this yet, because I have...

Not sure what to make of this yet, because I have never seen this kind of display ...



# M_PriceSpikes_With_VolumePressure

declare lower;


rec stdDevPrice = stdev(close, 21);
Forum: ThinkOrSwim November 5th, 2010, 12:19 PM
Replies: 434
Views: 309,725
Posted By marcovth
Hopefully my code is correct ... #...

Hopefully my code is correct ...



# M_PriceSpikes

declare lower;
rec stdDev = stdev(close, 21);
plot spike=(close-close[1])/stdDev[1];
Forum: ThinkOrSwim November 5th, 2010, 09:48 AM
Replies: 434
Views: 309,725
Posted By marcovth
Here are the details on how to calculate price...

Here are the details on how to calculate price volatility stdev sprike values,
(20 bar window) ...
http://vanhethoog.com/vsa/spikeCalculation.jpg


Here is how you calculate the 0.0120 StdDev...
Forum: ThinkOrSwim November 5th, 2010, 06:35 AM
Replies: 434
Views: 309,725
Posted By marcovth
The book "Volatility Edge in Options Trading"...

The book "Volatility Edge in Options Trading" chapter three contains a worked out example on how to calculate volatility spikes with, say, the last 30 bars.

The Volatility Edge in Options ... -...
Forum: ThinkOrSwim November 4th, 2010, 09:02 PM
Replies: 434
Views: 309,725
Posted By marcovth
Did some one attempt to make a VSA version for...

Did some one attempt to make a VSA version for Tradestation / Multicharts ?

If not, I will try. It would be good project for me to learn to fine details of VSA.

I am using all the "Better"...
Forum: ThinkOrSwim November 4th, 2010, 10:04 AM
Replies: 434
Views: 309,725
Posted By marcovth
I am using the VSA signals in combination with...

I am using the VSA signals in combination with Sine wave cycles.

Sine Wave Cycles | ThinkScripter (http://www.thinkscripter.com/indicator/sine-wave-cycles/)

I use two Sine wave cycle studies:...
Forum: EasyLanguage Programming October 19th, 2010, 01:37 PM
Replies: 2
Views: 6,380
Posted By marcovth
Delta divergence indicator ...

Hello ...

I am new to coding and I am trying to code a delta divergence indicator for
MultiCharts similar to this one ... YouTube - Delta Divergence Indicator...
Forum: TradeStation July 16th, 2010, 01:13 PM
Replies: 9
Views: 14,738
Posted By marcovth
TS/MC: VWAP with standard deviation indicator.

Hello ...

I am looking for a TS/MultiCharts VWAP indicator with standard deviation bands as shown in this MarketDelta video.
Created by Camtasia Studio 6...
Showing results 1 to 24 of 24

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top