- Search Crypto Craft
-
mladen replied Dec 5, 2017You are probably using wrong password. The password is "free_at_ff" image
#Signal Bars v10a
-
mladen replied Dec 5, 2017Replace the data in the WriteDataRow() with the data you wish to be exported
Exporting indicators data in excel
-
mladen replied Dec 5, 2017Let me guess : you installed it in "program files" folder? Install your metatrader somewhere else (use partition different from C if you have it as a best solution) and add "/portable" switch to the shortcut command line (in which case you shall ...
Need help with adding .mq4 and .ex4 files to MT4.
-
mladen replied Dec 4, 2017Go to file->open data folder and copy all your ex4 or mq4 files to appropriate sub-folder of MQL4 folder
Need help with adding .mq4 and .ex4 files to MT4.
-
mladen replied Nov 28, 2017We are going to have to agree that we don't agree on this one
All the bestI will code your EAs and Indicators for no charge
-
mladen replied Nov 28, 2017Why?
I agree that limits that the usage of "input" has, has its merits, but unless a coder is a dumbarse, I think that limitations like that should not be imposed. After all, why do we have "const" if metatrader thinks that we are not able ...I will code your EAs and Indicators for no charge
-
mladen replied Nov 28, 2017You can not have more than 1 time frame per tab unless you use mult time frame indicator, but that will not be able to produce usable price carts from other time frames You can simulate it (using something like this : url ) but that is just that " ...
I will code your EAs and Indicators for no charge
-
mladen replied Nov 28, 2017Here is the multi time frame version (and some other upgrades) image
Experiments - while waiting for an order to get closed
-
mladen replied Nov 27, 2017Change line 21 from this : int MagicNumber=143012791; to this : extern int MagicNumber=143012791;
I will code your EAs and Indicators for no charge
-
mladen replied Nov 26, 2017The calculation is quite simple, actually : - average period values from average period days ago are added up (ie : value 1 day ago + value 2 days ago + value 3 days ago + ...) for the exact time of the bar that it is calculated for and then a ...
I will code your EAs and Indicators for no charge
-
mladen replied Nov 25, 2017That is decompiled code In any case, why don't you use some of the RSX indicators that have all that you are asking for (an much more
)?I will code your EAs and Indicators for no charge
-
mladen replied Nov 25, 2017Those are already compiled files Simply use the "save as" and save them in your metatrader 4 indicators folder
I will code your EAs and Indicators for no charge
-
mladen replied Nov 25, 2017You are still checking only the first closed bar Replace "[1]" with "[i]" in all your code there
I will code your EAs and Indicators for no charge
-
mladen replied Nov 25, 2017As far as I know, no. That is handled by the terminal and we can not change the way it is drawn in that case
Experiments - while waiting for an order to get closed
-
mladen replied Nov 25, 2017Did you try some of the "Marney volume" indicators? Like this (forecast included too
) image I will code your EAs and Indicators for no charge
-
mladen replied Nov 24, 2017You are checking only first closed bar To have historical values displayed too, use the loops found in almost all the indicators that can be found
I will code your EAs and Indicators for no charge
-
mladen replied Nov 23, 2017In this matter there is some blame on me
The names are very similar but the calculation is not talaate : - the one you posted is the "original" composite rsi (ie: a result of one of my fooling around when I invented a new way of ...Experiments - while waiting for an order to get closed