Once Upon A Timeframe
- remix919
- Trader
- Posts: 91
- Joined: Wed Jan 23, 2013 2:42 am
- Location: Some Road in the USA
Once Upon A Timeframe
I've actually had pretty decent results with this EA, I've been testing it for awhile and I'm keeping the original demo going which is at breakeven after about a month, but using the statistics on currencies from the original, I started a 2nd demo using only profitable currencies and we'll see how that goes 
EA's are the best way to trade. Why? Because they take the emotion out of trading.
-
Radar
- Trader
- Posts: 437
- Joined: Fri Mar 23, 2012 5:39 pm
- Location: Round the bend ;)
Once Upon A Timeframe
Hey Remix,

BreakEven after a month is still *much* better than what I've gotten so far
I really am crap at finding the right settings 
Good luck with tuning in to those profitable pairs
Have fun!
Radar =8^)
Thanks for the feedbackremix919 » Fri Sep 19, 2014 4:43 am wrote:I've actually had pretty decent results with this EA, I've been testing it for awhile and I'm keeping the original demo going which is at breakeven after about a month, but using the statistics on currencies from the original, I started a 2nd demo using only profitable currencies and we'll see how that goes
BreakEven after a month is still *much* better than what I've gotten so far
Good luck with tuning in to those profitable pairs
Have fun!
Radar =8^)
Check out my new, (well, old now), manual trade & automatic scale-in manager,
StackManV2
StackManV2
- remix919
- Trader
- Posts: 91
- Joined: Wed Jan 23, 2013 2:42 am
- Location: Some Road in the USA
Once Upon A Timeframe
Hey Radar,
Here are my two demos:
Original Demo: http://www.myfxbook.com/members/remix919/oat/975708
OOTB Settings using 0.01 lot trades
New Demo: http://www.myfxbook.com/members/remix91 ... ur/1022938
OOTB Settings using 0.1 lot trades, this demo is only using currencies that were in profit in the original demo. So far so good =D
Here are my two demos:
Original Demo: http://www.myfxbook.com/members/remix919/oat/975708
OOTB Settings using 0.01 lot trades
New Demo: http://www.myfxbook.com/members/remix91 ... ur/1022938
OOTB Settings using 0.1 lot trades, this demo is only using currencies that were in profit in the original demo. So far so good =D
EA's are the best way to trade. Why? Because they take the emotion out of trading.
-
Radar
- Trader
- Posts: 437
- Joined: Fri Mar 23, 2012 5:39 pm
- Location: Round the bend ;)
Once Upon A Timeframe
Looking good, Remix 
Keep the original demo going, though, so you can track which pairs slip out of profitability, and which ones slip in
Good luck,
&
Have fun!
Radar =8^)
Keep the original demo going, though, so you can track which pairs slip out of profitability, and which ones slip in
Good luck,
&
Have fun!
Radar =8^)
Check out my new, (well, old now), manual trade & automatic scale-in manager,
StackManV2
StackManV2
- remix919
- Trader
- Posts: 91
- Joined: Wed Jan 23, 2013 2:42 am
- Location: Some Road in the USA
Once Upon A Timeframe
Also, keep in mind I'm using Oanda 1:50, so we have FIFO and sometimes I get error messages about FIFO. I'm planning to eventually switch over to FinFX, but even though CFTC regulations suck, I still do feel more comfortable trading with a regulated US broker than an un-regulated offshore one.
EA's are the best way to trade. Why? Because they take the emotion out of trading.
-
Radar
- Trader
- Posts: 437
- Joined: Fri Mar 23, 2012 5:39 pm
- Location: Round the bend ;)
Once Upon A Timeframe
Hey Remix,
FIFO sux dead mutts nuts! There is code floating around to handle FIFO correctly, but I just can't get my head around it
I read your comment in Steve's OADnB thread about trades not moving up through the timeframes, so here's a few things to try...
1. Fine-tune your basket entry times...
2. Adjust your JumpingStopMultiplier...
3. Lower your JumpsBeforeExport setting.
I plan to eventually add the 'nBob bits, but lately, whenever I look at code, my brain freezes over
I reckon that once I do that, even I could get a bit of profit with my crappy settings 
Have fun!
Radar =8^)
FIFO sux dead mutts nuts! There is code floating around to handle FIFO correctly, but I just can't get my head around it
I read your comment in Steve's OADnB thread about trades not moving up through the timeframes, so here's a few things to try...
1. Fine-tune your basket entry times...
2. Adjust your JumpingStopMultiplier...
3. Lower your JumpsBeforeExport setting.
I plan to eventually add the 'nBob bits, but lately, whenever I look at code, my brain freezes over
Have fun!
Radar =8^)
Check out my new, (well, old now), manual trade & automatic scale-in manager,
StackManV2
StackManV2
- remix919
- Trader
- Posts: 91
- Joined: Wed Jan 23, 2013 2:42 am
- Location: Some Road in the USA
Once Upon A Timeframe
Thanks Radar!
The bot seems to be actually doing just fine with the current OAD setup, lol, in fact when some trades move up to higher TFs and then next day the EA opens another trade for that pair then when it gets to a point of closing, that's when I get the FIFO errors because it'll try to close the newest trade first instead of the older one.
The bot seems to be actually doing just fine with the current OAD setup, lol, in fact when some trades move up to higher TFs and then next day the EA opens another trade for that pair then when it gets to a point of closing, that's when I get the FIFO errors because it'll try to close the newest trade first instead of the older one.
EA's are the best way to trade. Why? Because they take the emotion out of trading.
-
tsedawa
- Posts: 2
- Joined: Thu Jun 20, 2013 3:27 pm
Once Upon A Timeframe
Hi Radar,
thanks for your great work. i have seen this
LongSwap = MarketInfo(symbol, MODE_SWAPLONG);
ShortSwap = MarketInfo(symbol, MODE_SWAPSHORT);
in steve's OAD but i can't find that in your OUATF.
Is it not needed in your code? Just wondering.
thanks
thanks for your great work. i have seen this
LongSwap = MarketInfo(symbol, MODE_SWAPLONG);
ShortSwap = MarketInfo(symbol, MODE_SWAPSHORT);
in steve's OAD but i can't find that in your OUATF.
Is it not needed in your code? Just wondering.
thanks
-
Radar
- Trader
- Posts: 437
- Joined: Fri Mar 23, 2012 5:39 pm
- Location: Round the bend ;)
Once Upon A Timeframe
Hey Tsedawa,

Fix is done, update in post 1.
Have fun!
Radar =8^)
Nice catch, thankstsedawa » Sat Sep 27, 2014 7:27 pm wrote:Hi Radar,
thanks for your great work. i have seen this
LongSwap = MarketInfo(symbol, MODE_SWAPLONG);
ShortSwap = MarketInfo(symbol, MODE_SWAPSHORT);
in steve's OAD but i can't find that in your OUATF.
Is it not needed in your code? Just wondering.
thanks
Fix is done, update in post 1.
Have fun!
Radar =8^)
Check out my new, (well, old now), manual trade & automatic scale-in manager,
StackManV2
StackManV2