Page 1 of 3

Support_Resistance_Lines

PostPosted: Fri Nov 29, 2019 4:51 am
by Apprentice
AUDJPY D1 (11-29-2019 0858).png

Based on request.
viewtopic.php?f=27&t=63130
Support_Resistance_Lines.lua
(11.46 KiB) Downloaded 848 times


Indicator based strategy.
viewtopic.php?f=31&t=69171

Re: Support_Resistance_Lines

PostPosted: Fri Nov 29, 2019 6:58 am
by yolerap
Hello,

You are impressive for your reactivity !

The strategy can't open position when I used it with backtesting :/
The screenshot shows the strategy when I didn't modified any parameters and when I modified the parameters.


Cordially,

Re: Support_Resistance_Lines

PostPosted: Sat Nov 30, 2019 6:19 am
by Apprentice
You need to have the latest version of Support_Resistance_Lines.lua installed on your trading station.

Re: Support_Resistance_Lines

PostPosted: Sat Nov 30, 2019 9:15 am
by robeen
Hi apprentice,
I have this error when i change the timeframe :

Support_Resistance_Lines_strategy.lua:1418: attempt to perform arithmetic on field '_close_percent' (a nil value)

Thank you

Re: Support_Resistance_Lines

PostPosted: Mon Dec 02, 2019 2:33 pm
by yolerap
I have the same results that I told you before Apprentice with the latest version of the indicator :/

I hope you can correct this :)

Re: Support_Resistance_Lines

PostPosted: Tue Dec 03, 2019 6:24 am
by Apprentice
I can't repeat it. The code looks OK.
WIll run more test on demo.
Can you make sure you are using the latest versions on indicator/strategy?

Re: Support_Resistance_Lines

PostPosted: Tue Dec 03, 2019 5:43 pm
by yolerap
I don't know what was wrong but now it's working thanks a lot !

Could you just explain what does mean ( for better work )
- the " validation method " : high/low and open/close
- the "zone method" : narrow and wide
- the "tolerance"

Thank you team's Apprentice

Re: Support_Resistance_Lines

PostPosted: Fri Dec 06, 2019 2:01 pm
by Apprentice
Your request is added to the development list.
Development reference 403.

Re: Support_Resistance_Lines

PostPosted: Thu Dec 12, 2019 5:23 pm
by Apprentice
the " validation method " : high/low and open/close
What prices to use for the filter of signals
the "zone method" : narrow and wide
Affects filter of signals as well: to use nearest/furthest price to compare with the filter
the "tolerance"
Filter parameter as well. All these parameters depend on each other.

Re: Support_Resistance_Lines

PostPosted: Tue Feb 25, 2020 7:45 am
by yolerap
Hi,

Could you please add the option " Loockback " for this strategy so :
Insert the number of Supp or Res line before close the position and open a new one.

Thank you,