- Search Crypto Craft
-
BestTraderEv replied Oct 3, 2022Added parameter input SizeLabel. You can set the size there. file extern int SizeLabel = 3 ; if(Show_Labels) { string Obj0002 = linename+"linelbl" ; ObjectDelete(Obj0002); if(ObjectFind(Obj0002) != 0) { ...
I will code your EAs and Indicators for no charge
-
BestTraderEv replied Oct 3, 2022OK, I made a few changes, so this is a better version: image So, now you can select if you want only the Rectangle or Rectangle + Mid Line. You can select if you want the rectangle filled, or empty. You can select the rectangle color. You can ...
I will code your EAs and Indicators for no charge
-
BestTraderEv replied Oct 3, 2022Yes, I wrote about that. Double clicking deletes the box. I was thinking that this fact might be a problem. Yes, I can work on it a bit more.
I will code your EAs and Indicators for no charge
-
BestTraderEv replied Oct 3, 2022I just tried the original that you posted, in MT4 and it also odesn't work properly. The line is not deleted when the rectangle is deleted. For the MT5 version, I suggest you always start plotting the rectangle starting from the right to the left. ...
I will code your EAs and Indicators for no charge
-
BestTraderEv replied Oct 3, 2022New version: 1. Fixed a bug with plotting from other than current candle. 2. Removed some styles limitations. 3. Introduced one more option (Display channel + atr stops). file
ATR Trailing stop loss indicator
-
BestTraderEv replied Oct 2, 2022I remade it a bit. To delete the rectangle and the line you need to double click on one of the corners of the rectangle and wait for ticks to come in. Otherwise, when I use the method on delete, the line is not deleted. file
I will code your EAs and Indicators for no charge
-
BestTraderEv replied Oct 1, 2022Does anyone have a fully working Renko Bars with Wicks for MT5? And, an example code for EA working on Renko Bars in MT5?
I will code your EAs and Indicators for no charge
-
BestTraderEv replied Sep 30, 2022I don't understand the problem. The idea behind this indicator is that you put it on the chart (tf) where you want to plot one of the tools from this list: bool objNameCheck(string name){ if(StringFind(name, "Vertical Line") == 0 || StringFind(name, ...
I will code your EAs and Indicators for no charge
-
BestTraderEv replied Sep 30, 2022I am a practitioner, too, and the bug was not in the code, it was my error. My brain got blurred, somehow, and I missed the fact that the indicator self-refrences by iCustom, so obviously, if I change anything in the extern list, I also need to ...
I will code your EAs and Indicators for no charge
-
BestTraderEv replied Sep 30, 2022Maybe you should learn MQL4/5 instead of complaining? I know Mladen's codes and I am grateful for his tremendous work and input to the community, for free. His codes are open source, so the least I can do is say "Thank you very much" and learn to ...
I will code your EAs and Indicators for no charge
-
BestTraderEv replied Sep 30, 2022I think it could be because Mladen's level of programming is way higher than ours, so we might not exactly understand the way he does it, and when we try to tweak something, it just might not blend in properly with his code.
I will code your EAs and Indicators for no charge
-
BestTraderEv replied Sep 30, 2022I have solved the issue and now I can share the inhanced indicator: This version does the following: 1. It plots the candle bodies in auto-width mode, so no need to input anything, 2. I fixed a little detail in the "Display type" options box, 3. You ...
ATR Trailing stop loss indicator
-
BestTraderEv replied Sep 30, 2022Let me explain what I have been trying to get: 1. I want the candles to plot auto-width, 2. I want the indicator to set the chart parameters automatically, 3. I want to give option which candle to start plotting from, ie. hide current, plot from ...
I will code your EAs and Indicators for no charge
-
BestTraderEv replied Sep 30, 2022I appreciate your concern about me, but those sources you are pointing to are where I got the version that did not work in MTF mode, so you know, if I were able to correct the source code myself, I would not be asking for help from the more able ...
I will code your EAs and Indicators for no charge
-
BestTraderEv replied Sep 29, 2022Yes, thank you very much for your help. Can you also post the mq4 file, please?
ATR Trailing stop loss indicator
-
BestTraderEv replied Sep 28, 2022Thank you! Can you post the mq4 file, please?
I will code your EAs and Indicators for no charge
-
BestTraderEv replied Sep 28, 2022Can anyone here check out this indicator? file The MTF option crashes the MT4 platform. Like, when I want to use a different Tf from the chart Tf.
I will code your EAs and Indicators for no charge
-
BestTraderEv replied Sep 28, 2022Hello! I have downloaded from ForexStation this version that you posted: file The MTF option does not work. Every time I try to use it the MT4 platform stops working. Can you take a look at it?
ATR Trailing stop loss indicator
-
BestTraderEv replied Apr 14, 2022I am closing this thread. One reason is that nobody is interested. Another reason is that all those indicators are total Bull Shit! They tell you nothing, completely nothing! The only way to make money in trading is to be consistent and have no ...
A Study on Trading with Oscillators
-
BestTraderEv replied Apr 13, 2022As you can see on my charts, I have removed the oscillators from them, as they have proved to be useless, and only introduce unecessary complications to trading. Instead, I have applied the VWAP.mq4 which I have attached to # Post 1. This indicator ...
A Study on Trading with Oscillators