Good Morning coders.
I am asking your skills to add a feature to an EA actually I am using.
Actually the EA keeps opening new orders daily if my conditions are reached.
I would like to add this "Filter".
DAILY PIPS PROTECTOR Filter
Disable/Enable Disable: EA keeps going normally
ENABLE:
Daily pips profit: placing a value , if today EA has collected a value of pips NET ( profit - swap - commissions) >= at value selected
Daily pips loss: placing a value , if today EA has collected a value of pips TOTAL ( loss + swap + commissions) >= at value selected
Evaluating the ACCOUNT EQUITY DAILY when the orders have been closed.
if the value of pips is reached, when the EA closes by itself the trading operations ( stop loss, take profit or trailing) , this DAILY PIPS PROTECTOR must evaluate the daily profit or loss reached and must tell to the EA, stop trading for today: don't add new orders.
Tomorrow without pressing or refreshing anything by hand of user, the EA will start normally placing new orders, of course again using the DAILY PROFIT criteria.
If today pips are reached, in loss or in profit, and the EA has been stopped to place new orders, i must receive a push notification on my mobile saying: TARGET -TODAY NO MORE TRADING.
That's all ( for now...)
Thanks
相似订单
//———————————————————————————————————————————————————————————————————— 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 () {
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
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
I need an Expert Advisor (EA) programmed and designed to help me with trading. Requirements: * The programmer must have experience in implementing software projects. * The script must be high-quality, clean, clear, and editable at any time, with ownership of the script provided. * It must work on the MT4 platform. * The maximum project completion time is 7 to 14 days. * The programmer must be cooperative and