Ashish Kulkarni / Publications
Forum
How to create a signal only visible to me and free?
Hi guys, I am looking to create a signal that is only visible to me and anyone else I share it with. Also, I wish the signal - even though on a real account - to be free rather than have the usual USD 30 fee. Is this possible? If so, how do I do this? Basically, I want to copy trades from a source
How to detect currency strength?
Is there a way to detect currency strength of 2 currencies for current chart in multiple timeframes? If yes, how to do that
What broker would you recommend?
I am looking for a broker that supports the following: Metatrader 4 Allows scalping and hedging Supports micro and standard accounts with 0.01 lot size Straight through processing / no dealer desk No commission Tight spreads for major currency pairs Which broker would you recommend
How to compare 2 strings?
Hi guys, I have following code: if (trend == "BUY" ) { ... } I have also tried StringCompare(trend, "BUY") == 0. Neither work. Can you please advise how to compare strings in mql? Cheers, Ash
How to have only one trade per bar?
Hi guys, What is the easiest way to enforce just one trade per bar on close of the bar? Best Regards, Ashish
Can you read all buffers instead of reading them one by one using iCustom() ?
I am looking to use PipFinite's Trend Laser indicator. This indicator has multiple buffers. Reading them one by one is so slow that I can only test one day's data in 8 hours! Is there a way to read all the buffers into some sort of an array and then process that array instead of calling iCustom
How to read blue and red arrows of an indicator?
I am looking to use this indicator - This indicator generates a blue arrow to indicate start of buy trade and red arrow to indicate start of sell trade. How can I read the blue and red arrows in the OnTick() function of Expert Advisor? Best regards, Ashish
News Resistance and Support EA
Hi guys and girls, I am looking for an EA that does the following: Wait for news After news has come out, assess market direction (buy or sell) Wait for the direction to change (looking at support and resistance) And at the point it detects a change in direction, place a trade Does an EA like this
Refunds on backtest cheating EAs
Is it possible to get a refund on an EA and possibly get it banned from the market if it is found to be cheating Backtesting ? I think Seer is one such example. All EAs by it's author seem to do the same. Also, is there any plan to make it compulsary to have live tests / signals for each EA being
Looking for a virtual Backtesting Environment with all the bells and whistles
I am looking for a VPS for backtesting trading robots. I am looking for something with full history data for at least 10 years so that I can get 90 to 99.9% modelling quality. Does something like that exist? Or do I need to build it myself? Best Regards, Ashish