- Search Metals Mine
- 1,205 Results (1,204 Replies, 1 Comments)
-
BlueRain replied Jul 26, 2022I added extra "Show_RailBox" option and color is set as Red now. You can turn off "Show_Box" and just leave "Show_RailBox" as true. Then, you will have "RailBox" only.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 26, 2022it is easy to make change but you have define what is railway candle pattern. Please define and provide exact pattern you would like to detect.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 26, 2022I added MagicNumber option. If you place manually, MagicNumber is set as 0. You can set any MagicNumber but just to handle manual, use as is. However, make sure other EA uses MagicNumber so it won't interfere. if other EA doesn't use MagicNumber, ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 25, 2022I felt same and implemented my own way to use label as comment out. Font was too small for my bad eyes - I needed a bigger font which was not possible with basic comment MT4 provided. Basically, my implementation was to setup Queue data structure, ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 25, 2022that indicator is just vline drawing indicator based on date, nothing else.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 25, 2022Removed period restriction so that it will draw upto 4HRs.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 24, 2022I tested out your EA - although DD might be very high like 40% - it is really good one. It seems it is placing order based on equity size and add more lots as it goes to compound gain or average down. What is the story on this EA? Can you share? You ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 24, 2022I had similar one already with ADR5 and just added one more line - ADR10 with per your formula to meet your request. It will draw YH/YL, TH/TL/TO and two ADR lines above and below. With option, i will print pip diff also.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 24, 2022I looked into and it is already size = 1, not possible to reduce any more.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 21, 2022No. that is compiled version. No body can work on those file. Someone has used some tool to decompile .ex4 file and created decompiled .mq4 file. I think it was possible some time ago but not possible now. Those are not original code and it is ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 21, 2022Try this one. It has option to select "Active" ones or all. Default = ActiveOne only.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 21, 2022Samples I provided before also has function that will work for you. Just create loop, pass index of your candle, call those functions, and get ATR value from return value.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 20, 2022Again, this is decompiled indicator and I can't help on this. Please bring original code if you are looking for help.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 20, 2022Why don't you use sample code I provided? CopyBuffer - Timeseries and Indicators Access - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5 double ATR[]; //buffer to hold ATR values ArrayResize(ATR,50); //Buffer ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 20, 2022Try this one. Added very standard handling. Not Tested so please test and let me know if any issue.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 19, 2022Based on Button version which seems original, i added two options.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 19, 2022I am sorry but this is not the original code - it is stolen / decompiled version which I can't help on. Please supply original code if you are asking for help.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 19, 2022Quoting PapitoBanou Now, I was able to test out and there was bug - it didn't pickup all symbols. this scanner version is fixed one and tested.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 16, 2022i had one similar one - not dashboard - already and just modified quick. You will get alert when crossing happens. ( MA cross Lower BB up and MA Cross High BB down ) Someone can make dashboard using this indicator if possible. Updated: Scanner ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 14, 2022I see you have MT5 from your screenshot error msg, this indicator was for MT4. I didn't realize this was MT5. They have changed how it handle iATR. Not familiar yet with MT5 but in simple term, you have to copy data to Buffer first. iATR - Technical ...
I will code your EAs and Indicators for no charge