Nur Nutzer, die das Produkt gekauft oder gemietet haben, können Kommentare hinterlassen
Karlo Wilson Vendiola  
julioja007:

HI

I already bought your software but I think it is not working properly... I use a platform.. I  have a meta trader 4 account at Forex.com, it is running in demo version... and I'm running your PipFinite razor scalper.. but your software is not working properly.. the problem is the following: your software don't give me instant signals.. for instance.. if there were a buy signal at 14:32:33 exactly your software give me this signal after.. at 14:34:59.. so it a mess.. I can't trade anything with your software, I claim for some instructions in order to set it up to settings that really work.. I don't know how to configure your software, please I invest 88 bucks in your software, so I hope it really work for me.. I just want the following: I need that your software give to me instant signals (buy or sell) so tell how to configure your software to obtain instant buy or sell signals...


my mail is: julioja007@gmail.com


regards

Hi Julio,

 Thank you for purchasing our product.

As per checking with the screenshot that you have attached, there is  nothing wrong with the indicator. Please note that all our products' signals happen at the close of the bar and they do not repaint, once a signal is generated it will not give a signal at a different time. Also with regards to the settings, the default settings will work fine. Only change the settings when you have back tested the indicator and you have found a setting that works best in a certain pair and in a tested time frame.

Regards 

Karlo Wilson Vendiola  
Karlo Wilson Vendiola:

Hi Julio,

 Thank you for purchasing our product.

As per checking with the screenshot that you have attached, there is  nothing wrong with the indicator. Please note Trend Laser and Razor Scalper signals happen at the close of the bar and they do not repaint, once a signal is generated it will not give a signal at a different time. Also with regards to the settings, the default settings will work fine. Only change the settings when you have back tested the indicator and you have found a setting that works best in a certain pair and in a tested time frame.

Regards 

There are two types of signals open bar and close bar.

Open bar aims to give instant signal because it predicts price.
Close bar signal is a confirmed approach which waits for the price to close before it gives signal.

The mechanics of the two are different.

We have lots of clients who uses  this tool and there are no bugs and errors reported regarding the signal, You may have misunderstood its use.

For example. go to h1 chart if you see a signal in that chart at time 1:00 the actual signal will come at 2:00 because 2:00 is the close of the h1 bar.

Well, if you are talking about an open bar signal type example the indicator called Exit Scope when you see a signal at 1:00 the signal alert will be on 1:00 also.

Regards 

LOK CHING FOO  
What is the setting in max history for H1 ,M30,M15,M5 timeframe? 
Karlo Wilson Vendiola  
LOK CHING FOO:
What is the setting in max history for H1 ,M30,M15,M5 timeframe? 

Hi, 

You can use a standard of 500Bars in any timeframe.

Just enough bars to get meaningful data.

This is just a baseline, you can adjust as desired

 

Regards 

Xiaolei Liu  
Can I read this indicator sign in another myself indicator?
Karlo Wilson Vendiola  
guguqiaqia:
Can I read this indicator sign in another myself indicator?

Hi,

Thank you for your interests, 

We are not sure if we fully understand your question,

Do you mean if you can read if there are other indicators? Yes it will work with other indicators on same chart

Regards 

waynet  

Hi, I am attempting to purchase your indicator but when I click the BUY button in Metatrader nothing happens.
I have enough funds so thats not the problem, any ideas ?

Wayne 

waynet  
waynet:

Hi, I am attempting to purchase your indicator but when I click the BUY button in Metatrader nothing happens.
I have enough funds so thats not the problem, any ideas ?

Wayne 

Disregard the above please, I finally got there, looking forward to see what you are made of :O)
1416420  
Can you please help me?:).....i have buy indicator trend laser , but the indicator cannot work another my laptop or computer , can you tell me what's the problem?.... do you soft copy files indikator with format .mq4 or .ex4. beacause i trading at my home and my office.. thanks.
Karlo Wilson Vendiola  
1416420:
Can you please help me?:).....i have buy indicator trend laser , but the indicator cannot work another my laptop or computer , can you tell me what's the problem?.... do you soft copy files indikator with format .mq4 or .ex4. beacause i trading at my home and my office.. thanks.

Hi, 

The indicator should work when you have purchased a copy. You need to install it in your MT4 by logging in to

tools>options>community,

then go to terminal>market>purchased>then click install.

 

We don not give soft copy of indicator like .mq4 format.  It is only distributed in .ex4 via mql5

 

Regards

Karlo 

Nutwarun Worawit  

Do you think it will be ok if I use 2 or 3 indicators together for getting the best selling signal? I'm actually interested in "Trend Laser+Razor Scalper, can you please advise regarding to use 3 indicators?

thank you
Karlo Wilson Vendiola  
Nutwarun Worawit:

Do you think it will be ok if I use 2 or 3 indicators together for getting the best selling signal? I'm actually interested in "Trend Laser+Razor Scalper, can you please advise regarding to use 3 indicators?

thank you

Hi Nutwaran,

Thank you for your interest

Yes you can load three indicators in one chart simultaneously. Also, to make sure that the strategy you want will suit your trading need please test the demo version first.

 Regards 

mqlcjon2015  

Hi Karlo,

 

What about the entry price, stop loss, target profit, trailing stop loss if we set up two indicators such as

trend laser and razor scalper ?

 

Jon

Karlo Wilson Vendiola  
mqlcjon2015:

Hi Karlo,

 

What about the entry price, stop loss, target profit, trailing stop loss if we set up two indicators such as

trend laser and razor scalper ?

 

Jon

Hi Jon,

 Thank you for your interest.

The strategy Trend Laser and Razor Scalper basically helps you to enter trading setups. The management of the trade would depend on the trader because an exit strategy is not included. However, one way is for you to use the "minimum move" value of Trend Laser as a reference for your Stop Loss and Take Profit levels.

The targets will depend on the time frame where it will be used e.g. in 15m expect for 10-15 pips on Razor Scalper signal on average.

Please note that our tools are for manual trading which requires trader's discretion.

Regards 

JohnC67  

Hello, i have purchased Trend Laser with a mind to incorporating it into my EA.

I have added a function call to read Trend Laser, it returns the correct value for buffers 0 and 1 to read the trend, but reading buy and sell signals on buffers 3 and 4 return same value as in buffers 0 and 1 on every candle ?? If i add the indi onto a visual back test the buffers show the correct values, but EA is reading wrong.

double TrendLaser(int TLtime, int TLbuffer)
{
   return iCustom(NULL, TLtime, "\\market\\pipfinite trend laser",
                              " ",
                              3,
                              1000,
                              " ",
                              true,
                              true,
                              5,
                              15,
                              8,
                              " ",
                              1,
                              " ",
                              false,
                              false,
                              false,
                              TLbuffer, //Index
                              1 //Shift
                             );

}

  Print("Trade 0=",TrendLaser(TradeTimeFrame,0)," Trade 1=",TrendLaser(TradeTimeFrame,1)

      ," Trade 2=",TrendLaser(TradeTimeFrame,2)," Trade 3=",TrendLaser(TradeTimeFrame,3));


TradeTimeFrame is set to 0 for current time frame.

this returns :-

2015.08.06 11:53:33.938    2015.06.02 21:27  Trend Laser EA EURAUD,H1: Trade 0=1.436 Trade 1=0 Trade 2=1.436 Trade 3=0

this will be for every candle on the bullish trend.

Karlo Wilson Vendiola  
JohnC67:

Hello, i have purchased Trend Laser with a mind to incorporating it into my EA.

I have added a function call to read Trend Laser, it returns the correct value for buffers 0 and 1 to read the trend, but reading buy and sell signals on buffers 3 and 4 return same value as in buffers 0 and 1 on every candle ?? If i add the indi onto a visual back test the buffers show the correct values, but EA is reading wrong.

double TrendLaser(int TLtime, int TLbuffer)
{
   return iCustom(NULL, TLtime, "\\market\\pipfinite trend laser",
                              " ",
                              3,
                              1000,
                              " ",
                              true,
                              true,
                              5,
                              15,
                              8,
                              " ",
                              1,
                              " ",
                              false,
                              false,
                              false,
                              TLbuffer, //Index
                              1 //Shift
                             );

}

  Print("Trade 0=",TrendLaser(TradeTimeFrame,0)," Trade 1=",TrendLaser(TradeTimeFrame,1)

      ," Trade 2=",TrendLaser(TradeTimeFrame,2)," Trade 3=",TrendLaser(TradeTimeFrame,3));


TradeTimeFrame is set to 0 for current time frame.

this returns :-

2015.08.06 11:53:33.938    2015.06.02 21:27  Trend Laser EA EURAUD,H1: Trade 0=1.436 Trade 1=0 Trade 2=1.436 Trade 3=0

this will be for every candle on the bullish trend.

Hi John

Thank you for purchasing

A personal message was sent to you kindly check your inbox

Regards 

Say Tan  
Karlo Wilson Vendiola:

#14 - is for buy signal only

#15 - is for sell signal

we will send you a pm on a sample code 

Can you send me a sample code as well ?  I got 4 of your indicators : Trend, Breakout, Strength and Scalper.  

Thanks! 

Karlo Wilson Vendiola  
Say Tan:

Can you send me a sample code as well ?  I got 4 of your indicators : Trend, Breakout, Strength and Scalper.  

Thanks! 

Hi 

A personal message was sent to you. Kindly check your inbox for your request.

 Regards 

Olegs Miculs  
I wanted to buy this product today but they said operation failed and now 88 usd is frozen for a week! is that normal?
Nur Nutzer, die das Produkt gekauft oder gemietet haben, können Kommentare hinterlassen