[ad_1]
1. Introduction
That is the documentation for Sapphire Strat Maker and Sapphire Strat Maker Alt (Free) skilled advisor – an EA which lets you create your individual technique with out coding. That is the fantastic thing about this Skilled Advisor: create your individual methods – be artistic – and do not be locked to a single technique anymore. Optimize the parameters you wish to discover the most effective units and also you’re able to go!
Be at liberty to contact me if in case you have any query concerning the documentation or need assistance to create a method.
2. Weblog posts
3. ENUMs Documentation/values
This documentation is offered within the following type: ENUM_TYPE = integer illustration. Take the parameters of a transferring common for instance (verify the Documentation – Indicators to insert the proper parameters):
From the desk under, we are able to see that 0 is the integer illustration for the MODE_SMA within the ENUM_MA_METHOD.
Additionally, we see that 1 is the integer illustration for the PRICE_CLOSE within the ENUM_APPLIED_PRICE.
So this transferring common is a straightforward 6-period transferring common utilized to the shut value sequence with no bars shift.
3.1. ENUM_MA_METHOD
- MODE_SMA = 0
- MODE_EMA = 1
- MODE_SMMA = 2
- MODE_LWMA = 3
- PRICE_CLOSE = 1
- PRICE_OPEN = 2
- PRICE_HIGH = 3
- PRICE_LOW = 4
- PRICE_MEDIAN = 5
- PRICE_TYPICAL = 6
- PRICE_WEIGHTED = 7
- VOLUME_TICK = 0
- VOLUME_REAL = 1
- STO_LOWHIGH = 0
- STO_CLOSECLOSE = 1
When you have any query, be at liberty to achieve out to me.
[ad_2]