- Search Crypto Craft
-
mladen replied Feb 8, 2022As the name of the thread suggests : one more experiment RSI in different form : decomposed form. It might be a bit easier to follow the possible RSI signals this way - see the example and how this indicator compares to RSI (and it is RSI
) ...Experiments - while waiting for an order to get closed
-
mladen replied Feb 2, 2022Unfortunately that is not the only issue For gods sake, they are flooding code base with crap like the attached "indicator" (that creates one rectangle which is of no use at all, and after that it does nothing - absolutely nothing, and a load of ...
Experiments - while waiting for an order to get closed
-
mladen replied Feb 2, 2022Lately some people are having issues with ex5 files They get an "error" message that "this version is obsolete, recompile it" That "error" has nothing to do with the coder and has all to do with nonsense metaquotes is doing. Just one example : ...
Experiments - while waiting for an order to get closed
-
mladen replied Jan 31, 2022Add this : Comment(OrdersTotal()); to any indicator code you have
Indicator open order
-
mladen replied Jan 22, 2022That is not ema based cci The values of the 2 can not be the same as on your example, they have to have different values : image So, even though they are similar (but just similar), they are not and can not be the same
Experiments - while waiting for an order to get closed
-
mladen replied Jan 21, 2022If you check the example pictures you shall see that the two have almost nothing in common PS: I am glad to see one more site that uses my indicators (among others) for their code base. Seems that wherever i turn, I find those
Experiments - while waiting for an order to get closed
-
mladen replied Jan 18, 2022Metrader 4 version of the elegant oscillator
Experiments - while waiting for an order to get closed
-
mladen replied Jan 14, 2022Even though I share your opinion, I think that it is always the best to have a possibility to test it That way we can say (without guessing) if it is usable or not - and that is the primary motive why I am posting the stuff he publishes in TASC. It ...
Experiments - while waiting for an order to get closed
-
mladen replied Jan 14, 2022In his article in February 2022 issue of TASC, “An Elegant Oscillator: Inverse Fisher Transform Redux,” author John Ehlers explains how he uses the inverse Fisher transform to create an indicator he calls the elegant oscillator. This is the ...
Experiments - while waiting for an order to get closed
-
mladen replied Jan 12, 2022Just one more example to the upper case (removed the zones colors in order to make it clearer to see the actual levels) This is what the sliding deviation calculation is doing to the whole thing, and it does, at least that is my opinion, quite a ...
Experiments - while waiting for an order to get closed
-
mladen replied Jan 12, 2022I do not think that fixed zones for vwap are following the rules of the vwap itself Rather it has to be calculated like this : image
Experiments - while waiting for an order to get closed
-
mladen replied Jan 12, 2022In the spirit of the thread name : Original vwap is calculated as a sort of sliding simple moving average of volume weighted price This variation is instead using sliding ema for that. See the comparison of the 2 : read is the original, blue is this ...
Experiments - while waiting for an order to get closed
-
mladen replied Jan 7, 2022Real volume mode shall display only if your broker does have real volumes (check it in the data window - like the example ) : image You have to find a broker that does have real volumes in order to get results for that option
Experiments - while waiting for an order to get closed
-
mladen replied Jan 7, 2022Reason to post this is simple : saw some vwap (Volume-Weighted Average Price) indicators that are, execution wise, horribly slow This version is not (slow) and is as simple to use as it gets (3 parameters, 1 buffer) and also can calculate any time ...
Experiments - while waiting for an order to get closed
-
mladen replied Jan 1, 2022In the Bollinger bands common usage people apply the (most commonly) used bands deviation 2 without being aware why that deviation is used. Based on statistics, if we use deviation 2, then 95.4% of the PRICE must lie between the two bands. And that ...
Experiments - while waiting for an order to get closed
-
mladen replied Dec 30, 2021Guys, Decompile as much as you want ... even though new builds are reasonably decompilation proof If you think you are going to learn something from decompiled code, you are dead wrong (you shall have to know very much before you can recognize what ...
Unlocking EA source code
-
mladen replied Dec 29, 2021Why don't you ask CJA? As far as I see it was him who made the original : url
Experiments - while waiting for an order to get closed
-
mladen replied Dec 21, 2021One more experiment : SMA with NET (Noise Elimination Technology) Slope and color change do not need to be the same (color change is determined using NET - not slope). Do some experimenting with parameters before using it for decision making image
Experiments - while waiting for an order to get closed
-
mladen replied Dec 20, 2021Change line 35 from this : #define _dts(_arg) TimeToString(_arg,TIME_DATE|TIME_MINUTES) To this #define _dts(_arg) TimeToString(_arg,TIME_DATE|TIME_MINUTES|TIME_SECONDS)
Export account history mt4 with comment to excel
-
mladen replied Dec 17, 2021In his article in January 2022 issue of TASC, “(Yet Another) Improved RSI,” John Ehlers explains how he enhances the RSI by taking advantage of Hann windowing. The RSIH indicator provides a smoother calculation than the classic RSI and has a zero ...
Experiments - while waiting for an order to get closed