Information

Username: galafrin
Member since: 26 Jan 2013
Last login: 18 Dec 2023
Status: Active

Activity

Where Created Comments
Algorithms 2 18
Forum Topics 6 55
Jobs 0 5

About

Was there the very first day of launch

Last Algorithm Comments

GA
galafrin · 2 years ago

Hola, sencillo pero eficaz robot sin embargo la pregunta de confirmar la señal antes de abrir queda por resolver.

GA
galafrin · 2 years ago

It's basically the Price ROC in angle degrees sliced in 9 parts,,

GA
galafrin · 2 years ago

Thanks for uploading your code, At first sight it is remainder of ADX volatility , in fact it is quiet near   at double  the period but with a simpler code.

 

Chartshot http://spotware.ctrader.com/c/SwS3n

GA
galafrin · 5 years ago

There might be an error in line 85  ; 

_iSeries[index] = ((1 - _k)*_iSeries[1] + _k*diff/sum);

it should be

_iSeries[index] = ((1 - _k)*_iSeries[index-1] + _k*diff/sum); 

Based on the formula of exponential moving average

GA
galafrin · 6 years ago

trend_meanreversion you are right, I downloaded Demarker  https://ctrader.com/algos/indicators/show/411 and renamed it as Osc_Demarker ,  by doing that there is no need to change the code above. 

GA
galafrin · 7 years ago

Positions.Closed abarca todo los symboles , entonces hay que filtrar en closedPosition así:

            var pos = arg.Position;
            if ( arg.Position.SymbolCode != Symbol.Code ) return;
            if ((pos.NetProfit < 0))
                Positions.Closed -= closedposition;
            OnStart();

 

Suerte.

 

GA
galafrin · 7 years ago

Merci pour le partage du code Ludohoebi.

GA
galafrin · 8 years ago

Hello Paul, to get it work in non-english localized system , it need this :

line 236

fxNews = new FxNewsDailyFxDownloadPath, IncludeMediumLevelNews, IncludeHighLevelNews, CustomDateFormat);

replaced by this:

CultureInfo CI = Thread.CurrentThread.CurrentCulture ;
Thread.CurrentThread.CurrentCulture = new CultureInfo ( "en-US" ) ;
fxNews = new FxNews(DailyFxDownloadPath, IncludeMediumLevelNews, IncludeHighLevelNews, CustomDateFormat);
Thread.CurrentThread.CurrentCulture = CI ;

Then it works in all cultures, otherwise it refuses alphabetic Myfxbook date format on non-english culture system.

 

 

 

 

GA
galafrin · 8 years ago

Thanks for sharing the code Paul.

Last Jobs Comments

GA
galafrin · 2 years ago

or carlosbarberomarcos@gmail.com

GA
galafrin · 2 years ago

Telegram channel Car Bar

GA
galafrin · 2 years ago

Helo I can do this job

GA
galafrin · 2 years ago

Hello as a member since 2914 and a freelancer  I can do this job if you agree

GA
galafrin · 2 years ago

Hello as a member since 2014 I can do this job, ready to take on if you agree