Search found 16 matches

by maubonvi
13 Apr 2015
Forum: MultiCharts
Topic: Pb Entries consecutive trendline SwingGann [SOLVED]
Replies: 5
Views: 1809

Re: Pb Entries consecutive trendline SwingGann [SOLVED]

... oops... the code . //+------------------------------------------------------------------+ //| BM_EA_SwingGann_v1_01_StdBars | //| Copyright MauroBonvini, Mar15 | //+------------------------------------------------------------------+ //+---------------------------------------------+ //| Declare I...
by maubonvi
13 Apr 2015
Forum: MultiCharts
Topic: Pb Entries consecutive trendline SwingGann [SOLVED]
Replies: 5
Views: 1809

Re: Pb Entries consecutive trendline SwingGann [SOLVED]

Strategy Properties BackTesting
by maubonvi
13 Apr 2015
Forum: MultiCharts
Topic: Pb Entries consecutive trendline SwingGann [SOLVED]
Replies: 5
Views: 1809

Pb Entries consecutive trendline SwingGann [SOLVED]

I need help, (sorry for my English writing). I would like to understand why revenue consecutive occur after the breakout of the trendline. My idea is to do only one entry, long or short, the breakout of the trendline created between two points of swing with the original rules of Gann Below, I attach...
by maubonvi
31 Mar 2015
Forum: MultiCharts
Topic: swingHigh/swingLow
Replies: 12
Views: 4071

Re: swingHigh/swingLow

Hello gian9081,
I saw your code, and I wonder, how could it be written if I want to do the trendline between point and point instead of the lines? Why had they trendline, are very interesting breakout.
...watch the image attached.
What do you think?

Regards

Mauro
by maubonvi
27 Mar 2015
Forum: MultiCharts
Topic: End tl after entry .. is possible ?
Replies: 5
Views: 1398

Re: End tl after entry .. is possible ?

Thanks JoshM,
letting loose the code that I wrote, I would like to know if there is a way to stop/break the trendline just made an 'entry. (see the attached image file to the previous post)

thanks

Regards

Mauro
by maubonvi
27 Mar 2015
Forum: MultiCharts
Topic: End tl after entry .. is possible ?
Replies: 5
Views: 1398

Re: End TrendLine after entry .. is possible ?

ok .. thanks TJ .. let me explain better ....in attached, I send an image of the chart and explanations of what I would do. That is, end the trendline after making an entrance Long or Short. The code I wrote is: if(MarketPosition= -1) then begin if BarsSinceEntry=1 then tl_setend(tlUP,date[0],time[0...
by maubonvi
26 Mar 2015
Forum: MultiCharts
Topic: End tl after entry .. is possible ?
Replies: 5
Views: 1398

End tl after entry .. is possible ?

sorry for my English writing ... but I wanted to know if you can stop a trendline after an input. I tried to write the following code but it does not work. How can you do? if(MarketPosition= -1) then begin if BarsSinceEntry=1 then tl_setend(tlUP,date[0],time[0],entryprice); end; Regards Mauro
by maubonvi
20 Feb 2015
Forum: MultiCharts
Topic: Bar renko from data bid-ask or trade
Replies: 3
Views: 1208

Re: Bar renko from data bid-ask or trade

Thinking about it, the same questions that I made above are valid for all charts "out of time" .. so even for Kagi, Point & Figure, etc., even including those in volume

In your opinion what are the best data (bid, ask, trade?) To plotare charts with bars not linked to time?

Regards

Mauro
by maubonvi
20 Feb 2015
Forum: MultiCharts
Topic: Bar renko from data bid-ask or trade
Replies: 3
Views: 1208

Re: Bar renko from data bid-ask or trade

Thanks TJ for in your opinion.
Are still no answers my questions.

Regards

MB
by maubonvi
20 Feb 2015
Forum: MultiCharts
Topic: Bar renko from data bid-ask or trade
Replies: 3
Views: 1208

Bar renko from data bid-ask or trade

Will seem like a simple question, but in your experience, for renko bar is better to use the data values from bid-ask or trade? Let me explain ... I noticed that, as are made barrenko if usage data bid or ask or trade, the graphs are plotted otherwise. So even the trend of system will be different. ...
by maubonvi
09 Jan 2015
Forum: MultiCharts
Topic: Pb breakeven with the bars renko into the backtesting
Replies: 11
Views: 2835

Re: Pb breakeven with the bars renko into the backtesting

In fact the first code was not written for the operations to closing bar .. now, I have wrote a new code and also the breakeven I don't calculated with the code of MC.
Annexed I send the chart image DAX with the new code.

Thank You

greetings

Mauro
by maubonvi
09 Jan 2015
Forum: MultiCharts
Topic: Pb breakeven with the bars renko into the backtesting
Replies: 11
Views: 2835

Re: Pb breakeven with the bars renko into the backtesting

MAtricks ok ..thanks. if you look at my image in the second frame, the chart BT opens at the close of the bar.
... good trading.

MauroB
by maubonvi
08 Jan 2015
Forum: MultiCharts
Topic: Pb breakeven with the bars renko into the backtesting
Replies: 11
Views: 2835

Re: Pb breakeven with the bars renko into the backtesting

ok ..Thank you both for your contribution. As I said before I wrote the code only considering closures bar.

...at the next.

Regards

MauroB
by maubonvi
08 Jan 2015
Forum: MultiCharts
Topic: Pb breakeven with the bars renko into the backtesting
Replies: 11
Views: 2835

Re: Pb breakeven with the bars renko into the backtesting

MAtricks Thank you for your kind answer. I know the pitfalls of renko (in my opinion are interesting only those with the wick) and therefore the use carefully. In fact, the code I wrote is based only on closures of bars. But I think that the renko bars have great potential along with some indicators...
by maubonvi
07 Jan 2015
Forum: MultiCharts
Topic: Pb breakeven with the bars renko into the backtesting
Replies: 11
Views: 2835

Pb breakeven with the bars renko into the backtesting

I asked Andrew (good support MC) explanations of the different behavior of the BreakEven between real and be with bars renko. He told me that not being implemented according to barmagnifer winth renkobar. Unfortunately the results of backtesting different from real life with renko bar if you use the...

Go to advanced search