1. Introduction
Sapphire Strat Maker is an Professional Advisor designed so the customers can have a simple option to develop buying and selling methods. By combining the ready-made accessible indicators, or utilizing customized indicators outlined by the consumer, it’s doable to create an infinite variety of methods with no data in coding.
Right here I current to you some particulars and the documentation to the bot.
2. The way it works?
The bot evaluates every situation on the very first tick of a brand new candle. When a brand new tick is acquired and a bar begins to type, this candle is listed as 0. Each different candle is then listed in numerical order from then. Think about this as how candles are enumerated:
You may see that candle 0 is beginning to be shaped. Taking this under consideration, normally we need to get information from no less than the candle 1 – however nothing stops the consumer from getting the info from candle 0; simply notice that each one open, excessive, low and shut would be the identical.
With this you may specify guidelines and create the methods as you need.
A easy transferring common crossover can be outlined like this:
Open purchase place – [fast ma from bar 1] > [slow ma from bar 1] and [fast ma from bar 2] < [slow ma from bar 2]. If the quick ma on bar 1 is larger than the gradual ma on bar 1, but it surely was beneath on bar 2, it means it crossed over the gradual transferring common, which is a sign for a protracted place.
You are able to do this and set take revenue and cease loss ranges, cease buying and selling after reaching some revenue/loss, set a breakeven situation, and enhance your technique with cash administration situations.
3. Documentation
The documentation is connected to this publish as a zipper file containing a html file. It gives you tables with 3 sorts of knowledge:
1 – Normal data. The entire Professional Advisor options are defined right here;
2 – Indicator data. Gives details about each parameter of the built-in indicators;
3 – ENUM data. Exhibits the integer values for ENUMs of the built-in indicators. Wherever there’s an enum, simply change to the corresponding integer worth.