Writing EAs for free on interesting strategies - page 8

 
VladislavVG:
Also keep in mind that interesting is mostly an idea that can give a statistical advantage. That is, strategies such as combining MACD with Parabolic or a bunch of other indices - it's not that: any programmer easily sifts out hundreds of this "stuff" using the strategy tester - there is nothing interesting in programming such strategies. If you have such ideas - just search the code base for the suitable EA, learn to optimize it, and use.
I am doing so, until I found a normal EA
 
Hello, dear programmers, I would like to ask you to write an EA (for testing a strategy so far), based on a zig-zag and opening orders by martingale. Here is the principle of its work:
- when a zig-zag with the parameter 600 appears, the EA should set the grid of limit orders to the opposite side;
- that the settings include initial lot parameters, grid step, TP and coeff.lot multiplier:
- upon appearance of opposite signal from the zig-zag 600, current orders will be closed (deleted) and a grid of limit orders to the opposite side will also open.
Preferably, the duration of a zig zag should be set in an EA.
Thank you if you will take on the job.
 

Good day to all!

I would like to ask someone to change my robot to put a pending order instead of a market order.

 
BALDEYU_OT_MT5:
Hello, I have a normal programming experience, tried many different strategies, I want to create something new and interesting. Can you suggest an interesting strategy based on indicators? I would like to use them.
It would be interesting to create an indicator as sum/difference of currency pairs/metals quotes with weight? It would be a hedge tool.
 
iv_danko:
Would it be interesting to create an indicator as a sum/difference of currency pair/metal quotes with weight? It would be a hedge tool.

Portfolio optimizer would not work ?
 

Is this optimisation for trades that are already open?

 
iv_danko:

Is this optimisation for trades that are already open?


No. You create the portfolio you want, look at how it has behaved during the history and how it is behaving now, and open trades according to this data. Author transcendreamer.