Information

Username: itmfar
Member since: 08 Nov 2017
Last login: 08 Nov 2017
Status: Active

Activity

Where Created Comments
Algorithms 0 2
Forum Topics 13 34
Jobs 0 0

Last Algorithm Comments

itmfar's avatar
itmfar · 3 years ago

Hey
It works amazing as an indicator, but as a robot, it only will generate future fractals. How I can get previous ones in robot?

itmfar's avatar
itmfar · 6 years ago

Is it possible to add output of my method to this export?

private bool IsLocalExtremum(int index, bool findMax)
        {
//some code
            return true;
        }

 

sa.Add(IsLocalExtremum(MarketSeries.Close.Count, false).ToString()); does not work