
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
---sorry---
was a stupid post
---sorry---
was a stupid post
Statement for the week For Cost Avg - RSI w-Trend v4
/----------------------- USER INPUT
extern int MagicNumber = 12413;
extern double LotExponent = 2;//1.666667;
extern double slip = 3;
extern double pLots = 0.01;
extern double TakeProfit = 15;
extern double Stoploss = 500;
extern double PipStep = 10;
extern int MaxTrades = 55;
extern bool UseStopLoss = false;
extern double TotalEquityRisk = 25; //loss as a percentage of equity
extern bool UseSafeMode = false;
extern bool UseRSIforAddTrade = false;
extern double BuyLevel = 30;
extern double SellLevel = 90;
extern double ShortLevel = 70;
extern double CoverLevel = 10;
extern int SlowPeriod = 8;
extern int FastPeriod = 5;
extern int PriceType = 5;
extern bool UseTrend = false;
extern int sMAPeriod = 40;
extern int MAPeriod = 10;
extern int MATimeFrame = 1440;
extern int MAMethod = 0;
extern int MAPrice = 0;
extern bool UseMASlope = false;
extern int MinPips = 10;
extern int MALookBack = 5;
extern bool UseTrailingStop = false;
extern double TrailStart = 30;
extern double TrailStop = 30;
extern bool MM = false; //Use Money Management or not
extern double RiskPercent = 0.1; //% of equity used as margin per trade
hello maji,
phreaky here, can you send me the EA so i can do some testing and report back to you guys please.....thank you for your time maji, keep on phreaking
sorry, here's my email, tiago_h@hotmail.com
---------NetProfit----DD
USDCHF +$243.34 0.9%
EURCHF +$ 64.11 0.7%
USDJPY +$463.87 0.1%
GBPUSD +$612.83 1.7%
AUDUSD +$418.01 0.7%
EURJPY -$312.80 19.9%
GBPJPY +$454.02 0.4%
EURUSD +$328.36 0.8%
USDCAD +$128.98 0.9%
I think EURJPY had a nice trend and you can see that can kick butt. Think what kind of butt kicking GBPUSD can hand out. Anyway, historical results showed that EURJPY did not have such a trend in the last year or more, thus it was due this move. Maybe now I can trade EURJPY on a real money account.
One thing though, the large number of pairs prevented a complete meltdown and the EA managed to recover. That is what I like about it. However, I want to see one of those monster trends being made by Cable and to some extent by Swissy and USDJPY.
Blue Pearl, you did get a small taste of stress test... I guess
Cost Averaging RSI with Trend v4 part1
This is my first report testing v4 with Trend. I think this one has the most potential but the question is what settings will give the proper ballance between profitability and risk.
Starting ballance: $10000
Pairs: EURGBP, EURJPY, EURUSD, USDCHF, GBPCHF, AUDUSD
Timeframe: M15 on IBFX
Settings:
MagicNumber=12413
LotExponent=2.00000000
slip=3.00000000
pLots=0.01000000
TakeProfit=5.00000000
Stoploss=500.00000000
PipStep=5.00000000
MaxTrades=55
UseStopLoss=0
TotalEquityRisk=25.00000000
UseSafeMode=0
UseRSIforAddTrade=0
BuyLevel=30.00000000
SellLevel=90.00000000
ShortLevel=70.00000000
CoverLevel=10.00000000
SlowPeriod=8
FastPeriod=5
PriceType=5
UseTrend=0
sMAPeriod=40
MAPeriod=10
MATimeFrame=1440
MAMethod=0
MAPrice=0
UseMASlope=0
MinPips=10
MALookBack=5
UseTrailingStop=1
TrailStart=30.00000000
TrailStop=30.00000000
MM=0
RiskPercent=0.10000000
H1 on IBFX
Cost Averaging Common RSI v1 part1a
Also very good on M15
Starting ballance: $10000
Pairs: EURGBP, EURJPY, EURUSD, USDCHF, GBPCHF, AUDUSD
Timeframes: M15,M30, H1 on IBFX
Settings:
MagicNumber=12411
LotExponent=1.66666700
slip=3.00000000
Lots=0.10000000
TakeProfit=20.00000000
Stoploss=100.00000000
PipStep=25.00000000
MaxTrades=10
UseSafeMode=1
UseRSIforAddTrade=1
UseStopLoss=0
TotalEquityRisk=33.00000000
BuyLevel=20.00000000
SellLevel=80.00000000
MidLevel=50.00000000
SlowPeriod=9
FastPeriod=4
PriceType=5
CA Pyramid v4
This is a report of two EA's Pyramid v4 I've been testing last week on my demo account. This week it performed VERY good, in my oppinion way too good.
I am just wondering what drawndown will be when the trend will change? What loss will happen before this EA will realize it should go the other way...
Maji, why EA is not using SL and TP that I set? Is this EA checking the trend all the time (even when the positions are set on the other direction)?