Awesome Fifo

The place for Peaky and Peaky-related stuff.
User avatar
rosst
Trader
Posts: 280
Joined: Wed Feb 27, 2013 1:11 pm
Location: Austin, Texas

Awesome Fifo

Post by rosst »

Thank you!
manuoz

Awesome Fifo

Post by manuoz »

gprince66 » Mon Aug 14, 2017 5:53 am wrote:
rosst wrote:Looks really good - can you share your set file?
Thank you so much for your work on this! :clap:
Hi rosst,

Here's the set file for the latest version. I am trading 3 TFs with 5 trades per and varied lots. With SS and FB at D1 I have trade long and short both set to true. Have not had a fifo error in two weeks. I believe with the D1 setting the lower TFs all trade in the same direction for that symbol. Time will tell on this one.

Cheers,

Gary

:mrgreen:

.
Thanks for the .set ! :) wonderful

The question is that by default the initial lot is 0.18 .
What to change in parameters if i want to begin at 0.01 lot ?

cheers
manuoz
User avatar
gprince66
Trader
Posts: 73
Joined: Tue Jan 12, 2016 7:15 am
Location: Austin, TX USA

Awesome Fifo

Post by gprince66 »

Thanks for the .set ! :) wonderful

The question is that by default the initial lot is 0.18 .
What to change in parameters if i want to begin at 0.01 lot ?

cheers
manuoz
Hi manuoz,

The varied lot function can start at the 'lower lot' amount by setting UseHighestLot to false. The lot range is determined by StartingLot and 'MaxTrades * NoOfTF'.

Gary

Code: Select all

//For victims of the US mis-government.
extern bool    UseFIFO=false;        //UseFIFO: FIFO only works with hidden s/l & t/p
extern bool    UseVariedLots=true;   //UseVariedLots: vary lot size per trade
                                     //US traders, Oanda offers this feature, not available at Forex.com
                                     //MaxTrades * NoOfTF = MaxLot
                                     //3 TFs + 5 trades max = 0.01 to 0.15, 4 TFs + 5 trades max = 0.01 to 0.20, etc
                                     //each TF has a range, H1=0.01,0.02,0.03,0.04,0.05, M15=0.06,0.07,0.08,0.09,0.10, etc
                                     //when opening trade, loop through the 'TF Lot array' and choose the highest (or lowest) lot available
extern bool    UseHTFtoLTFLots=true; //UseHTFtoLTFLots: highest TF starts at 0.01, otherwise lowest TF starts at 0.01 
extern bool    UseHighestLot=true;   //UseHighestLot: use highest lot available for that TF, otherwise always choose lowest available lot
extern double  StartingLot=0.04;     //StartingLot: 0.01 to 0.10, 0.05 to 0.14, etc
manuoz

Awesome Fifo

Post by manuoz »

thanks a lot gprince66 !
Silverdream
Posts: 3
Joined: Sun Aug 13, 2017 2:52 pm

Awesome Fifo

Post by Silverdream »

Hi,

Thanks a lot for this wonderful EA. I put it in on my live account this morning, and I already have made 1.6% of profit for today :-)
manuoz

Awesome Fifo

Post by manuoz »

Silverdream » Mon Aug 14, 2017 5:56 pm wrote:Hi,

Thanks a lot for this wonderful EA. I put it in on my live account this morning, and I already have made 1.6% of profit for today :-)
Well done my French friend :)
Show must go on !!! :!!:
User avatar
gprince66
Trader
Posts: 73
Joined: Tue Jan 12, 2016 7:15 am
Location: Austin, TX USA

Awesome Fifo

Post by gprince66 »

updated to version 1e. Download in post #1.

:mrgreen:
User avatar
gprince66
Trader
Posts: 73
Joined: Tue Jan 12, 2016 7:15 am
Location: Austin, TX USA

Awesome Fifo

Post by gprince66 »

version 1g ready to go in post #1. Steve added some new functionality so test on demo before going live.

full details here...
http://www.stevehopwoodforex.com/phpBB3 ... 37#p155833

Cheers,

Gary

:mrgreen:
User avatar
rosst
Trader
Posts: 280
Joined: Wed Feb 27, 2013 1:11 pm
Location: Austin, Texas

Awesome Fifo

Post by rosst »

gprince66 » Wed Aug 16, 2017 12:38 pm wrote:updated to version 1e. Download in post #1.

:mrgreen:
This version is doing well!
You do not have the required permissions to view the files attached to this post.
User avatar
MurphyMan
Trader
Posts: 345
Joined: Tue Nov 15, 2011 2:35 pm
Location: Southern Illinois, USA

Awesome Fifo

Post by MurphyMan »

Gary - Steve's Awesome is up to rev 1R. Any plans to update your FIFO version?
Post Reply

Return to “Peaky forum”