Supertrend system - (anybody can do it with Easylanguage,too??)

MQL4 Experts

Trabalho concluído

Tempo de execução 2 dias

Termos de Referência

Supertrend system with martingale (instead of stop) and higher timeframe trend filter.

supertrend is a kind of trailingstop, which calculated from the average candel price and the atr: upper line for the shortcover: (H+L)/2+xATR  and lower channel line for the long stop: (H+L)/2-xATR
I have a SuperTrendCorrect.ex4 indicator for the signals..

  • open an initial position in the supertrend direction.
  • if the position goes towards in the profitable direction, then keep it, until the signal reverse. then reverse the position.
  • if the pos goes against us, then double the initial lot size at every yATR level. (show this next yATR level with a line)
  • make this martingale (doubleing) function turnable on/off
  • when it turned off, then let the supertrend opposite signal the stop level. (simple reverse mode)

  • show the margin call level with a red line,too, if it possible..
  • a filter: let I choose a higher timeframe, in which the supertrend determine the main direction of the trades. (and within this main direction computed the lower timeframe supertrend signals, martingale/or not martingale mode)

inputs:

  • lower timeframe: m5
  • x (xATR multiplier): 3
  • ATR period: 10
  • yATR (doubleing level): 3
  • shifting z pip: 0
  • martingale on/off: on
  • max doubleing (martingale) number: 5   ---here I wait any suggestion, how can I avoid the margin call??
  • higher timeframe ST filter: on/off
  • filter (higher) timeframe: 1h
  • MM rule - the initial pos size is a % of the free margin: 10

____________________

..and I should be very happy when somebody can code it in easylanguage, for my tradestation, too..



Respondido

1
Desenvolvedor 1
Classificação
(488)
Projetos
1014
58%
Arbitragem
29
28% / 24%
Expirado
131
13%
Trabalhando
2
Desenvolvedor 2
Classificação
(15)
Projetos
65
58%
Arbitragem
6
17% / 33%
Expirado
39
60%
Livre
3
Desenvolvedor 3
Classificação
(182)
Projetos
342
42%
Arbitragem
118
12% / 73%
Expirado
104
30%
Livre
4
Desenvolvedor 4
Classificação
(187)
Projetos
367
56%
Arbitragem
45
22% / 56%
Expirado
188
51%
Livre
5
Desenvolvedor 5
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
6
Desenvolvedor 6
Classificação
(1235)
Projetos
2820
80%
Arbitragem
156
22% / 43%
Expirado
489
17%
Livre
Pedidos semelhantes
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
Expert Advisor (EA) will provide automatic entry and exit using Black Dragon indicator as per the description below. Long (entry): on the first blue candle. Long (exit): on the first red candle, stop loss or take profit/break-even. Whatever happens first. Short (entry): on the first red candle. Short (exit): on the first blue candle, stop loss or take profit/break-even. Whatever happens first. Long (stop loss value)
FOREX trading robot 30 - 35 USD
Creating a powerful forex robot capable of handling multiple timeframes and efficiently identifying trades within a short span of 10 minutes requires a well-thought-out design encompassing robust technical and algorithmic frameworks. The goal is to develop a system that can process a significant number of entries across various timeframes (5 minutes, 15 minutes, 1 hour, 4 hours, and weekly) while ensuring accuracy
looking for experienced programmer to create trend reversal I want indicator that send alert with arrow on screen without open trades Uptrend Let’s say there is an uptrend on the chart. The first high (H) is followed by the first low (L), which in turn is followed by the second high (HH – higher high). After that, if the price drops out of the trend structure and forms a

Informações sobre o projeto

Orçamento
50 - 60 USD
Desenvolvedor
45 - 54 USD
Prazo
4 dias