Goblin Bipolar mod H - page 17

 
Pecunia non olet:
Goertzel Discrete Fourier Transform tests. Which turned out to be better, the Goertzel DFT, nth Order Fading Memory Polynomials or End Point Fast Fourier Transforms?

Could you explain what they have to do with forex trading? What are their practical uses in trading? Where can I find articles that relate to these fourier transformations?

 

Hi smalltalk:

"The nth Order Adaptive Polynomial Acceleration System Applied To Japanese Yen 1min Bars"

"The Polynomial Velocity System Applied To Japanese Yen 1min Bars"

"The British Pound Cubed - Daily Bars."

...and other related items can be found here:

http://www.meyersanalytics.com/articles.php

Click around on that site and you'll see other stuff too.

 

Does anybody know how to change the code so that the ea doubles up above and below the price start point whether it be a buy or sell? Currently the ea only starts doubling up when the price is going against the start position. How would we change the code to make it double up on both sides of the starting position?? Any help would be greatly appreciated.

 
faifarni:
Does anybody know how to change the code so that the ea doubles up above and below the price start point whether it be a buy or sell? Currently the ea only starts doubling up when the price is going against the start position. How would we change the code to make it double up on both sides of the starting position?? Any help would be greatly appreciated.

Could somebody please help me out with this?

 
barnix:
Goblin BiPolar Edition v.2.0 Mod H_fibo4

M15 timeframe

IBFX $5000 mini

GBPUSD

USDJPY

USDCHF

EURUSD

What settings have been used?

Thanks

 

Default setting.

Symbol EURUSDm (Euro vs US Dollar)

Period 15 Minutes (M15) 2007.01.05 05:00 - 2007.02.05 15:45

Parameters SystemWideParms="** Goblin Systemwide Parameters **"; TimeFrame=15;

DiffPips=5;

FiboProgressionPips=true;

FiboProgressionLots=true;

ProfitTarget=25;

ProfitMultiple=1.001;

LotSize=0.01;

LotsIncreaseBy=1.3;

Slippage=3;

LotPrecision=2;

UseMoneyMgmt=false;

EquityProtectionLevel=0;

MaxLossPerOrder=0;

RiskPercent=0.5;

UseConservativeRSX_Signals=false;

StopAfterNoTrades=false;

LongTradeParms="** Goblin Buy Side Parameters **";

LongTakeProfit=10;

LongInitialStop=0;

LongTrailingStop=0;

LongMaxTrades=5;

LongPips=10;

LongSecureProfit=0;

LongAccountProtection=false;

LongOrderstoProtect=0;

ShortTradeParms="** Goblin Sell Side Parameters **";

ShortTakeProfit=10;

ShortInitialStop=0;

ShortTrailingStop=0;

ShortMaxTrades=5;

ShortPips=10;

ShortSecureProfit=0;

ShortAccountProtection=false;

ShortOrderstoProtect=0;

 
barnix:
Default setting.

Symbol EURUSDm (Euro vs US Dollar)

Period 15 Minutes (M15) 2007.01.05 05:00 - 2007.02.05 15:45

...

LongTradeParms="** Goblin Buy Side Parameters **";

LongTakeProfit=10;

LongInitialStop=0;

...

ShortTradeParms="** Goblin Sell Side Parameters **";

ShortTakeProfit=10;

ShortInitialStop=0;

What I don't like is that no stops are used. Every system without stops looks good in backtest until it eventually blows up. And in my experiments, ALL have blown up the account sooner or later if no stop is used. Of course, the balance curve doesn't look so nice if we have losers, but we can still find profitable settings.

The problem with using no stop loss is that the tests look as if there is not a big risk (if it blows up the account, just try a different setting ...), where in reality there is simply UNKNOWN and potentially huge risk. The advantage of using stops is that you can quantify the risk and you can measure the statistics of a system, which is the precondition for any optimization.

Thanks for your results! Have you also tried some settings using stops?

 
barnix:
For Martingale don't need stoplose. The stoplose is the account margin.

That is no stop loss. When you run out of margin, first you can't open new trades any more and afterwards, your trades are closed by your broker, leaving you with a tiny rest of your account. I call this account blowup.

Better take a loss from time to time and get the chance to recover ...

 
barnix:
Goblin BiPolar Edition v.2.0 Mod H_fibo4

M15 timeframe

IBFX $5000 mini

GBPUSD

USDJPY

USDCHF

EURUSD

Can you add this your code indicator from ISAKAS and Allow OPEN NEW TRADE only after isakas signal?

https://www.mql5.com/en/forum/176053/page17

Reason: