- Search Crypto Craft
-
thatwasme replied Mar 22, 2009I have RSX for MT4 if the settings are posted, and a visual example, I am sure I can do it. I will be gone the rest of the day, but would look at it this evening.
Trade Using VSA (Volume Spread Analysis)
-
thatwasme replied Mar 22, 2009As you wish, I will comply, however, I see no value in it. give me 5 minutes EDIT.... Here it is.
Trade Using VSA (Volume Spread Analysis)
-
thatwasme replied Mar 22, 2009Just so I understand what you are asking; When price closes above the open paint the volume bar green? When price closes below the open paint the volume bar red? when price closes at the open pant the volume bar yellow? This is not how malcomb's ...
Trade Using VSA (Volume Spread Analysis)
-
thatwasme replied Mar 22, 2009I went back and looked closely at the code and there is one occurance if volume is not greater than value3 and also less than the starting value of value3 the code can give the white bar instead of the red bar. I isolated that logic and re-wrote it ...
Trade Using VSA (Volume Spread Analysis)
-
thatwasme replied Mar 21, 2009IBFX Live 1Hour standard account. I'll take a closer look tomorrow on it, but mine is charting correctly
Trade Using VSA (Volume Spread Analysis)
-
thatwasme replied Mar 21, 2009It is correct on my chart. I cannot say what the problem is from your broker. The code is a direct port over.
Trade Using VSA (Volume Spread Analysis)
-
thatwasme replied Mar 21, 2009Hmm. Sounds like you should stick with your NT instead of fxpro mt4. Sorry you did not like it.
Trade Using VSA (Volume Spread Analysis)
-
thatwasme replied Mar 21, 2009I don't use esignal, but I know MT4 Amibroker c++ delphi tradstaion Visual basic and a few archaic languages. If you can point me to a esignal manual, I am sure I can port it over for you.
Trade Using VSA (Volume Spread Analysis)
-
thatwasme replied Mar 21, 2009Letting The Other Shoe Drop — Ok so I thought about it and decided that it would be nice if I go the rest of the way and paint the bars to match the volume. So, here is the indicator. It is actually 2 indicators, because MT4 only support 8 ...
Trade Using VSA (Volume Spread Analysis)
-
thatwasme replied Mar 20, 2009A single indicator does not exist for this method. You must read the book or you will have no clue what this is all about.
Trade Using VSA (Volume Spread Analysis)
-
thatwasme replied Mar 20, 2009Hi, I read through all the stuff on the site and through his Tradestation code and watched both videos. It was all very interesting, so I decided to convert the Tradestation code to MT4 So here is Better Volume for MT4. To understand how to use it, ...
Trade Using VSA (Volume Spread Analysis)
-
thatwasme replied Mar 16, 2009Sure, it is in the public domain any time I post a source code. If you look, you will see I do not put any copyright on my source code I post publicly. On a quick side note, Tim Ord did not get back to me on giving me written permission to post my ...
Trade Using VSA (Volume Spread Analysis)
-
thatwasme replied Mar 16, 2009Probably the reason IBFX is so close is because on the phone they also told me their volume is also the aggregation of all their bank feeds. Both FXCM and IBFX are STPs not dealer direct. So their's is also NOT Broker volume
Trade Using VSA (Volume Spread Analysis)
-
thatwasme replied Mar 16, 2009Some one should post FXCM. I spoke with them on the phone and they told me their Volume is created by the aggregation of all of the bank feeds, NOT internal Broker transactions.
Trade Using VSA (Volume Spread Analysis)
-
thatwasme replied Mar 16, 2009Oh Ok I see. Just use the Tab button for each logical indent. BTW I haven't looked at your code so I do not know yet what the problem is and do not wish to intrude on Zen_Leow or Magnumfreak.
First EA Version1 Near Completion- Need Help
-
thatwasme replied Mar 16, 2009This is effectively what you are coding and is far easier to read. if ((line1trades<1) && (StochSellLine>=StochBuyLine && StochSellLine>=88) && ( (Open[0] < S_Line1 && Close[0] >= S_Line1)||(Open[0] > S_Line1 && Close[0] <= S_Line1))) { tp = 0; ...
First EA Version1 Near Completion- Need Help
-
thatwasme replied Mar 16, 2009Also, why all the braces? if ((line1trades<1) && (StochSellLine>=StochBuyLine && StochSellLine>=88) && ( (Open[0] < S_Line1 && Close[0] >= S_Line1)||(Open[0] > S_Line1 && Close[0] <= S_Line1))) { tp = 0; LotSize= 0; LotSize = LotSize(); rand = ...
First EA Version1 Near Completion- Need Help
-
thatwasme replied Mar 16, 2009Hi, I did not look at all of your code, but I saw you have an If (....) and then you have else, in your order modify commands. Did you know that in the case of a if and else, when the if statement is false, the else statement is executed. So if ( ...
First EA Version1 Near Completion- Need Help
-
thatwasme replied Mar 15, 2009I can make a repainting Indicator for this if you want and build an EA from it that always trades in hindsight.

AMAZING Strategy!!!