EN: Need a Scale-in EA for semiautomatic trading based on past RSI including a trailing stop // DE: Pyramiden EA semiautomatischen Handelns anhand RSI Kreuzungen inkl. eines Trailingsstops

Tâche terminée

Temps d'exécution 11 jours

Spécifications

ENGLISH and GERMAN

ENGLISH 

Dear developer,

this is the second time that I post this order. The last developers applied nor attaching  results neither any messages with me. But I am normaly every day online. So please write to me on any questions, I need an EA that uses trades based on a modified RSI Past crossings of the RSI with 30/70 must be readable to be able to use the high/low point for stops and trade entry at the respective time. The goal is to automatically adjust positively developed trades with a trailing stop and pyramidization also based on the indicator.

modified RSI

    source = (high+low+close)/3
    rsibasic = rsi(source, 3)
    ma = simple moving average(rsibasic, 5)
    rsiwaves = rsi(ma, 2)

It should be possible to define if the EA should go short or long. As long as a trade with profit goes in one direction, the EA enters with further trades in the same direction. It is also important to risk 1% risk of the available capital for each trade.

It is also necessary that the EA can be applied in every market without any problems. Also means that if the price has 5, 4, 3 or only 2 decimal places, it is no problem to apply the 1% rule. If the lot number is less than the minimum, an error message must be displayed and no trade with the minimum lot number.


GERMAN

Lieber Entwickler,

dies ist bereits mein zweiter Post, da beim Ersten sich kein Entwickler nach der engeren Auswahl mehr gemeldet hat. Leute, ich bin täglich online und bin bei Fragen immer da. Aber gar nicht mehr zu schreiben, ist ein No-Go. Daher bitte, ich brauche einen EA, der die Trades anhand eines modifizierten RSI nutzt. Vergangene Kreuzungen des RSI mit 30/70 müssen ausgelesen werden können, um zum jeweiligen Zeitpunkt den Hoch-/Tiefpunkt für Stops und Tradeeinstieg nutzen zu können. Ziel ist es positiv entwickelte Trades mit einem Trailingstop und Pyramidisierung ebenfalls anhand des Indikators automatisch anzupassen.

modifizierter RSI

source = (high+low+close)/3
rsibasic = rsi(source, 3)
ma = simple moving average(rsibasic, 5)
rsiwaves = rsi(ma, 2)

Man sollte definieren können, ob der EA  nur short oder long gehen soll. Solange ein Trade mit Gewinn in eine Richtung geht, steigt der EA mit weiteren Trades in dieselbe Richtung ein. Ebenfalls ist es wichtig 1% Risiko vom verfügbaren Kapital für jeden Trade zu riskieren. Ebenfalls ist notwendig, dass der EA problemlos in jedem Markt anwendbar ist. Bedeutet auch, dass wenn der Kurs 5, 4, 3 oder nur 2 Nachkommastellen hat, es kein Problem ist die 1% Regel anzuwenden. Ist die Lotzahl geringer als das Minimum, muss eine Fehlermeldung kommen und kein Trade mit der minimum Lotzahl.






Répondu

1
Développeur 1
Évaluation
(30)
Projets
93
49%
Arbitrage
18
56% / 17%
En retard
38
41%
Gratuit
2
Développeur 2
Évaluation
(23)
Projets
45
20%
Arbitrage
24
29% / 46%
En retard
12
27%
Gratuit
3
Développeur 3
Évaluation
(14)
Projets
23
17%
Arbitrage
3
0% / 100%
En retard
5
22%
Gratuit
4
Développeur 4
Évaluation
(115)
Projets
129
18%
Arbitrage
11
27% / 55%
En retard
4
3%
Gratuit
5
Développeur 5
Évaluation
(36)
Projets
50
28%
Arbitrage
2
0% / 100%
En retard
6
12%
Gratuit
6
Développeur 6
Évaluation
(41)
Projets
88
14%
Arbitrage
30
30% / 53%
En retard
36
41%
Travail
7
Développeur 7
Évaluation
(221)
Projets
369
66%
Arbitrage
10
50% / 0%
En retard
46
12%
Gratuit
8
Développeur 8
Évaluation
(277)
Projets
334
55%
Arbitrage
14
36% / 29%
En retard
1
0%
Gratuit
9
Développeur 9
Évaluation
(87)
Projets
114
26%
Arbitrage
7
29% / 57%
En retard
5
4%
Gratuit
Commandes similaires
I want to design a website like https://www.ngnrates.com/ we will change some stuff but not much, if you can deliver a website like this let me know your budget and readiness to implement
Starting from scratch, I need a solution to develop my own crypto trading and exchange platform. This platform should compare prices across various exchanges like Coinbase, Binance, KuCoin, and Unocoin, as well as different cryptocurrencies. The solution must identify opportunities to buy on one platform and sell on another for a profit, transferring funds to my personal wallet instantly for security. The bot should
looking for help to get my ibkr automated, i have strategies already built in composer and have JSON for them, i really just need to he setup and explanation on how to maintain it and add new strategies
Hi dear all i have easy simple strategy i need to make it on trading View for explain and test it.after conform change it to mql5 to use it in MT4&5 with same copy of trading View and same data.e-maie(Ali-mech88@hotmail.com)
I wish an indicator that can import data from the websites below: https://www.fastbull.com/speculative-sentiment?textType=1&amp ;id=-1 https://www.fxblue.com/market-data/tools/sentiment After importing the data. I want the developer to create a simple text dashboard showing at least the major pairs in Forex with the correspondent sentiment from each website. The format of the dashboard or its visual aspects do not
Hi I need a software like Mirror trade copier ( https://www.antonnel.net/mirror/ ) which directly connect to the Accounts over api with out MT4 terminal and copies trades from mater to client. I want the same and possible improvement like can be accessed over a url and dashboard for some basic metrics (optional)
Attached to this post is the pinescript tradingview indicator code, i will also attach a link to the youtube explanatory video of how the indicator works on tradingview, i will like the exact thing on mt5, including the percentage prediction on each bar and the win loss counter ... it should work on both forex, stock and volatility indices on mt5 https://youtu.be/30FLWyEWroM?si=q9GpvJVHp-oyvsvZ // This work is
I need a AI signal generating bot for forex trading. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the arrow should be green and if it is
Using Bollinger Band only. When price closes above upper BB, open Buy. If the length of the candle body that closed above the upper BB is more than Y pips, then do not Buy and remove the EA. Otherwise, continue to open Buy if crosses and close above upper BB and the number of positions is not more than Max No of Positions. The user will choose either Buy or Sell only. When price closes below the lower BB, close all
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this

Informations sur le projet

Budget
30 - 70 USD
TVA (19%): 5.7 - 13.3 USD
Total: 35.7 - 83.3 USD
Pour le développeur
27 - 63 USD