Expert Advisor SecureProfit

Expert Advisor SecureProfit


Expert Advisor   initiates and manages trade sequences. First trade (market BUY or SELL) based on FastMA and SlowMA cross. Another trades of sequence added on some distance from previous trades. Distances and lots are external parameters. Trade sequence effectively closed on a wave end by GlobalTP value when the market rollbacks.

Expert Advisor SecureProfit  Orders Levels

Expert Advisor SecureProfit opens a set of orders at different levels:
Lot1 = 0.01;
Lot2 = 0.01;
 Lot3 = 0.02;
Lot4 = 0.03;
Lot5 = 0.05;
Lot6 = 0.08;
Lot7 = 0.1;
Lot8 = 0.13;
Lot9 = 0.17;
Lot10 = 0.2;
Lot11 = 0.23;
Lot12 = 0.27;
Lot13 = 0.3;
Lot14 = 0.5;
Lot15 = 0.7;

Expert Advisor SecureProfit Orders Distance


OrderDist2 = 30;
OrderDist3 = 30;
OrderDist4 = 30;
OrderDist5 = 30;
OrderDist6 = 30;
OrderDist7 = 40;
OrderDist8 = 40;
OrderDist9 = 40;
OrderDist10 = 40;
OrderDist11 = 40;
OrderDist12 = 50;
OrderDist13 = 50;
OrderDist14 = 50;
OrderDist15 = 50;

expert advisor
This is not pure Martingale. This is the expert advisor with complex money management  and adding to a position at different levels.
Open of the first position based on MAs direction and daily candle analize.
We make profit on:
a) Market trend to direction of first order
b) Market rollback after counter-trend

Expert Advisor SecureProfit Hedge Options

Hedge options can be used.

//0 - never
//1 - always
//2 - if short series is not started
//3 - if short series is started
extern int StartL 2;

//0 - never
//1 - always
//2 - if long series is not started
//3 - if long series is started
extern int StartShortSeries = 2;

extern bool CloseL false;

Expert Advisor SecureProfit Global Money Management

SecureProfit has Global MM options:

GlobalSL. true;
GlobalSL$ = 700.0;
GlobalTP. true;
GlobalTP$ = 150.0;
ExtraGlobalTP$ = 5.0;


Learn more about expert advisor SecureProfit


FaceBook Page

 

What did you think of this article?




Trackbacks
  • No trackbacks exist for this post.
Comments
  • No comments exist for this post.
Leave a comment

Submitted comments are subject to moderation before being displayed.

 Name

 Email (will not be published)

 Website

Your comment is 0 characters limited to 3000 characters.