- Search Forex Factory
- 1,681 Results (1,663 Replies, 18 Comments)
- Phylo replied Feb 25, 2021
How many people have died of Covid in YOUR town? Interactive map reveals 99.5% of all districts in England and Wales have suffered victims - as data shows January was the second deadliest month on record. url
COVID-19
- Phylo replied Jan 31, 2021
url url url for others - internet search term >> 'mql4 moving average color with alerts' or 'mt4 moving average color with alerts'
I will code your EAs and Indicators for no charge
- Phylo replied Jan 31, 2021
That would mean I would have to code scripts with default parameters for different request - I do not have time. The [Save] and [Load] facility is the closes option for greater efficiency.
Partial Close % Script
- Phylo replied Jan 30, 2021
If you using an interpreter the above statement does not make sense. The Lots Size and BE distance can be assigned from the Inputs Tab according to User requirements. Assigning a Hotkey is not dependent on Lots Size or BE distance. Coding a Hotkey ...
Partial Close % Script
- Phylo replied Jan 28, 2021
Hi mladen 1. A diversion from the the above post 2. A special thanks for code contributions and examples over the years 3. Thank for the below assistance that kick-started my coding ball rolling and subsequently my modest contributions. #property ...
I will code your EAs and Indicators for no charge
- Phylo replied Jan 27, 2021
This may be source of problem - the color of the Alert Line will always be the same as the Ask Line Color* - if the Ask Color is the same as Chart Background Color or None the Alert Line will not be visible. *For MT5 it is Stop levels color that ...
I will code your EAs and Indicators for no charge
- Phylo replied Jan 26, 2021
Any new bar/bar close alert indicator will work with renko - should be a few available - here one (note: stunnel no longer required due to MT4 update) >> url
I will code your EAs and Indicators for no charge
- Phylo replied Jan 18, 2021
The code is for a script - trailing stop will not work with a script only EA. Here FF post explaining the difference between Script and EA - more detailed information can be got of the internet - url For code example of trailing stop see here - ...
Open Buy/sell Multiple Trades Script
- Phylo replied Jan 18, 2021
- the target lines are offset from the base line (gray line) which positions at either bar close or bar open (according to selection) at a specific time. - the user chooses the target offsets - nothing special - I think I coded as a private request ...
I will code your EAs and Indicators for no charge
- Phylo replied Jan 14, 2021
Hi mntiwana Thank you for full information from your comprehensive data base and expert contributions to the tread.
I will code your EAs and Indicators for no charge
- Phylo replied Jan 12, 2021
Hello mntiwana Some time ago I converted Symbol Changer 1.1 Separate to MT5/MQL5 - I will post to FF sometime. There is no coder/author information in the code - I suspect the original coder may be mladen or mr.tools. As I will be posting only the ...
I will code your EAs and Indicators for no charge
- Phylo replied Jan 11, 2021
No idea - except try on a blank chart without indicators if this not tried and..... A recent incidence comes to mind with Windows 10 Update 20H2 after which no Market downloads/installs worked on any terminal. This was resolved by deleting all ...
I will code your EAs and Indicators for no charge
- Phylo replied Jan 11, 2021
phylo: Does the FSCS 50,000 (£) investment compensation cover non UK citizens trading through UK FCA regulated brokers. Warren - FSCS: Yes. All clients of UK regulated brokers are covered. - url For a more definitive answer contact UK FSCS ...
Best Broker?
- Phylo replied Jan 10, 2021
New ESMA Rules & Brokers Outside EU Are Brokers creating a dangerous situation with the new “Pro” status? - New ESMA Rules & Brokers Outside EU - Are Brokers creating a dangerous situation with the new “Pro” status?
Breaking: ESMA finalizes new rules to govern leveraged trading
- Phylo replied Jan 10, 2021
Will not work if downloaded and placed in indicator folder. Download here and it will work with build 1320 (even if markets are closed) - the indicator will be downloaded to the Indicators/Market folder. url
I will code your EAs and Indicators for no charge
- Phylo replied Jan 7, 2021
Your full code is not shown - so see example Here how to calculate the highest high of the last two days - an example double hi1 = iHigh(NULL,PERIOD_D1,i+1); double hi2 = iHigh(NULL,PERIOD_D1,i+2); DHi = MathMax(hi1,hi2); DLo = ...
I will code your EAs and Indicators for no charge
- Phylo replied Jan 7, 2021
- Works perfectly - set up may prove challenging to some including meself
I will code your EAs and Indicators for no chargeSuggestions: - test thoroughly on two demos - read the instructions pdf - save and make note of settings for Sender and Receiver