Happy birthday Master! Enjoy the Day!
Newbie trader
Sonic R.evolution 95 replies
The System Behind the System, by Merlin Jeffries 16 replies
Old School Sonic System + Other Things 11 replies
Knife system, Vegas 4h system related questions. 4 replies
Would you trade this system? New system #2. 10 replies
DislikedSilver (May 2013) I think we are seeing bottom in Silver ..We shall look at it again in next month.. Sonic {image}Ignored
DislikedIt will be good if the sonicr trade level indicator can be made to be able to enable one have the option of placing a hidden BE, SL and TP value through it by dragging lines with reference to the EP it automatically obtains.Ignored
DislikedYes, that would be great. Even if the SL must be limited to one and the TP must be limited to one, if the indicator could be as you say, ....to set a single SL and TP that are hidden, and that could be changed via drag and drop (the SL could be moved to become the BE), that would be incredible! Maybe St3ve can do this?Ignored
Disliked{quote} I just finished reading through all those valuable posts on this thread and will now focus on reading the ebook "Master the Markets".But hopefully, I can grab a few hours here and there to implement your requested feature! I may have a first version till the next weekend, but testing and documenting will take its time - so don't expect it to be released the following week. steveIgnored
Dislikedhi tah, I was checking the code for the Sonic R PVA Candles/Volumes and have a comment on the following lines of code: //Rising Volume for (j = i+1; j < (i+PVA_Rising_Period); j++) {av = av + Volume[j];} av = av / PVA_Rising_Period; I think that the sum of the volume is lacking 1 volume value. If PVA_Rising_Period is 10, the code is only summing 9 Volume[j]. So av is actually not the correct average we are expecting. I think the code should go this way: //Rising Volume for (j = i+1; j <= (i+PVA_Rising_Period); j++) {av = av + Volume[j];} av = av...Ignored
Disliked{quote}Sonic, PVSRA is showing higher activity at highs, especially on spikes up thru whole number (= bears), and now with prices generally declining (= bears running price for profits). Another outcome is possible, a break down thru previous lows. PVSRA on multiple TFs shows consistency; most activity follows repumps of prices. And the same is true of gold. So, here is my next conspiracy theory, which I've previously aluded to (Precious Metals to Lose Luster? http://www.forexfactory.com/showthre...61#post6600961). Precious...Ignored