Jump to content

Flash_Trader

Members
  • Posts

    82
  • Joined

  • Last visited

Posts posted by Flash_Trader

  1. Here is what the bases of what makes a signal for DPX:

    Panel 2-DPXDivergence-DerivativeOscillator Default settings 14,5 3,9

    this.average1 = this.EMA((IDataSeries) this.EMA((IDataSeries) this.RSI(this.get_Input(), 14, 3), 5), 3);

    this.average2 = this.SMA((IDataSeries) this.average1, 9);

     

    Vertical colored Lines=DPXWaves: Use a 8 EMA's as a check if rising, then checks slope of 34 EMAslope. No check of a negative slope, which is strange. No XO check

     

    Lime- EMA 34 with slope >60, this happens for the rest of the background coloring

    Green-34 Slope < 30

    Red-34 Slope < -60

    Maroon-34 Slope > -30

     

    DPXSniper=HA of SMA10

     

    DPXMoneyLine-White Line, using and MA 20 Period, with 3 poles Seems that a Butterworth MA uses Poles Butterworth is close, but Not right, using 20, 2 is better

    The Butterworth is slightly off I didn't look real hard to see where they were referencing the code from, but its very close.

     

    DPXAlgo-Uses Ultimate Oscillator 7,14,28

    Green Arrow Up: 60.0, 1

    Red Arrow Down: 40.0, 1

    Lime Diamond: 20.0, 1

    Red Diamond: 80.0, 1

     

    Price bar coloring: The DPXDoji-is a Heiken Ashi indicator based on a 10SMA to color the price bars

  2. Actually TraderBeauty, I do find it funny that Vit has been on this site for about 6 years, and trying all the junk that has been on here...which really is what this forum been designed for. Yet, when he's he found something that works he says go buy it. That is admirable, but we all have been burned by sharks and I think a lot of us are in the show me point of trading. If it works, and you are using it, could you just be so kind to help lead us to the water hole, so we can drink with you, Vit? it that asking too much?

    Just show your setup and how it works for you, and how we can use it. Saying it works but go buy it, it not how Vit has been treated here for the last 6 years. Its seems contrary to how you, Vit has been treat by others. Could you show some common courtesy? Hopefully I am not asking a lot?

  3. Tnx for the DL, I couldnt get mine to work. Indicators showed but would not work, nothing showed up. Anybody else have that prob.-Tnx

     

    Looks like the issue is all mine. It was a duplicate names error. Not sure which indicator is causing it. If anyone is using these could you upload a pic to set that the indicators that the set contains.

     

    Problem solved indicators 64 bit only, I was using 32

  4. Thanks to the educators of this. Looks like this indicator setup is fully based on MACD. 6.7.9-are the settings for the color bar

    Arrows-MACD crossover of MACD Avg. line using about 12.26.9 setting.

    Histogram-use a Awesome Oscillator 12.26.9, since it changes on the histogram slope

    The fast line is 6,7,9 MACD Line

  5. Does anyone have any docs on how to use this system.

    Seems to be a few indicators in 1 for the histogram, doesn't fit a CCI only, may have a RSI in the code as well.

    Just how to use it would be great before investing too much time into it. Thanks-Flash

×
×
  • Create New...