Simple color based strategy with MM

MQL4 전문가

명시

hello wizards here is my idea for hobby project to test a new theory.

Basic buy idea-

There should be a bearish bar and after that there should be two consecutive bullish bar and after the close of 2 ndbullish bar there should be a long market order with changeable TP and SL option.

Basic Sell idea-

Vice versa.

Functions needed-

Enable move to Breakeven, trailing stop, Moving Average filter, time filter (when to trade on the market), slippage function, magic number, money management options with fixed lot size and fixed ratio money management based on ryan jones, Max spread, exit by opposite colored candle function,

Now the loss recovery part-

EA will detect losing trade from the same pair and adjust the next trade on the same pair automatically with below formula –

Loss regains

(Target money + lost money) / Targeted pips = x

Now (x/10) will be my position size for 2nd trade

Now repeat the same process even if we make loss again.

And so goes on…it will reset the lot size function for the pair until it hits lets say 10 pips which was previously defined in the changeable TP function.

Now it’s a very basic idea with simple parameters i want clean and experience coders. Need coders to fix the bug and need to consultant me with ongoing issues. If I find reliable service then i will not hesitate to contract or refer the guy again for my friends ideas. Thanks price is negotiable and expecting quick and prompt service.

 Contact me ASAP if u need further info!!!


파일:

PNG
buy_idea.png
4.6 Kb

응답함

1
개발자 1
등급
(115)
프로젝트
129
18%
중재
11
27% / 55%
기한 초과
4
3%
무료
2
개발자 2
등급
(55)
프로젝트
96
40%
중재
13
38% / 62%
기한 초과
25
26%
무료
3
개발자 3
등급
(169)
프로젝트
204
30%
중재
25
40% / 44%
기한 초과
12
6%
무료
4
개발자 4
등급
(19)
프로젝트
35
26%
중재
10
30% / 70%
기한 초과
5
14%
무료
5
개발자 5
등급
(41)
프로젝트
88
14%
중재
29
31% / 55%
기한 초과
36
41%
작업중
6
개발자 6
등급
(5)
프로젝트
7
14%
중재
1
0% / 100%
기한 초과
0
무료
7
개발자 7
등급
(769)
프로젝트
1033
44%
중재
50
8% / 50%
기한 초과
117
11%
무료
8
개발자 8
등급
(65)
프로젝트
71
30%
중재
8
0% / 88%
기한 초과
5
7%
무료
9
개발자 9
등급
(6)
프로젝트
7
0%
중재
0
기한 초과
5
71%
무료
10
개발자 10
등급
(2411)
프로젝트
3028
66%
중재
77
48% / 14%
기한 초과
340
11%
무료
11
개발자 11
등급
(2067)
프로젝트
2625
62%
중재
113
45% / 26%
기한 초과
418
16%
로드됨
12
개발자 12
등급
(114)
프로젝트
154
47%
중재
2
0% / 50%
기한 초과
4
3%
무료
13
개발자 13
등급
(408)
프로젝트
536
75%
중재
9
44% / 0%
기한 초과
24
4%
무료
14
개발자 14
등급
(66)
프로젝트
143
34%
중재
10
10% / 60%
기한 초과
26
18%
무료
비슷한 주문
I'm looking for an experienced developer to convert a TradingView indicator script into an MT4 (MetaTrader 4) compatible format. The script, written in Pine Script version 5, includes custom indicators and graphical elements such as lines, boxes, and labels that we need to be accurately replicated in MT4
I already have a Fibonacci based indicator which give precise entry as well as take profit and stop loss levels without repainting. I want to convert this to an EA so as to enable it pick trades automatically. Pay attention to the attached Images for entry and exit description. The EA will be protected with password or any other security protocols. THE EA OUTPUT will be in MQ4 & MQ5
I need help with a specific issue in NinjaTrader 8. I'm using Strategy Builder to automate my setup, but it's ignoring some of my conditions for shorts, and not placing long trades at all. I've set up many other Strategies, and never had issues like this, so I suspect the cause is the indicator I'm using, which is the Ichimoku Cloud from the NT User App Share. So what I need is a new version of the indicator that
// 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

프로젝트 정보

예산
30 - 50 USD
VAT (23%): 6.9 - 11.5 USD
총: 36.9 - 61.5 USD
개발자에게
27 - 45 USD
기한
 30 일