Работа завершена
Время выполнения 35 дней
CSMPower Trend Display with Alerts
PREAMBLE
1 Display Currency Pairs
that are in trend(my definition for What a trend is will be Explain shortly), Beside
each Currency pair that is in a trend, A number is to be displayed. Something
like this.
The
Position of where the display is to position on chart is to be adjustable
2
The number to be displayed is the difference of the value of the two currencies
in a currency pair, on CSM Power. For Example, If GBP is 3.86 and CAD is 6.71,
Difference is -2.85, therefore beside GBPCAD will be 2.85, if it is in a trend.
If difference is Positive, it’s an uptrend and
will be green on the list, If Negative its downtrend and will be red on the
list without the negative sign.
Attached is a full description
Похожие заказы
//———————————————————————————————————————————————————————————————————— 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