Fibonacci MA scalper

MQL5 전문가

명시

Hi,  id like a MA cross style EA coded for me using the 5,8,13,21 fibonacco moving average. I will be using it mostly on the 15 minute time frame however I will trial on all time frames. Entry will be when the MA's flip and exit to be when the flip the opposite way. The aim is to try and catch trends when they happen early. Another exit strategy could be to use a 50 period MA and exit when its been crossed? Any feedback or ideas welcomed. I have tried to upload a picture of the cross but I can't get it. Happy to send some pics of setups to an email. 

응답함

1
개발자 1
등급
(7)
프로젝트
10
30%
중재
3
0% / 33%
기한 초과
2
20%
무료
2
개발자 2
등급
(21)
프로젝트
35
54%
중재
8
63% / 38%
기한 초과
1
3%
무료
3
개발자 3
등급
(199)
프로젝트
287
52%
중재
0
기한 초과
1
0%
무료
4
개발자 4
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
5
개발자 5
등급
(356)
프로젝트
632
26%
중재
89
73% / 13%
기한 초과
12
2%
무료
6
개발자 6
등급
(143)
프로젝트
255
35%
중재
12
25% / 58%
기한 초과
42
16%
무료
7
개발자 7
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
8
개발자 8
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
9
개발자 9
등급
(58)
프로젝트
66
8%
중재
39
26% / 56%
기한 초과
12
18%
작업중
10
개발자 10
등급
(48)
프로젝트
51
43%
중재
1
0% / 0%
기한 초과
0
무료
11
개발자 11
등급
(62)
프로젝트
84
26%
중재
22
23% / 50%
기한 초과
23
27%
작업중
12
개발자 12
등급
(119)
프로젝트
169
38%
중재
9
78% / 22%
기한 초과
15
9%
무료
13
개발자 13
등급
(327)
프로젝트
346
71%
중재
4
100% / 0%
기한 초과
1
0%
로드됨
14
개발자 14
등급
(2411)
프로젝트
3028
66%
중재
77
48% / 14%
기한 초과
340
11%
무료
15
개발자 15
등급
(563)
프로젝트
931
47%
중재
301
59% / 25%
기한 초과
123
13%
작업중
16
개발자 16
등급
(87)
프로젝트
114
26%
중재
7
29% / 57%
기한 초과
5
4%
무료
17
개발자 17
등급
(3)
프로젝트
3
67%
중재
1
0% / 0%
기한 초과
0
무료
18
개발자 18
등급
(41)
프로젝트
88
14%
중재
29
31% / 55%
기한 초과
36
41%
작업중
19
개발자 19
등급
(66)
프로젝트
143
34%
중재
10
10% / 60%
기한 초과
26
18%
무료
비슷한 주문
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
Necesito un bot decente para prueba de fondeo y también cuenta personal, scalp, no grid, no martingale, no practicas prohibidas, algo objetivo, confiable y rentable... 5 Min mínimos de duración por operación, algo ya hecho y bactesteado en cuenta real y de fondeo. Necesito algo agresivo, constante pero que no exponga el capital... prefiero una estrategia de smc
Modify existing EA 50 - 70 USD
Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in percentage Ability to correct error 10015 Thank you in advance
Looking for experienced programmer to create a trend line breakout and trend line bounce indicator that send alert with arrow on screen without open trades multiple currency pairs time frame M15 H1 H4 D1 W1 MN
Hello programmers, I need a coding assistance to do the following job. Currently the EA opens two different trades one has a comment "Originial" and another has comment "Series" The job is if the Original trade is negative by x pips, open a hedge trade(Hedge1#-OrderTicket of the soruce trade) along with one buystop and a sell stop order and the comment of the trade will be "Recovery#1-+OrderTicket() of the original
Profit EA 50+ USD
//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Generated by MetaEditor | //| https://www.mql5.com/en/docs&nbsp ; | //+------------------------------------------------------------------+ #property strict // Input parameters input double LotSize = 0.1; // Lot size input int MovingAveragePeriod = 50; // MA
I have a EA and A Indicator I want to upgrade with some new features I want to add to the Indicator And The EA Also there is a memory error in the system that is showing up in the journal after the ea is ran on multiple charts I will need to get this fixed as well Indicator is 528 lines of code EA is 703 lines of code Dashboard I want to add is 1974 lines of code Indicator Changes I want to change the indicator The
An ea with 4 moving average, and two time frame confluence. Option to add risk to reward and percentage of balance to trade. Message me remaining for the more info
Hi All, I will try to be as precise as possible. We can discuss if you have any questions. I need an indicator to be developed for MT5 for detecting Engulfing Failed Zones. Requirement (in H4/ H1/ M30 Time frames only): Identify Engulfing Buy/ Sell Candle. Identify when the Engulfing Buy is failed, or Engulfing sell is failed. Draw a zone for that area of Engulfing Buy/Sell Fail. Invalidate the zone or delete the
Hi. I want to fix my EA. The concept of lowestBid- There aree 3 levels of price. Price1 at the top, Price 2 in the middle and Price3 at the bottom. When the EA starts it start at Price1. And lowestBid is set to Price1. When the price hits Price 2, lowestBid=Price2. When price hits Price3, lowestBid=Price3. When Price come back up to level2, lowestBid=Price2 ....so on and so forth. lowestBid will keep changing with

프로젝트 정보

예산
30 - 500 USD
개발자에게
27 - 450 USD