- Search Crypto Craft
-
mladen replied Oct 14, 2017Was not aware of that mq4 version, but, as I assumed, it had to use close to "reconstruct" up and down ticks. But I also must give credit to thatwasme since it seems that his work was the basis for all later "vsa" indicators
Experiments - while waiting for an order to get closed
-
mladen replied Oct 14, 2017To close the mt (4 or 5, does not matter which one, the code is the same) simply use TerminalClose(0); Closing all opened orders is not too much more work either
I will code your EAs and Indicators for no charge
-
mladen replied Oct 14, 2017Was testing "half trend" indicator, and it seems that most of the versions that are out there, even though they claim the opposite, can repaint Since that is not a bad indicator, here is a version that really can not repaint image Usual set of ...
Experiments - while waiting for an order to get closed
-
mladen replied Oct 13, 2017This is how MT5 version looks like (as you can see they look exactly the same since from day one I have coded it to be mt4 and mt5 compatible - that is the same source code with a few #defines added for cases when the compatibility had to be ...
Yet another news reader...
-
mladen replied Oct 13, 2017You should add /portable switch to your command starting the terminal.exe Then you shall have all the files in the way it used to be in the old days
(ie : the folder where you installed the metatrader->MQL4 folder and then all the usual, instead ...How do you install indicators in MT4 iOS, High Sierra?
-
mladen replied Oct 12, 2017Go to file->open data folder in the terminal menu and you shall find it there
How do you install indicators in MT4 iOS, High Sierra?
-
mladen replied Oct 11, 2017They are not disabling them But what has been done with build 1090 is far from anything normal. Not that new builds of mt5 are any better regarding "improvements" (some of the bugs in newest builds of mt5 are plain ridiculous). We can scratch the ...
Does Metaquotes purposely disable old EAs/indis ?
-
mladen replied Oct 11, 2017Unfortunately yes, you have to do that Though it might be easier if you do the from the list of indicators (you can avoid the right click part then)
show/hide indicators
-
mladen replied Oct 11, 2017Delete line 67 of the code or change it from this : if(lot<0.1) lot=0.1; to this : if(lot<0.01) lot=0.01;
I will code your EAs and Indicators for no charge
-
mladen replied Oct 11, 2017First parameter : Lots. Use that for your custom lot size
I will code your EAs and Indicators for no charge
-
mladen replied Oct 11, 2017Right click on the indicator->properties->visualization Uncheck the charts time frame, or select the time frame (or all time frames) - to make it reappear again
show/hide indicators
-
mladen replied Oct 10, 2017Here you go image PS: you are aware that there are newer versions of that indicator (that are superior to it in many ways)?
I will code your EAs and Indicators for no charge
-
mladen replied Oct 10, 2017The usual mt4 build 1090 issue ;( As a quick fix, add this at the top of init() function : for (int i=0; i<indicator_buffers; i++) SetIndexStyle(i,DRAW_LINE); That fix can be applied to any indicator that behaves that way in build 1090
I will code your EAs and Indicators for no charge
-
mladen replied Oct 10, 2017It has been reported that the indicator freezes terminal when used in a template That is fixed now - new version at post #1 _____________________________ That is all for today guys

Yet another news reader...
-
mladen replied Oct 10, 2017Done that too - first post updated (you are right - for the sake of simplicity only one version shall be kept) The ones that did not have that issue do not need to download anything - the newer version just addresses one special case and solves it. ...
Yet another news reader...
-
mladen replied Oct 10, 2017Since you helped me testing this, using your post too for that .... _____________________ For those that maybe have some issues with the buttons of news reader - this version solves that. You need it only in cases when the regular version from post ...
Yet another news reader...
-
mladen replied Oct 10, 2017Nicholishen Since webrequest can work only from scripts or eas, that would mean changing this from indicator to a script or to an EA Since that would also mean imposing a lot of restrictions to how users are organizing their charts and trading (one ...
Yet another news reader...
-
mladen replied Oct 10, 2017Yes I know that indicator too (the first versions(s) were made by me too
) Those buttons from the two indicators are exactly the same type - you can check them in the objects list and you shall see them when you press the "list all" option. ...Yet another news reader...