Raw Ideas - page 75

 
haan:
Thank you.It looks that we need so-called multicurrency undy.For example VininI_MV_MA_WPR_v1.mq4 by Victor Nicolaev aka Vinin (thanks a lot).

But I can't change this part of code for spearman:

WPR=(iCustom(Spearman_Symbol,Period(),"SpearmanRankCorr",Spearman_Period,0,30,true,WPRPos))

Need help.

Sorry, can't attach VininI_MV_MA_WPR_v1.mq4, i took it from here:

Variations on the Topic of WPR - MQL4 Code Base

Here you are:

//+------------------------------------------------------------------+

//| VininI_MV_MA_WPR_v1.mq4 |

//| Victor Nicolaev aka Vinin|

//| vinin@mail.ru |

//+------------------------------------------------------------------+

#property copyright "Сopyright 2008. Victor Nicolaev aka Vinin"

#property link "e-mail: vinin@mail.ru"

#property indicator_separate_window

#property indicator_buffers 1

#property indicator_color1 Aqua

#property indicator_level1 0

#property indicator_level2 0.7

#property indicator_level3 -0.7

//---- input parameters

extern string WPR_Symbol="GBPUSD";

extern int MA_Period=5;

extern int MA_Mode=0;

extern int WPR_Period= 14;

extern int Limit=1440;

double WPR[];

double MA[];

//+------------------------------------------------------------------+

//| Custom indicator initialization function |

//+------------------------------------------------------------------+

int init() {

IndicatorBuffers(2);

SetIndexStyle(0,DRAW_LINE);

SetIndexDrawBegin(0,WPR_Period+MA_Period);

SetIndexBuffer(0,MA);

SetIndexBuffer(1,WPR);

IndicatorShortName(WPR_Symbol+"(WPR,"+WPR_Period+")");

SetIndexLabel(0,WPR_Symbol+"(WPR)");

return(0); }

//+------------------------------------------------------------------+

int start() {

static int TimeWPR=-1;

int limit;

int counted_bars=IndicatorCounted();

int i, CurrentTime, WPRPos;

if(counted_bars<0) return(-1);

if(counted_bars>0) counted_bars--;

limit=Bars-counted_bars;

if (limit>Limit && Limit>0) limit = Limit;

if (TimeWPR>0) limit+=iBarShift(WPR_Symbol,Period(),TimeWPR);

for (i = limit;i>=0;i--){

CurrentTime=Time;

WPRPos=iBarShift(WPR_Symbol,Period(),CurrentTime);

if (iTime(WPR_Symbol,Period(),WPRPos)<CurrentTime) WPRPos++;

WPR = (iCustom(WPR_Symbol,Period(),"SpearmanRankCorr",WPR_Period,0,30,true,0,0,WPRPos)+0);

}

for (i = limit;i>=0;i--) MA = iMAOnArray(WPR,0,MA_Period,0,MA_Mode,i);

TimeWPR=iTime(WPR_Symbol,Period(),0);

return(0);

}// int start()

 

And again thanks a lot for Victor Nicolaev aka Vinin.

 

Better Super Signals?

I did try with super signal

Super Signal V3

and

Aroon (Setting 50)

Can anyone using Super Signal as entry notice, and when Aroon show end trend

(when either Up trend or Down trend line start pushing down)

show the signal, and alert or even to auto trade

this one do work quite well, hope any coder came help me

 

Black Dog System

Hi

Anyone here is able to make this sytem yet?

Black Dog system

1

Thanks

 

MadMax

Hi,

I'm a newbie here at ForexTSD. Nice site.

I designed a basic mechanical system for trading any currency. It has been built in NinjaTrader, and the testing results have been excellent.

AUDCAD @ 15 minutes

win/loss ratio of 1.88 and a profit factor of 5.19 (73.33% profitable).

.77 trades per day

15 trades 11 winners, 4 losers.

Average winning trade .29%, average losing trade, .15%.

If there is sufficient interest and if programmers are interested in building and refining this system for MetaTrader, I will share the recipe.

 

Drawing tool?

Is it possible to create a custom drawing tool in mT4 ?

Has anyone come accross any examples?

Happy trading

 
callan300:
Is it possible to create a custom drawing tool in mT4 ?

Has anyone come accross any examples?

Happy trading

One tool is here https://www.mql5.com/en/forum/175349

 

Setup Pictures Mixer

I leave it to you guys to decide if such a thread is necessary or not.

But I thought it would be a good idea to have a place where anyone could leave just a picture of a promising/interesting/strange/whatever setup without starting a separate thread. May be with a comment or two. Just for brainstorming, you know. To give us, pressed and stressed traders, a nice opportunity to just relax and flip through pictures which, as they say, tell you more that words.

Maybe someone will have a revelation, who knows

Again, I leave it to you people to decide if there is a need for that or not.

Well, here is my setup as a starter anyway. Nice 122 pips in two days. 1min EURJPY. I personally scalp 10-25 pips, but one could stay with LSMA as well to get trendy

Files:
 
FatherJack:
I leave it to you guys to decide if such a thread is necessary or not.

But I thought it would be a good idea to have a place where anyone could leave just a picture of a promising/interesting/strange/whatever setup without starting a separate thread. May be with a comment or two. Just for brainstorming, you know. To give us, pressed and stressed traders, a nice opportunity to just relax and flip through pictures which, as they say, tell you more that words.

Maybe someone will have a revelation, who knows Again, I leave it to you people to decide if there is a need for that or not.

Well, here is my setup as a starter anyway. Nice 122 pips in two days. 1min EURJPY. I personally scalp 10-25 pips, but one could stay with LSMA as well to get trendy

It's the idea behind current thread

 
Linuxser:
It's the idea behind current thread

That's exactly why I never mentioned the idea in this thread, and opened a separate one... but here I am...

Reason: