• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 9:10am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 9:10am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Martingale, Anti-martingale, and Compounding 40 replies

Martingale, Reverse Martingale, Modified Martingale, Maths 1 reply

How to change this Martingale to Reverse Martingale ? 3 replies

Martingale vs. Non Martingale (Simplified RoR vs Profit) 1 reply

Baggio System 2 9 replies

  • Trading Systems
  • /
  • Reply to Thread
  • Subscribe
  • 117
Attachments: Martingale Baggio Method
Exit Attachments

Martingale Baggio Method

  • Last Post
  •  
  • 1 1314Page 151617 27
  • 1 14Page 1516 27
  •  
  • Post #281
  • Quote
  • Apr 23, 2008 3:22pm Apr 23, 2008 3:22pm
  •  Schminner
  • | Joined Jun 2007 | Status: Member | 939 Posts
Quoting fry2010
Disliked
Thanks for your reply's. The idea I had was to not actually use ANY indicators I only said RSI just in case it needed it to get it started.
Is it not possible to just try and see whether the Buy and then Sell if stop loss is hit untill profit is reached? When you say it has been tested and shows on low volatility it blows the account, I dont see these tests, only tests for the EA you made that will only buy when in a buy signal, and sell when in a sell signal?
Basically forgetting all indicators all together, just an EA that will buy then if stop loss is hit, it will enter a sell, if stop loss is hit then enter a buy again untill take profit is reached?
I hear what your saying about the low volatility and it blowing the account but I dont see it.
Ignored
There's already indicators out there like what you're describing. As a matter of fact, I have one now, but needs to be tweaked. It's similar to one of those Stop and Reverse Martingale ...
 
 
  • Post #282
  • Quote
  • Apr 23, 2008 3:30pm Apr 23, 2008 3:30pm
  •  fry2010
  • | Joined Mar 2008 | Status: Member | 785 Posts
Sounds good. Are you going to be sharing it when its done? I like the sound of rama's ea also but the thing I dont like is when it goes against the trend.
 
 
  • Post #283
  • Quote
  • Apr 23, 2008 3:35pm Apr 23, 2008 3:35pm
  •  Schminner
  • | Joined Jun 2007 | Status: Member | 939 Posts
Quoting fry2010
Disliked
Sounds good. Are you going to be sharing it when its done? I like the sound of rama's ea also but the thing I dont like is when it goes against the trend.
Ignored
Sure, let me get the raw code first, then we all can tweak and improve it together ... I'll try to share it as soon as I can ...
 
 
  • Post #284
  • Quote
  • Apr 24, 2008 11:37am Apr 24, 2008 11:37am
  •  berdj
  • | Joined Jul 2006 | Status: Member | 43 Posts
I have been trying to get this EA loaded on a chart and it will not go. I have loaded all the files in the include and the expert in the expert folder respectively. I have tried compiling it and it won't it gives me errors about a log file and the orders count. Any help would be greatly appreciated.

I am using the MA martingale3.3 dated MArch 24

All orders count MArch 20 zip
I-Breakeven " "
info " "
Log
Orders count
orderevents
stderror
stdlib
winuser

I have placed them in the include files
Please tell me if this is right
Tks
 
 
  • Post #285
  • Quote
  • Apr 24, 2008 11:59am Apr 24, 2008 11:59am
  •  pipsuffer
  • | Joined Feb 2008 | Status: Member | 28 Posts
Quoting berdj
Disliked
I have been trying to get this EA loaded on a chart and it will not go. I have loaded all the files in the include and the expert in the expert folder respectively. I have tried compiling it and it won't it gives me errors about a log file and the orders count. Any help would be greatly appreciated.

I am using the MA martingale3.3 dated MArch 24

All orders count MArch 20 zip
I-Breakeven " "
info " "
Log
Orders count
orderevents
stderror
stdlib
winuser

I have placed them in the include files
Please tell me if this is right
Tks
Ignored
me too
 
 
  • Post #286
  • Quote
  • Apr 24, 2008 3:44pm Apr 24, 2008 3:44pm
  •  fry2010
  • | Joined Mar 2008 | Status: Member | 785 Posts
Hey here is an EA that does what you are describing schminner, but it has some problems maybe you or someone can take a look at it?
Attached File
File Type: ex4 PowerSM V.2.ex4   11 KB | 271 downloads
 
 
  • Post #287
  • Quote
  • Apr 24, 2008 4:31pm Apr 24, 2008 4:31pm
  •  Schminner
  • | Joined Jun 2007 | Status: Member | 939 Posts
Quoting pipsuffer
Disliked
me too
Ignored
ditto
 
 
  • Post #288
  • Quote
  • Apr 24, 2008 4:33pm Apr 24, 2008 4:33pm
  •  Schminner
  • | Joined Jun 2007 | Status: Member | 939 Posts
Quoting fry2010
Disliked
Hey here is an EA that does what you are describing schminner, but it has some problems maybe you or someone can take a look at it?
Ignored
What does it do again, and what type of problems ???

It might be the same one that I have ...
 
 
  • Post #289
  • Quote
  • Apr 24, 2008 5:03pm Apr 24, 2008 5:03pm
  •  fry2010
  • | Joined Mar 2008 | Status: Member | 785 Posts
It places order either at set time, or set pips or just long whatever you choose. Then if your stop loss is hit it enters an order in the opposite direction, if stop loss hit again it enters again in opposite direction untill your take profit is reached.
On the thread I saw this on they said it doesnt perform well on backtests. From what I see it doesnt immediatly increase lot size but holds the lot sizes untill it decides it wants to increase your lot size, which is why I think the backtest doesnt work. If it would just increase the lot size with each change in trade direction Im sure it would prove profitable.
 
 
  • Post #290
  • Quote
  • Apr 24, 2008 5:18pm Apr 24, 2008 5:18pm
  •  Schminner
  • | Joined Jun 2007 | Status: Member | 939 Posts
Quoting fry2010
Disliked
It places order either at set time, or set pips or just long whatever you choose. Then if your stop loss is hit it enters an order in the opposite direction, if stop loss hit again it enters again in opposite direction untill your take profit is reached.
On the thread I saw this on they said it doesnt perform well on backtests. From what I see it doesnt immediatly increase lot size but holds the lot sizes untill it decides it wants to increase your lot size, which is why I think the backtest doesnt work. If it would just increase the lot size with each change in trade direction Im sure it would prove profitable.
Ignored
I have one that does exactly what we're looking for, but it's programmed to only trade once per day ... I'll get the code soon so we can tweak the living sh*t out of it ....
 
 
  • Post #291
  • Quote
  • Apr 25, 2008 8:19am Apr 25, 2008 8:19am
  •  Rama
  • | Joined Jan 2007 | Status: Member | 134 Posts
Quoting berdj
Disliked
it gives me errors about a log file and the orders count. Any help would be greatly appreciated.

Tks
Ignored
What does log file says?

Could you post it?

Rama.
 
 
  • Post #292
  • Quote
  • Apr 25, 2008 8:39am Apr 25, 2008 8:39am
  •  Xaron
  • Joined Apr 2007 | Status: Evil Kraut | 2,743 Posts
Hi Rama,

I've another (small) issue with your latest EA. If the critic variable is set it doesn't become reset after the critic sequence has been closed. I have to do this always manually.

Nevertheless I'm up more than 20% this month. Will post the statement by end of april. Thanks!

Regards - Xaron
 
 
  • Post #293
  • Quote
  • Apr 25, 2008 8:50am Apr 25, 2008 8:50am
  •  berdj
  • | Joined Jul 2006 | Status: Member | 43 Posts
Quoting Rama
Disliked
What does log file says?

Could you post it?

Rama.
Ignored
Rama
I can't even place the ea on the chart it is strange.
So I tried compiling the ea but that didn't work either.
 
 
  • Post #294
  • Quote
  • Apr 25, 2008 8:55am Apr 25, 2008 8:55am
  •  Xaron
  • Joined Apr 2007 | Status: Evil Kraut | 2,743 Posts
You have to download the zip archive for the EA version 3.0 and copy the 3.31 over it. The zip archive contains all needed include files to compile.

Regards - Xaron
 
 
  • Post #295
  • Quote
  • Apr 25, 2008 2:21pm Apr 25, 2008 2:21pm
  •  Schminner
  • | Joined Jun 2007 | Status: Member | 939 Posts
Quoting Xaron
Disliked
You have to download the zip archive for the EA version 3.0 and copy the 3.31 over it. The zip archive contains all needed include files to compile.

Regards - Xaron
Ignored
That would explain why .... I'll have to try that out ...
 
 
  • Post #296
  • Quote
  • Apr 25, 2008 3:16pm Apr 25, 2008 3:16pm
  •  Schminner
  • | Joined Jun 2007 | Status: Member | 939 Posts
Hi Rama, can you take a look at the codes that I have attached. It's works great, but it only trades once per day and after a certain hour.

Can you manipulate the codes so that it will trade continuously as long as the market is open. Tell me what you think. Thanks.
Attached File
File Type: doc Martingale Stop and Reverse EA.doc   34 KB | 397 downloads
 
 
  • Post #297
  • Quote
  • Apr 25, 2008 8:14pm Apr 25, 2008 8:14pm
  •  Rama
  • | Joined Jan 2007 | Status: Member | 134 Posts
Quoting Xaron
Disliked
Hi Rama,

I've another (small) issue with your latest EA. If the critic variable is set it doesn't become reset after the critic sequence has been closed. I have to do this always manually.

Nevertheless I'm up more than 20% this month. Will post the statement by end of april. Thanks!

Regards - Xaron
Ignored
Yes, I noticed that CriticTrades doesn’t update after a martingale is closed from broker’s server. That happens when TrailingProfit is enabled, or if it is closed manually from another computer (as I did some time before).

I wasn't sure it was a problem. Thanks for the confirmation.

I’m going to work on it this weekend and try to improve order's error handling too.

Thanks

Rama
 
 
  • Post #298
  • Quote
  • Apr 25, 2008 8:17pm Apr 25, 2008 8:17pm
  •  Rama
  • | Joined Jan 2007 | Status: Member | 134 Posts
Quoting Schminner
Disliked
Hi Rama, can you take a look at the codes that I have attached. It's works great, but it only trades once per day and after a certain hour.

Can you manipulate the codes so that it will trade continuously as long as the market is open. Tell me what you think. Thanks.
Ignored
I have just downloaded it. I'm going to see it.

Thanks

Rama
 
 
  • Post #299
  • Quote
  • Apr 25, 2008 10:20pm Apr 25, 2008 10:20pm
  •  Schminner
  • | Joined Jun 2007 | Status: Member | 939 Posts
Quoting Rama
Disliked
I have just downloaded it. I'm going to see it.

Thanks

Rama
Ignored
Cool, let me know if you need anything else ... and keep us up to date on it ... thanks
 
 
  • Post #300
  • Quote
  • Apr 26, 2008 4:19am Apr 26, 2008 4:19am
  •  dingdong
  • | Additional Username | Joined Apr 2008 | 8 Posts
Hi all....

i kind of like the trading idea..but have you thought about.
trying to use one of the other systems for entrance..some are pretty ok.
ofcourse one have to be patience and wait for entrance,but i guess.
you will have a much higher rate to hit the trend first time..
instead of going in and out many times a day....
 
 
  • Trading Systems
  • /
  • Martingale Baggio Method
  • Reply to Thread
    • 1 1314Page 151617 27
    • 1 14Page 1516 27
0 traders viewing now
  • More
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2022