Modifty the Supertrend Indicator

MQL4 Indicadores Asesores Expertos

Tarea técnica

Job details in ONE LINE Summary:

 "I would like to run positional trade using Supertrend with 1 to 3 Risk/Reward and any signal generated for buy and sell should be written in Text file format in any C drive directory. "

Job details:

(Please note that I am looking to produce a TXT file for each signal to use that file for ROBO SOFTWARE that can read the file and place an order.)

The Supertrend is feely available on net. You can get both MT4 and MT5 free from here or see attachment on this job posting.

https://www.marketcalls.in/wp-content/uploads/2012/08/Supertrend.zip

OR

https://www.mql5.com/en/code/10851

What I am looking to change modify on this indicator:

Modification -1 - Add Buy/Sell Indicator in Supertrend indicator.

This is the current state (Please see attahced Picture_1).

I want to add AERO with Green for Buy and Red for Sell as soon as the line cross the price as per attached Picture_2.

Modification -2 – When the AERO or BUY/SELL generated and that candle close below/above that GREEN or RED line, the second candle opening price is consider as BUY/SELL signal price. This will shows on chart and that price consider as Buy/Sell Signal and produce TXT file (As attached format) in local directory for each script or ticker.

Let’s take an example:

As soon as the price moves down the green line on first candle of 2/26, the RED aero created. This consider as SELL signal. Now the Expert Advisor create a TXT file on any local directory as per below format with the opening price of the second candle after the AERO one.

File Format- .TXT

File Name- Script_Signal

Example- NIFTY_Signal

In the File- Timestamp in number format: Script name produced a Sell Signal at Price

Example- 1504553073: NIFTY produced a Sell Signal at 100

 


Modification -3 Add Risk/Reward ratio- that should be editable in parameter or add 1:3 Risk:Reward

Example- If the NIFTY Sell signal produces at 100 prices in last signal at 10 PM.

The TXT file created with below info:

2200000000: NIFTY produced a Sell Signal at 100

Now the Risk/Reward is 1 to 3 means it start tracking two conditions. If the price go below 99 (1% of 100) or 103 (3% of 100) it will produce signal that can delete the first listed info in TXT file and replace with below info:

In SL or 99 price condition at 11 PM:

2300000000: NIFTY produced a Buy Signal at 99

OR

In Target Price or 103 price condition at 11:30 PM:

2330000000: NIFTY produced a Buy Signal at 103


Modification -4 -If any above RISK/REWARD did not happen and Simply the Trend change from SELL to BUY, it will produce the BUY signal with double word in TXT file.

Example-

Currently we are running on Sell trade and now the Buy signal generated, it will produce below:

2300000000: NIFTY produced a Buy double Signal at 99.5


Archivos adjuntos:

JPG
Picture_1.jpg
35.9 Kb
JPG
Picture_2.jpg
56.3 Kb

Han respondido

1
Desarrollador 1
Evaluación
(879)
Proyectos
1392
67%
Arbitraje
117
32% / 42%
Caducado
215
15%
Libre
2
Desarrollador 2
Evaluación
(647)
Proyectos
1295
67%
Arbitraje
84
26% / 49%
Caducado
338
26%
Libre
3
Desarrollador 3
Evaluación
(2)
Proyectos
5
0%
Arbitraje
2
0% / 50%
Caducado
1
20%
Libre
4
Desarrollador 4
Evaluación
(221)
Proyectos
369
66%
Arbitraje
10
50% / 0%
Caducado
46
12%
Libre
5
Desarrollador 5
Evaluación
(1)
Proyectos
1
0%
Arbitraje
3
0% / 100%
Caducado
1
100%
Libre
6
Desarrollador 6
Evaluación
(94)
Proyectos
148
59%
Arbitraje
16
38% / 13%
Caducado
25
17%
Libre
7
Desarrollador 7
Evaluación
(277)
Proyectos
334
55%
Arbitraje
14
36% / 29%
Caducado
1
0%
Libre
8
Desarrollador 8
Evaluación
(586)
Proyectos
1047
49%
Arbitraje
39
28% / 41%
Caducado
49
5%
Libre
Solicitudes similares
Looking for an EA which can produce less than 5% drawdown. Also profit factor above 1.5 (preferably 2.0) Please give me proper explanation how your EA works too Has anyone programmed it before? is it limited to forex only
1) the EA can compound the lot size from 0.01 to 0.02 so on 2) the EA must able to trade different kind of pair 3) the EA will have stoploss or take profit 4) long term profit 5) for equiry will be 100 for every 0.01 lot Developer will have that kind of EA may apply and introduce any investor account! this EA must have mql4 file
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Helvetica Neue'} Hello Looking for someone to help me improve my current strategy on my own algorithm and to also add hedging mode
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
Please watch the video on this youtube channel and download the Indicator from there. https://www.youtube.com/watch?v=ldTomLu8DxE&amp ;t=32s Rules are explained on the video and the download of the indicator is on the same video
I would like an EA that follows exactly this steps to trade de daily candle. Watch the video and then see if you can do the task. https://www.youtube.com/watch?v=g3oDYq4P9ZE Document is one this link https://cdn.discordapp.com/attachments/1135977927469703230/1135978751461695598/Daily_Bias-TTrades_edu.pdf?ex=669a9a27&amp ;is=669948a7&hm=96de195f7e695a381c1261b065f67b94fae319d02a0c88641b146f8b2978320c& Should have
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells
Hi, I have an indicator from my friend, I want to copy it to my own MT5 can you do that for me. Here is the link
I'm looking for someone to help me create an arbitrage trading robot that can trade on any decentralized exchange. I had one created in python, but I would like it to work in MT5 with various regular rules that make it profitable

Información sobre el proyecto

Presupuesto
30 - 50 USD
Para el ejecutor
27 - 45 USD
Plazo límite de ejecución
de 1 a 10 día(s)