Specification
Attached are the current MQL5 files I have used for this in the past, another dev made these files and they currently do not work properly. The issue I have been able to find currently within the file is that the timing of trade exits cannot be turned off or it breaks the EA. The correction I need in the current file is to fix it so that you can turn off the exit time to allow for the system to trade on higher than intraday time frames. I do not want it removed completely so that if I want to trade in lower time frames and trade only intraday and close position on market close I still have the option.
I am adding a description of the entire system, the Thinkorswim Thinkscript I wrote originally and still use on Thinkorswim's platform. I am adding as best I can descriptions of all the settings and how they function, this should allow for a developer to come in and if they desire, they can rebuild the system from scratch since all the necessary information is here.
Please message me for the full description, apparently I cannot copy and paste the large description of the project I wrote in word... Once you message me I will send you the description of the project at hand.
I am adding a description of the entire system, the Thinkorswim Thinkscript I wrote originally and still use on Thinkorswim's platform. I am adding as best I can descriptions of all the settings and how they function, this should allow for a developer to come in and if they desire, they can rebuild the system from scratch since all the necessary information is here.
Please message me for the full description, apparently I cannot copy and paste the large description of the project I wrote in word... Once you message me I will send you the description of the project at hand.
Responded
1
Rating
Projects
124
44%
Arbitration
14
29%
/
50%
Overdue
17
14%
Free
2
Rating
Projects
41
20%
Arbitration
9
11%
/
89%
Overdue
5
12%
Free
3
Rating
Projects
16
19%
Arbitration
2
0%
/
50%
Overdue
1
6%
Free
Similar orders
V3 PRO Auto-Scalper EA
40+ USD
//———————————————————————————————————————————————————————————————————— 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
Project information
Budget
200 - 500 USD
Deadline
to 20 day(s)