
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I will write an EA for free but in turn, contact http://forum.fortrader.ru/index.php?board=3.0
Hello, I need help in correcting indicator https://www.mql5.com/ru/code/8417
4 more lines need to be added, their parameters
for all
extern int degree = 3;
extern int bars = 233;
extern int shift = 0;
outer channel extern double kstd = 2.33; colour red
middle extern double kstd = 1.8; aqua colour
internal extern double kstd = 0.55; colour yellow
it will look like this
developed by introducing Fibonacci sequence into the display levels of this indicator
in this picture 3 indicators with corresponding parameters are applied to 1 chart
I would use it this way, but quite often the parameters of inductor disappear and all 3 indicators merge into 1 unnecessary
If something is unclear, just contact me in person
Thank you it made the job so much easier
Good afternoon everyone! I am new to the forex market, about 3 months old, so please don't "kick" me if anything goes wrong. I found the Dashkov system somewhere and am using it now. I use it now:
It uses indicators MA(PERIOD 9, method smooted. Apply to Median prise hl/2- green), MA(PERIOD 15, method smooted. Apply to Median prise hl/2- red), MA(PERIOD 25, method smooted. Apply to Median prise hl/2- blue).
Also RSI indicators are used (period 5, apply close. Levels 41 and 59.) and whillams indicator percent range - it is applied to rsi and has period 9 and colour red.
The MA levels show the trend direction (if they weave - no trades at all).
Additional signal for entry is crossing by indicator whillams percent range level 41 to buy (assuming that the green indicator MA is at the top of other moving curves) or crossing the same level 59 to sell (assuming that the green indicator MA is at the bottom of other moving curves.) SL is set at the red moving curve
In this regard, I need an EA to be able to open trades in my absence when whillams percent range crosses the required level, depending on the moving average. Can I write such an EA?
Many thanks in advance!!!
I'll write an advisor for free but one at a time, write to whoever needs it http://forum.fortrader.ru/index.php?board=3.0
The link does not work.
the topic was created on 08.08.2008. what year is it now?
and the link is "dead" from the onslaught of thirsty people
I've been programming in mql4 for about a year and have some experience. So far I've developed something only for personal use. Now I would like to try my forces on your tasks.)
I suggest free development of Expert Advisors, indicators and scripts.
I should warn you right away that I am ready to take up not all proposals, but only those that are interesting to me. If the task is interesting to me, I am ready to help with the wording of the task, terms of reference, and in general, you will see my interest at once, because at this stage I do not want to be a dumb coder :) High speed performance also will not guarantee, because primarily focused on quality.
Proposals accepted here, in a personal note, on e-mail (chaika_sv@mail.ru) and in the ICQ (356920679).
By all means, Sergey.
Please write a semi-automatic EA, I don't understand MQL programming. When I activate an EA on a currency pair, when I drag it on a pair it should ask if I want to buy or sell only. If I choose to sell it will place pending sell orders below the minimum of the last closed candle by 2 - 3 pips stop loss at the maximum of the current day when the stop loss goes off it sets the order again at the minimum of the last candle stop loss maximum of the trading day plus 2 - 3 pips. If I choose to only buy it does the same but in a mirror like a rolling order on 3m Elder screens but stop loss to the maximum of the current day. Broker Alpari i.e. five digits . Thank you very much. ) I would be very grateful.)