Jump to content

SniperFox Scalping EA


didier

Recommended Posts

Re: SniperFox Scalping EA

 

Thanks. Have you tested this EA..?

 

It's is widely available for free.

 

I think they disected FAPTurbo and used the variables, see part of the code here:

 

extern string ____SNIPERFOX__________ = "---------- SNIPERFOX84 EUR/USD M1 ----------";
extern double FapTurbo_Lots = 0.05;
extern double FapTurbo_LotsRiskReductor = 1.0;
extern int FapTurbo_MaxOrders = 2;
extern int FapTurbo_MaxLots = 0.1;
extern int FapTurbo_StopTime = 9;
extern int FapTurbo_aaa = 35;
extern int FapTurbo_bbb = 48;
extern double FapTurbo_TakeProfit = 140.0;
extern double FapTurbo_StopLoss = 500.0;
extern double FapTurbo_TrailingStop = 0.0;
extern int FapTurbo_DurationInHours = 0;
extern int FapTurbo_CloseAfterXmonths = 1;
extern int FapTurbo_PeriodMALarge = 100;
extern int FapTurbo_PeriodMASmall = 30;
extern int FapTurbo_PriceMA_0_6 = 0;
extern int FapTurbo_TypeMA_0_3 = 0;
extern int FapTurbo_ShiftMALarge = 3;
extern int FapTurbo_ShiftMASmall = 1;
extern int FapTurbo_LookForDays = 2;
extern int FapTurbo_CriticalDays = 45;
extern int FapTurbo_RelaxDays = 0;
extern double FapTurbo_HedgingLotReducer = 0.0;
extern int FapTurbo_Hedging = 0;
extern int FapTurbo_TradeNFP = 1;
extern int FapTurbo_TradeFriday = 1;
extern int FapTurbo_Prudent = 0;
extern int FapTurbo_SymAlligatorOnCritica = 1;
extern int FapTurbo_FixedDirection = 1;
extern int FapTurbo_ClsLsrOnMrktChnge = 0;
extern int FapTurbo_AlwaysTrade = 0;
extern double FapTurbo_LowLot = 0.1;
extern int FapTurbo_TooGoodToBeTrue = 50;
extern int FapTurbo_PrudentPeriod = 30;
extern int FapTurbo_StartWorkTimeHour = 0;
extern int FapTurbo_StartWorkTimeMin = 0;
extern int FapTurbo_EndWorkTimeHour = 0;
extern int FapTurbo_EndWorkTimeMin = 0;
extern int FapTurbo_OneTrade = 0;
extern double FapTurbo_SpanGator = 0.5;
extern int FapTurbo_SlipPage = 3;
extern string FapTurbo_ExpertComment = "SNIPERFOX SCALPER EA";

 

Especially the last line shown above is rather hilarious....and lame at the same time. :?:

Thanks for the kudos...much appreciated!
Link to comment
Share on other sites

  • 3 weeks later...
  • 2 months later...

Re: SniperFox Scalping EA

 

Thanks. Have you tested this EA..?

 

It's is widely available for free.

 

I think they disected FAPTurbo and used the variables, see part of the code here:

 

extern string ____SNIPERFOX__________ = "---------- SNIPERFOX84 EUR/USD M1 ----------";
extern double FapTurbo_Lots = 0.05;
extern double FapTurbo_LotsRiskReductor = 1.0;
extern int FapTurbo_MaxOrders = 2;
extern int FapTurbo_MaxLots = 0.1;
extern int FapTurbo_StopTime = 9;
extern int FapTurbo_aaa = 35;
extern int FapTurbo_bbb = 48;
extern double FapTurbo_TakeProfit = 140.0;
extern double FapTurbo_StopLoss = 500.0;
extern double FapTurbo_TrailingStop = 0.0;
extern int FapTurbo_DurationInHours = 0;
extern int FapTurbo_CloseAfterXmonths = 1;
extern int FapTurbo_PeriodMALarge = 100;
extern int FapTurbo_PeriodMASmall = 30;
extern int FapTurbo_PriceMA_0_6 = 0;
extern int FapTurbo_TypeMA_0_3 = 0;
extern int FapTurbo_ShiftMALarge = 3;
extern int FapTurbo_ShiftMASmall = 1;
extern int FapTurbo_LookForDays = 2;
extern int FapTurbo_CriticalDays = 45;
extern int FapTurbo_RelaxDays = 0;
extern double FapTurbo_HedgingLotReducer = 0.0;
extern int FapTurbo_Hedging = 0;
extern int FapTurbo_TradeNFP = 1;
extern int FapTurbo_TradeFriday = 1;
extern int FapTurbo_Prudent = 0;
extern int FapTurbo_SymAlligatorOnCritica = 1;
extern int FapTurbo_FixedDirection = 1;
extern int FapTurbo_ClsLsrOnMrktChnge = 0;
extern int FapTurbo_AlwaysTrade = 0;
extern double FapTurbo_LowLot = 0.1;
extern int FapTurbo_TooGoodToBeTrue = 50;
extern int FapTurbo_PrudentPeriod = 30;
extern int FapTurbo_StartWorkTimeHour = 0;
extern int FapTurbo_StartWorkTimeMin = 0;
extern int FapTurbo_EndWorkTimeHour = 0;
extern int FapTurbo_EndWorkTimeMin = 0;
extern int FapTurbo_OneTrade = 0;
extern double FapTurbo_SpanGator = 0.5;
extern int FapTurbo_SlipPage = 3;
extern string FapTurbo_ExpertComment = "SNIPERFOX SCALPER EA";

 

Especially the last line shown above is rather hilarious....and lame at the same time. :?:

 

Real rip off. Do they sell it, anyway? :huh:

Link to comment
Share on other sites

  • 2 weeks later...

Re: SniperFox Scalping EA

 

I use only the scalper mode and yes gmt-time, if you use it on fxopen as example,you must write 1 in the gmt-line.

Backtests are okay,but real I use it 2 month with difficult broker, fxopen and litefx are ok,but from time to time 1 trade is a looser and this is not good:-)

 

Scalper are only good in a small timeframe,the best time is from 20-24 o´clock gmt.

If you have interest on other Scalper-EA´s with good Backtestresults, please contact me.

Link to comment
Share on other sites

Re: SniperFox Scalping EA

 

i ran it on IamFX DEMO, results are very impresive (doubled account in a month but with 1:500 leverage)

if you'll try IamFX DEMO just notice that on real leverage is not up to 1:500, but for account $5000-$25000 it's only 1:200.

Link to comment
Share on other sites

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...