Trabalho concluído
Tempo de execução 1 dia
Comentário do desenvolvedor
I want to create a simple EA that includes the following functions:
1. The Buy / Sell signal comes from the signal of the Object on the chart:
Here are the instructions of the indicator author:
you can enumerate all charts objects and fined only arrows from MA Bounce Indicator. All arrows starts from name% s_Arrow_ where% s is a Signal Code from property, By default it's [MA Bounce]. So search all arrows with name "[MA Bounce] _Arrow_".
const int totalObjects = ObjectsTotal (ChartID ());
for (int index = 0; index <totalObjects; ++ index)
{
const string objectName = ObjectName (ChartID (), index);
if (StringFind (objectName, "[MA Bounce] _Arrow_")! = 0)
{
// Do work with arrow
}
}
1.1: Buy Signal Image:
In attact file
1.2: Signal Sell Image:
In attact file
1.3: Object list Image:
In attact file
2. EA has a Magic Number.
3. EA has input and uses Stoploss in pips.
4. EA has input and uses Takeprofit in pips.
5. EA has Trailing Stop with ATR.
6. I need to have the source code of the EA generated.
Thanks you very much.
Pedidos semelhantes
I need a AI signal generating bot for forex trading that use the latest ai technology to track real time forex market, analyse and give signals. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame
step by step and structure this into a full IEEE 830 / ISO/IEC/IEEE 29148 style Requirements Specification. This format will include: Introduction System Overview Functional and Performance Requirements Traceability Matrix (linking requirements to test cases) Verification and Validation Compliance Standards 1. Introduction 1.1 Purpose The purpose of this document is to define the technical requirements for the
The Ai robot must help me with forex and I don't have money soon can the Ai robot give me some money and I will pay it back if the Ai robot does a good job making me rich
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","
A trading expert that relies on specific signals such as price breaking a peak or trough, liquidity withdrawal, and retesting the signal. Lock the expert advisor with a code and create a subscriber base with a separate key for each subscriber