stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

Coding help - existing indicators
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=4930
Page 1 of 1
Author:  bm06789 [ Mon Oct 03, 2016 12:43 pm ]
Post subject:  Coding help - existing indicators

Hi,

Thanks for your help. I am not a coder and it would be great if you can help me achieve the following tasks of already built indicators. I have tried and failed to implement the below myself

II_SupDem_2.32
• I am trying to embed visual backtesting source codes but backtesting code does not work. I have copied visual backtesting codes from SS_SupportResistance_v07.3.mq4.

• Library and II_SupDem_2.32 indicator: Is possible to modify this indicator into MQH or MQL type for easy EA integration (without any chart objects and backtest able)? Llibrary based functions which are able to called from the EA, similar to LibSSSRv4? Also, implement the below modifications within the existing II_SupDem_2.32 indicator:
* If zone’s width is less than ATR(14) then ignore this zone (do not draw).
* Merge overlapping zones. Also, merge zones which are close to each other (if there is another zone within the width distance of a zone, then merge these zones).
* Fuzz factor – extend one end of the rectangle zone. “stop loss end of the rectangle zone” x 1.1 (e.g.,1 is width of the rectangle zone)
* if there is another zone above the current zone within the same width

SS_SupportResistance_v07.3.mq4
• Is possible to modify LibSSSRv4 and SS_SupportResistance_v07.3.mq4 with the following:
* If zone’s width is less than ATR(14) value then ignore this zone (do not draw).
* Don’t draw and ignore zones which are: proven, turncoat, verified. I only want to trade zones which are untested and tested.
* Untested zones must not be touched after the zone is created, if zone is touched once then it should be labelled “tested zone”. After touched once the zone is deleted.
* Also, merge zones which are close to each other (if there is another zone within the width distance of a zone, then merge these zones).
All times are UTC Page 1 of 1