Tuesday, October 1, 2024

Sapphire Strat Maker – A straightforward solution to create methods – My Buying and selling – 4 March 2024

1. Introduction

Sapphire Strat Maker is an Professional Advisor designed so the customers can have a straightforward solution to develop buying and selling methods. By combining the ready-made accessible indicators, or utilizing customized indicators outlined by the person, it’s doable to create an infinite variety of methods with no information 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 obtained and a bar begins to type, this candle is listed as 0. Each different candle is then listed in numerical order from then. Contemplate this as how candles are enumerated:

You possibly can see that candle 0 is beginning to be fashioned. Taking this into consideration, normally we wish to get information from a minimum of the candle 1 – however nothing stops the person from getting the info from candle 0; simply notice that every one open, excessive, low and shut would be the similar.

With this you’ll be able to specify guidelines and create the methods as you need.

A easy shifting common crossover could 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 greater than the sluggish ma on bar 1, but it surely was under on bar 2, it means it crossed over the sluggish shifting 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 circumstances.

3. Documentation

The documentation is hooked up to this publish as a zipper file containing a html file. It gives you tables with 3 varieties of knowledge:

1 – Common data. All the Professional Advisor options are defined right here;

2 – Indicator data. Supplies details about each parameter of the built-in indicators;

3 – ENUM data. Reveals the integer values for ENUMs of the built-in indicators. Wherever there’s an enum, simply change to the corresponding integer worth. 

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles