Job finished
Execution time 4 days
I would like a trading robot to be able to place buy and sell trades and also close out trades according to the supertrend indicator.
values of (nbr 10 multiplier 1)
The supertrend indicator will have green and red colors that indicate that the market is on a trend.
When the indicator shows "GREEN" there will be an automatic "Buy Order" placed and a bell alert will go off.
When the indicator changes to the color "RED" the trade will automatically be "Closed" and a "Sell Trade" will be automatically executed and a bell alert go off.
When the indicator turns back to "Green" the trade will automatically be "CLOSED" and a "Buy Trade" will automatically be executed and a bell notification alert will go off .
This will be ongoing but the auto trade can be disabled and trades can be placed manually but still receive alerts when to buy and sell when colors change.
Also be able to receive email/mobile notification on trades being executed and closed as well as the type of trade taken. (BUY OR SELL)
Responded
Arbitration
105
40%
/
24%
Published: 2 codes
Arbitration
125
44%
/
26%
Arbitration
139
20%
/
60%
Similar orders
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Develop an Expert Advisor for MetaTrader 5 that manages existing positions. Features Automatically detect all open positions. Apply Break-Even after price reaches a configurable profit. Partial Close: Close X% of volume at the first target. Move Stop Loss to Break-Even. ATR Trailing Stop (optional). Magic Number filter. Comment filter. Symbol filter. Trading session filter. Retry mechanism for trade operations
I have a fast execution ea that need a little touch, it trade on gold and my problem is about the risk ratio the tp is 3pip and stop loss 20 but i cannot get it right to make the average win larger and average loss lower. I would like to know if i can get help to get it right without touching the tragedy and the trade frequency. Those two pictures I attached is the example of what my bot actually do like i explained
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the