Expert Advisor SecureProfit (由 iticsoftware)
該使用者已經刪除了這個系統。
Edit Your Comment
Expert Advisor SecureProfit討論
會員從May 06, 2010開始
121帖子
會員從Feb 11, 2011開始
3帖子
Feb 25, 2011 at 16:23
會員從Feb 16, 2010開始
1332帖子
One who dares to let Mr Martin trade a $10k account should be very sure it's safe enough. I will follow this account closely, an interesting one. Martingale could be a powerful tool if used wisely.
"In trading, winning is frequently a question of luck, but losing is always a matter of skill."
會員從May 06, 2010開始
121帖子
Feb 25, 2011 at 16:34
會員從May 06, 2010開始
121帖子
What is classic Martingale betting system? The strategy had the gambler double his bet after every loss, so that the first win would recover all previous losses plus win a profit equal to the original stake.
This approash is not actual with SecureProfit because we do not double trades after every loss.
This approash is not actual with SecureProfit because we do not double trades after every loss.
BJF Trading Group
Feb 25, 2011 at 16:58
會員從Nov 18, 2009開始
735帖子
Slow motion car crash - that's what Martingale is - and the investors - the crash test dummies ... mmm mmm mmm ....
let's hope this one's different.
let's hope this one's different.
forexma posted:
One who dares to let Mr Martin trade a $10k account should be very sure it's safe enough. I will follow this account closely, an interesting one. Martingale could be a powerful tool if used wisely.
Surround yourself with people whose eyes light up when they see you and who have no agenda for your reform.
會員從May 06, 2010開始
121帖子
會員從May 06, 2010開始
121帖子
Feb 25, 2011 at 20:47
(已編輯Feb 25, 2011 at 20:48)
會員從May 06, 2010開始
121帖子
SecureProfit opens a set of orders at different levels:
extern string _tmp2_ = ' --- Lots ---';
extern double Lot1 = 0.01;
extern double Lot2 = 0.01;
extern double Lot3 = 0.02;
extern double Lot4 = 0.03;
extern double Lot5 = 0.05;
extern double Lot6 = 0.08;
extern double Lot7 = 0.1;
extern double Lot8 = 0.13;
extern double Lot9 = 0.17;
extern double Lot10 = 0.2;
extern double Lot11 = 0.23;
extern double Lot12 = 0.27;
extern double Lot13 = 0.3;
extern double Lot14 = 0.5;
extern double Lot15 = 0.7;
extern string _tmp3_ = ' --- Orders distance ---';
extern int OrderDist2 = 30;
extern int OrderDist3 = 30;
extern int OrderDist4 = 30;
extern int OrderDist5 = 30;
extern int OrderDist6 = 30;
extern int OrderDist7 = 40;
extern int OrderDist8 = 40;
extern int OrderDist9 = 40;
extern int OrderDist10 = 40;
extern int OrderDist11 = 40;
extern int OrderDist12 = 50;
extern int OrderDist13 = 50;
extern int OrderDist14 = 50;
extern int OrderDist15 = 50;
This is not pure Martingale. This is the expert with complex MM 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
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;
extern bool CloseShorts false;
extern string _tmp2_ = ' --- Lots ---';
extern double Lot1 = 0.01;
extern double Lot2 = 0.01;
extern double Lot3 = 0.02;
extern double Lot4 = 0.03;
extern double Lot5 = 0.05;
extern double Lot6 = 0.08;
extern double Lot7 = 0.1;
extern double Lot8 = 0.13;
extern double Lot9 = 0.17;
extern double Lot10 = 0.2;
extern double Lot11 = 0.23;
extern double Lot12 = 0.27;
extern double Lot13 = 0.3;
extern double Lot14 = 0.5;
extern double Lot15 = 0.7;
extern string _tmp3_ = ' --- Orders distance ---';
extern int OrderDist2 = 30;
extern int OrderDist3 = 30;
extern int OrderDist4 = 30;
extern int OrderDist5 = 30;
extern int OrderDist6 = 30;
extern int OrderDist7 = 40;
extern int OrderDist8 = 40;
extern int OrderDist9 = 40;
extern int OrderDist10 = 40;
extern int OrderDist11 = 40;
extern int OrderDist12 = 50;
extern int OrderDist13 = 50;
extern int OrderDist14 = 50;
extern int OrderDist15 = 50;
This is not pure Martingale. This is the expert with complex MM 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
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;
extern bool CloseShorts false;
BJF Trading Group
會員從May 06, 2010開始
121帖子
Feb 25, 2011 at 20:50
會員從May 06, 2010開始
121帖子
SecureProfit has Global MM options:
extern string _tmp6_ = ' --- Global Profit ---';
extern bool GlobalSL. true;
extern double GlobalSL$ = 700.0;
extern bool GlobalTP. true;
extern double GlobalTP$ = 150.0;
extern double ExtraGlobalTP$ = 5.0;
extern string _tmp6_ = ' --- Global Profit ---';
extern bool GlobalSL. true;
extern double GlobalSL$ = 700.0;
extern bool GlobalTP. true;
extern double GlobalTP$ = 150.0;
extern double ExtraGlobalTP$ = 5.0;
BJF Trading Group
會員從Sep 12, 2009開始
313帖子
Mar 01, 2011 at 14:47
會員從Sep 12, 2009開始
313帖子
i AM ALSO DOING AND TESTING SIMILAR starategy with Blessing 8 i want some one to modify as per my needs and y testing please help me
https://www.myfxbook.com/portfolio/solid-own/53612
https://www.myfxbook.com/portfolio/solid-own/53612
會員從May 06, 2010開始
121帖子
Mar 02, 2011 at 13:10
會員從Nov 12, 2009開始
272帖子
You can certainly update every 60m. Who would want to copy trades 60 minutes later? As you mentioned to observe and reach own conclusions, a martingale-grid system can be truly analyzed only having information on both closed and open trades. Open trades are vital to measure the health of the system. Thanks
會員從May 06, 2010開始
121帖子
Mar 02, 2011 at 16:26
會員從May 06, 2010開始
121帖子
jsantos3 posted:
You can certainly update every 60m. Who would want to copy trades 60 minutes later? As you mentioned to observe and reach own conclusions, a martingale-grid system can be truly analyzed only having information on both closed and open trades. Open trades are vital to measure the health of the system. Thanks
This is not the martingale. We don't double lot size.
This is complex grider EA with complex money management.
Thank your for your suggestion. What is your interest to see open trades?
BJF Trading Group
Mar 02, 2011 at 19:29
會員從Nov 12, 2009開始
272帖子
Open trades show the level of drawdown, which is something crucial to understand worst-case scenarios before trading this system. The closed trades are the easy part and very exciting to see the profitability, which this ea has clearly demonstrated capable of. The other side of the equation that investor needs to control is the level of margin necessary to run this system when open positions are negative.
Mar 04, 2011 at 16:47
會員從Nov 12, 2009開始
272帖子
This system does not double lot size at every level, but by the 7th level the position is 10 times the lot size of first order. To be sure this account is not carrying open float bigger than closed profits and ruining equity, I suggest developer/vendor to open trades periodically - once a day - and not only all the float is closed and looking nice. Who would want to copy martingales trades several hours later?
會員從May 06, 2010開始
121帖子
Mar 04, 2011 at 17:33
(已編輯Mar 04, 2011 at 17:33)
會員從May 06, 2010開始
121帖子
jsantos3 posted:
This system does not double lot size at every level, but by the 7th level the position is 10 times the lot size of first order.
The probability of TakeProfit on first order is low.
Summary TakeProfit triggered often by 3-5 open trades.
So average working lot is summary lot of 4 open trades per pair.
jsantos3 posted:
This system does not double lot size at every level, but by the 7th level the position is 10 times the lot size of first order. To be sure this account is not carrying open float bigger than closed profits and ruining equity, I suggest developer/vendor to open trades periodically - once a day - and not only all the float is closed and looking nice. Who would want to copy martingales trades several hours later?
What about copy of trade rules?
BJF Trading Group
會員從May 06, 2010開始
121帖子
Mar 09, 2011 at 05:46
會員從May 06, 2010開始
121帖子
Effective March the prices for expert advisor SecureProfit will be increased for 50 USD.
However you still have a couple of days to purchase this expert advisor on the old lower price.
Expert Advisor SecureProfit Home page
https://iticsoftware.com/expert-advisors/forex-expert-advisor/expert-advisor-sp
However you still have a couple of days to purchase this expert advisor on the old lower price.
Expert Advisor SecureProfit Home page
https://iticsoftware.com/expert-advisors/forex-expert-advisor/expert-advisor-sp
BJF Trading Group
會員從May 06, 2010開始
121帖子
*商業用途和垃圾郵件將不被容忍,並可能導致帳戶終止。
提示:發佈圖片/YouTube網址會自動嵌入到您的帖子中!
提示:鍵入@符號,自動完成參與此討論的用戶名。