Tâche terminée
Temps d'exécution 10 heures
Commentaires de l'employé
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.
Commandes similaires
//@version=6 indicator("منظومة El_3aksiiya 0 المتكاملة", overlay=true, max_labels_count=500, max_boxes_count=500, max_lines_count=500) // الألوان color_accum = color.new(#0000FF, 85) color_manip = color.new(#FFFF00, 80) color_dist = color.new(#FFC0CB, 80) color_elliot = #FF8C00 color_fib = #FFFF00 color_entry = #00FFFF color_tp = #00FF00 rsiVal = ta.rsi(close, 14) // نموذج AMD var int barCount = 0 if
I need an experienced MT4/MT5 user or MQL4/MQL5 developer to test the MT4/MT5 sender EA used by Signalator Notify . The EA does not open trades, does not provide trading signals, and does not decide when to buy or sell. Its role is to run inside MT4/MT5 and report terminal status and trade-related events, so the purpose of this job is to check whether that monitoring workflow works correctly in a real terminal