1. Introduction
That is the documentation for Sapphire Strat Maker and Sapphire Strat Maker Alt (Free) knowledgeable advisor – an EA which lets you create your individual technique with out coding. That is the fantastic thing about this Professional 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 very best units and also you’re able to go!
Be happy to contact me when you’ve got any query in regards to the documentation or need assistance to create a method.
2. Weblog posts
3. ENUMs Documentation/values
This documentation is supplied within the following type: ENUM_TYPE = integer illustration. Take the parameters of a shifting common for instance (examine the Documentation – Indicators to insert the right 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 shifting common is a straightforward 6-period shifting common utilized to the shut value collection 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’ve got any query, be happy to achieve out to me.