- Search Crypto Craft
- 2,748 Results (25 Threads, 2,723 Replies)
-
SwingMan replied Feb 22, 2010You can try to use this indicator, who the Yellow histograms indicate pin bars. The Blue and Magenta histograms indicate hook bars (O/C in the third of the bar range) .
Bill Williams Profitunity Chaos Trading
-
SwingMan replied Feb 20, 2010Here the indicators with text shifting. You can change the parameter "Text_Shift = 50", but I have found that for values above 60 the prices are displayed incorrectly or not at all. .
PAMA GannGrid System
-
SwingMan replied Feb 19, 2010You can test Ronald Raygun or Keramikus EAs here: url @simplecoders Just a question: - we have buy on level 5, - we have sell on level 4, do not set buy orders on level5 - we have sell on level 3. In this case is allowed to set a buy order on ...
Pending order Grid system
-
SwingMan replied Feb 19, 2010In your .pdf scenario you have: - buy level 5, sell level 4. OK, the loss is -20 pips. You can extend your scenario analysis, and if I'm right, you can have further: Scenario A. Price at level 3 = sell. If the price go back to level 5, you have 0 - ...
Pending order Grid system
-
SwingMan replied Feb 18, 2010Please don't forget that for visual backtestings you must use the version2 of the "fourth" indicator! In priciple we don't need indicators... I try to follow the trend-signals from the PAMA indicator, combined with the 25% lines. If after fractal ...
Nanningbob 4H trading system
-
SwingMan replied Feb 18, 2010Here the version with zero line, and a new version with two colors. .
Steve Hopwood's Boris Schlossberg-inspired trading robots
-
SwingMan replied Feb 18, 2010Me too! I post a new version for you in the next days.
PAMA GannGrid System
-
SwingMan replied Feb 17, 2010A little studie about the 25% lines: In chart 1 we have the two horizontal lines drawn with the "NB Fourths" indicator. Just a technical remark: the autor use the internal functions "WindowPriceMax(0)" and "WindowPriceMin(0)". This functions returns ...
Nanningbob 4H trading system
-
SwingMan replied Feb 17, 2010Please reload from my last post the NB Meter_Signals file. Now gives the option to filter the prices above or below the 25% lines. The condition is not strong, that means that the program check if the High is above the upper line, or the Low is ...
Nanningbob 4H trading system
-
SwingMan replied Feb 17, 2010Here a first version of the meter-indicators. I think that the meter-signal indicator is very usefull for analysis, because at a glance you can see all the last signals and analyze them. You can switch the drawing of arrows or vertical lines. Just a ...
Nanningbob 4H trading system
-
SwingMan replied Feb 17, 2010Mates, thank you, my life is saved!

Steve Hopwood's Boris Schlossberg-inspired trading robots
-
SwingMan replied Feb 16, 2010At the time I analyse a similar idea with the 25% distance, and have programmed a little NB-indicator-meter. What I see as little problem are the values for the yellow lines in the main chart, and for the red line in the RWB indicator, because they ...
Nanningbob 4H trading system
-
SwingMan replied Feb 16, 2010Long time ago I stopped to apologize for my english. Most of the work is now doing from the Google Translator, because my kindergarten English is not enough to post. The post #108 was only a sugestion to Steve that Schlossberg use the MACD-true ...
Steve Hopwood's Boris Schlossberg-inspired trading robots
-
SwingMan replied Feb 16, 2010It is just as I had suspected, not the version is the problem, the problem is that you have not read my post #108, and you don't use the "MACD true" indicator what I posted.
Steve Hopwood's Boris Schlossberg-inspired trading robots
-
SwingMan replied Feb 16, 2010Please post a chart with your MACD 15 bars counter. Maybe use you an other MACD version as in the EA, because it gives two.
Steve Hopwood's Boris Schlossberg-inspired trading robots
-
SwingMan replied Feb 16, 2010Hi astral77, are you sure you have posted the right compared versions? - In the old version gives the formula MacdVal = iMACD(NULL, 0, 12, 26, 9, PRICE_CLOSE, MODE_MAIN, 0);and in the changed version must be MacdVal = iMACD(NULL, 0, 12, 26, 9, ...
Steve Hopwood's Boris Schlossberg-inspired trading robots
-
SwingMan replied Feb 16, 2010Is not necessary to test this. But the cause for zero division is the vpoint=0 value. Steve sugested an other solution, but to change vpoint in point in the function is the simplest solution (I think...).
scooby-doo BOJ JPY pairs trading robot
-
SwingMan replied Feb 16, 2010To avoid zero divisions, I sugested you can use the "point" variable instead "vpoint" in the ADR function: //+------------------------------------------------------------------+ //| CalculateDailyRange Average Daily Range | ...
scooby-doo BOJ JPY pairs trading robot
-
SwingMan replied Feb 15, 2010Ah so, OK. What I have seen is that the autor used EMA, and Ehlers LWMA. All others can be OK, but I have also wrote a version and I get other values, but the differencies are not big. Until now I can not found the cause for the differencies, and ...
scooby-doo BOJ JPY pairs trading robot
-
SwingMan replied Feb 15, 2010The calculation as such is OK, because it use the values from the StochasticRSI. Then is checked the cross of the Overbought limit etc. Sure, there is the possibility to check the cross of the StochasticRSI with the trigger and received earlier ...
scooby-doo BOJ JPY pairs trading robot