İş tamamlandı
Tamamlanma süresi: 10 saat
Müşteri tarafından geri bildirim
Geliştirici tarafından geri bildirim
How it works : EA open unlimited number of positions and close all positions together when the sum of pips is +
Function 1 :
open only buy positions( after every closed bullish candle) when the price moving above the moving average and
open only sell positions ( after every closed bearish candle) when the price moving below the moving average
moving average (variable or the trader can change setting to simple, exponential, liner weighted,smoothed - close open high low and weighted prices - shift)
Function 2 :
without moving average
simply ( open only buy positions( after every closed bullish candle)
open only sell positions ( after every closed bearish candle)
Function 3 :
without moving average
EA open buy position when the price move ( variable distance) up
EA open sell position when the price move ( variable distance) down
1- Take Profit : close all positions(example 999 opened positions ) when sum of pips is positive + ( number of pips is variable )
2- stop loss : (variable number pips)
3- data window contain ( current balance , draw dawn %, current month profits, number of opened positions, equity )
4- option of trading sessions want to trade Asian Europe and american
5- Also Ea work on all types of accounts including micro
6- Option of stop trading if the spread more than (variable number)
8- notes :
1- variablemean that the number can be changed by the trader to any other number
2- please read the full description carefully before applying to the job, apply only if you can do the job.
Yanıtlandı
Arabuluculuk
18
28%
/
67%
Yayınlandı: 1 kod
Arabuluculuk
18
44%
/
56%
Benzer siparişler
Act as a professional Quantitative Developer and Risk Manager. I want to build a systematic trading strategy rulebook that prioritizes capital preservation and statistical edge over raw performance. Please generate a structured trading strategy using the following framework: 1. ASSET CLASS & TIMEFRAME: - Asset: [e.g., Apple (AAPL), Bitcoin (BTC), or EUR/USD] - Timeframe: [e.g., 5-minute, 1-hour, Daily] 2. CORE
Part 1: Project setup Input settings (risk, stop loss, take profit, EMA periods) Indicator initialization Trade management framework Part 2: Trading logic EMA crossover detection Buy/Sell entry rules One-trade-per-symbol check Part 3: Risk management Automatic lot size calculation Stop-loss and take-profit placement Trade execution and error handling Part 4: Final touches On-screen information Optimization