- Search Crypto Craft
-
mladen replied Mar 5, 2017Check this (that is from William Blau, the inventor of SMI)
Input parameters for "Stochastic Momentum Index" indicator?
-
mladen replied Mar 4, 2017Perhaps I should have told that they should be the same The issue is simple : when mt4 code is converted keeping in mind mt4 instead of forgetting about it and making a "clean" mt5 version, then issues like that happen. Not a good practice to do ...
Are they the same indicators? SMI in mql4 and mql5
-
mladen replied Mar 4, 2017if (value2>0) then MainBuffer[i]=value1/value2 else MainBuffer[i]=0
Are they the same indicators? SMI in mql4 and mql5
-
mladen replied Mar 3, 2017What are "pips of every step"? Maybe you are searching using wrong definition
Candle Range in Pips modification help
-
mladen replied Mar 2, 2017Those are not indicators. Those are scripts With scripts you : drop them to chart they do what they are designed to do when they are dropped on chart and then they are closed (they are not attached to the chart any more)
I will code your EAs and Indicators for no charge
-
mladen replied Mar 1, 2017There are much newer versions of rsioma that have multi time framing enabled already. That is a very old version
want some help to modify indicator/ea
-
mladen replied Mar 1, 2017Since Easy Language is suitable for experimenting, posting this first (tradestation version of course) : Hull filtered rsx that uses floating levels for OB/OS estimation. Hull average used is the hull variation that allows usage of "divisor" : ...
Experiments - while waiting for an order to get closed
-
mladen replied Feb 28, 2017Well, on this we shall have to agree that we disagree
, but in any case thanks for posting that at this threadExperiments - while waiting for an order to get closed
-
mladen replied Feb 28, 2017No need to use decompiled code when there is a regular version already having all that (usual set of alerts) and much more
image I will code your EAs and Indicators for no charge
-
mladen replied Feb 28, 2017Thank you for the contribution ... I know about that way (even I made some versions using the "real time frame approach" a couple of years ago
), but if you compare it to the "ordinary" step like mtf mode, you shall see that the result is very ...Experiments - while waiting for an order to get closed
-
mladen replied Feb 27, 2017Now you lost me Why not asking here? And that eld file posted at the post is even an open format (not a protected) eld - that can be opened and seen what the code goes like
Experiments - while waiting for an order to get closed
-
mladen replied Feb 27, 2017"eld" comes from Easy Language Document file - as I told : that is tradestation version, and tradestation uses easy language for coding purpose ________________________________________ As of repainting : it does not repaint. The same as similar ...
Experiments - while waiting for an order to get closed
-
mladen replied Feb 27, 2017One more experiment - this is a stochastic that is using cci instead of using price (tradestation version) image
Experiments - while waiting for an order to get closed
-
mladen replied Feb 26, 2017And one for metatrader 4 too
_____________________________ Recursive smoothed stochastic - metatrader 4 version ... It is similar to double smoothed stochastic except that this version allows smoothing depths of up to 15 image Experiments - while waiting for an order to get closed
-
mladen replied Feb 26, 2017This is as experiment as it gets. The indicator from previous post is taken and now you can combine any of the 4 averages types to construct "dma" of it. Some are good (example is 25 period sma with lwma "dma") image PS: is "DMA" option is set to ...
Experiments - while waiting for an order to get closed
-
mladen replied Feb 26, 2017Just one little indicator. Here is a "DMA" indicator that calculates "DMA" (the same thing as dema but this one can be applied to sma, ema, smma and lwma instead of just ema) - the idea that is found in the paper image It is also showing that if ...
Experiments - while waiting for an order to get closed
-
Experiments - while waiting for an order to get closed
Started Feb 26, 2017|Platform Tech|839 replies
A sort of an experiment, but using tradestation this time ... It uses nonlag ma (with an ...
-
mladen replied Feb 24, 2017Download it from here url (it checks your IP, unless you enable it from there for your IP, it will not work, even though it is free)
Something Interesting You Can Post Here
-
mladen replied Feb 23, 2017Tradestation version of Schaff trend cycle - adjustable smoothing (so that it can be compared now to both mt4 and mt5) image
Something Interesting You Can Post Here