[Archive!] WRITING A COUNTRY TOGETHER!!! - page 21

 
RomanS >> :

I check this thread from time to time...

It's interesting to see the final results, I see you're almost done and it's a dense forest)))

Nah...) It's just a work in progress technically... Now I need to test it, so that I can analyse it later and make further modifications to the additional signals)

 

i.e. s1>90 && s5>90 && s15>90 && s15>90. ( S1>90 && S5>90 && S15>90 &&

WPR1>-10 && WPR5>-10 && WPR15>-10 &&

CONDITIONS MULTIVAL. INDUSTRY )

ON 6 CURRENCY PAIRS WOULD BE A VERY PROFITABLE SYSTEM....

BUY & SELL AT STOP LOSS LEVELS 10 & 15 & WPR -90


 
sllawa3 >> :

i.e. ( S1>90 && S5>90 && S15>90 &&

WPR1>-10 && WPR5>-10 && WPR15>-10 &&

CONDITIONS MULTIVAL. INDUCA )


Can you try it yourself? Or do you need help?

 
I HAVE NO HISTORY OTHER THAN THE EU... PUT THE CONDITIONS IN MY EXPERT ADVISOR ( SEPARATELY FOR EACH PAIR ) AND SWEAT ALL THE PAIRS ... THAT WOULD BE A REAL HELP...
 
MY EXPERT'S CODE IS HANDY WITH A LARGE SET OF SERVICE FEATURES... TRAL... NO-LOAD... EASY MARTIN SET... BALANCE ON COLLATERAL AND FREE... ETC...
 

YES... ALSO: IT'S BETTER TO SET THE LEVELS USING A STOCH SIGNAL. TREND LINE DIRECTION...

THE SYSTEM WILL BE HEAVY IN WEIGHT... SEVERAL HUNDRED KILOS I GUESS...

 
sllawa3 >> :
I DON'T HAVE A STORY APART FROM THE JEW...

How do you try it if there is no quotes? No quotes, so it's not working at all, it can be completely wrong and you get some wrong signals.

 
sllawa3 >> :
Write the CONDITIONS FOR EACH OF THE 6 PAIRS OF THE MULTIVATALITY....
 // Критерии открытия позиций
 

 if (USD>EUR && USD>GBP && USD>JPY)
   {
    if (EUR<USD && EUR<GBP && EUR<JPY)   {Open_Sell = true; SYMBOL = "EURUSD";}
    if (GBP<USD && GBP<EUR && GBP<JPY)   {Open_Sell = true; SYMBOL = "GBPUSD";}
    if (JPY<USD && JPY<EUR && JPY<GBP)   {Open_Bay = true; SYMBOL = "USDJPY";}
   } 
 if (USD<EUR && USD<GBP && USD<JPY)
   {
    if (EUR> USD && EUR>GBP && EUR>JPY)   {Open_Bay = true; SYMBOL = "EURUSD";} 
    if (GBP>USD && GBP>EUR && GBP>JPY)   {Open_Bay = true; SYMBOL = "GBPUSD";}
    if (JPY>USD && JPY>EUR && JPY>GBP)   {Open_Sell = true; SYMBOL = "USDJPY";}
   }     
 if (EUR>USD && EUR>GBP && EUR>JPY)
   {
    if (GBP<USD && GBP<EUR && GBP<JPY)   {Open_Bay = true; SYMBOL = "EURGBP";}
    if (JPY<USD && JPY<EUR && JPY<GBP)   {Open_Bay = true; SYMBOL = "EURJPY";}
   } 
 if (EUR<USD && EUR<GBP && EUR<JPY)
   {
    if (GBP> USD && GBP>EUR && GBP>JPY)   {Open_Sell = true; SYMBOL = "EURGBP";}
    if (JPY>USD && JPY>EUR && JPY>GBP)   {Open_Sell = true; SYMBOL = "EURJPY";}
   }     
 
 if (GBP>USD && GBP>EUR && GBP>JPY)
   {
    if (JPY<USD && JPY<EUR && JPY<GBP)   {Open_Bay = true; SYMBOL = "GBPJPY";}
   } 
 if (GBP<USD && GBP<EUR && GBP<JPY)
   {
    if (JPY> USD && JPY>EUR && JPY>GBP)   {Open_Sell = true; SYMBOL = "GBPJPY";}
   } 
 
RomanS >> :

How did you try it then? if there are no quotes? if there are no quotes, it can be assumed that it is completely dysfunctional and can be drawn completely incorrectly, resulting in erroneous signals

i've tried it on those that are available. i've written above. where they are not available for some currencies (holes in the history) it just does not do deals ( in the log there is an error of missing data )

 
RomanS >> :

OK... I'll make a multi-currency unit this weekend... but it will be impossible to test it in the tester... that's why I asked to test it separately for each pair... adding the conditions that I prescribed above ( on stoch and on overs...)

Reason: