Conor Mcnamara / 个人资料
- 信息
|
2 年
经验
|
8
产品
|
4
演示版
|
|
0
工作
|
0
信号
|
0
订阅者
|
I'm working on several indicator projects and EA concepts.
If you have ideas for a high quality custom zigzag or pivot machine, I an experienced and can create high quality tools of these kind. Reach out to me with your idea in the freelance section and assign the job to me.
Note that a zigzag is a drawing. It does not need to be based on market structure, as it can also be based on trend. It can be fast and non-repainting (for signal detection), or it can be slow and redraw (for market structure confirmation). The criteria is up to you. I only work with MQL5.
I made a few different solutions which tackle all of these issues. The original code from metaquotes was not bad at all, very good in fact, it just needed something extra to mark the completion of the leg. Another code I have is more simplified and does not draw "growing" legs, once a leg is drawn it will be final immediately - shortcoming of this is that it can be more receptive to small noisy market movements.
This is a simple tool to display the maximum lot size permitted for any asset based on the size of your account (or more accurately the free margin), and the leverage. It will display the max lot size allowed, and then the script will naturally exit after 3 seconds which gives you enough time to see the information. When you have an active position, it will calculate the maximum number of lots that are left while a position of a certain lot size is already running. Before the script
If the price is cutting above the slow length moving average, a breakout may occur. If the price is cutting below, a pullback may occur in the market. This was known for a long time, but there aren't many indicators which signal on the event. Candlestick pattern validation is also used in this indicator so that signals will not be drawn on doji candles or small "uncertainty" candles. The length of the moving average period can be defined by the user (default is 200). The number of price movement

