Topics
02 Feb 2022, 13:21
 0
 1100
 4
21 Oct 2021, 13:56
 0
 856
 5
20 Jan 2021, 19:27
 0
 871
 3
Replies

Jobauma
05 May 2021, 12:24

Hi.

Thank you so much. :)

Best regards,

Johannes Hillestad Baumann


@Jobauma

Jobauma
05 May 2021, 12:18

Hi. :)

Can you elaborate on how to use this method? 

Thanks for your help.

Best regards,

Johannes Hillestad Baumann


@Jobauma

Jobauma
27 Apr 2021, 03:09

I use Parallels Desktop on my Mac to run Windows. Maybe there is an internet or software response issue?

I hope that it can be solved. :)


@Jobauma

Jobauma
25 Mar 2021, 18:35

Sorry. I didn't see that there is a estimated margin. :)


@Jobauma

Jobauma
19 Feb 2021, 16:12

Hi.

The stop loss gets unchecked, when it happens. I receive a message that the stop loss has been moved, but it disappears instead.

There's nothing more to it really...

Sometimes it works, and sometimes not.

Best regards,

Johannes Hillestad Baumann


@Jobauma

Jobauma
19 Feb 2021, 14:57

No. It's still an issue... :(


@Jobauma

Jobauma
18 Feb 2021, 15:27

Has anybody fixed this? It doesn't seem to be a problem anymore. :)

Maybe it would be an idea to at least program the function to set stop loss to 0 pips, if it disappears, as a limit. :D

It's dangerous to have the stop loss to disappear. Secure the function... :P

 

 

 

Best regards,

Johannes Hillestad Baumann


@Jobauma

Jobauma
28 Jan 2021, 15:48

Use of decimals is not the case...


@Jobauma

Jobauma
25 Jan 2021, 14:39

I think it is when you use a decimal. I'm not sure... If I'm not wrong, it doesn't happen all the time. :)

Best regards,

Johannes Hillestad Baumann


@Jobauma

Jobauma
22 Oct 2020, 13:58

By the way, forget about that there are minimum 2 rows, but so you can see the last position in "History". :)


@Jobauma

Jobauma
13 Oct 2020, 14:45

It worked!

Thanks. :)


@Jobauma

Jobauma
13 Oct 2020, 13:22

Thank you so much. :)

I will look into this.

Best regards,

Johannes Hillestad Baumann

 


@Jobauma

Jobauma
12 Oct 2020, 15:19

I want "[ Index - 55 ]" of an MA to be removed, so there are only 55 MA plots ( all the time ), from the last bar to 55 bars back. :)

 


@Jobauma

Jobauma
07 Oct 2020, 15:24

I found out the issue. :D

I use "double[]"-s for my MAs.

The solution was to multiply "Bars.Count" with "2". :P

Here is the code:

protected override void Initialize()
{
    // Initialize: Bars Count

    int BarsCount = Bars.Count * 2;



    // MAs

    m_MA = new double[BarsCount];
}

 


@Jobauma

Jobauma
07 Oct 2020, 14:53

RE:

I found out that the problem is not related to the drawings are created. There is something wrong with the indicator. :P


@Jobauma