Lavoro terminato
Tempo di esecuzione 17 ore
i want a trading robot that trades news events only. it should know when and at what time news events will take place. it should read USD,AUD,NZD high impact NEWS From the economic calendar.
step 1: entries - it should place buy stop and sell stop 10 seconds before the news.
- it should place them 100 pips away from the price.
step 2: take profit should be 1000 pips and stop loss should be 300 from the price
step 3: stop loss should trail entry point ...and lock profits 80 pips of the move on the price.
it should also be able to change the timezones to meet the time zone of the broker and that of the economic calender
all this should have a panel where i can edit or adjust the way i want it to execute the trade including the lot size.
in short you can look at the attachment on how i want it to be. i want it to have a dash board like in the attachment
Ordini simili
//———————————————————————————————————————————————————————————————————— 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 () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project
I want a highfrequency straddle scalping mt5 ea,that is excellent for news event trading. Must be fully configurable and the pending stop orders must be used fast with the OCO style. It must trade cycles ultra-fast and dynamically increase lotSize bases on the current balance or equity