Nicholishen
Nicholishen
Friends

Add friends via their profile or user search and you will be able to see if they are online

Nicholishen
Added topic Fib+Piv
Is it me or is this too easy? I'm not a professional trader, but when historically you can predict with a high probablility how price action will move with S/R levels... Pro Traders, is this a viable strategy
Nicholishen
Added topic Why is it - that
Why is it - that every time I debug an ea and leave random trades open, close my laptop and open it up the next day... 90% of the time the trade is profitable! I'm talking trades most of the time placed just to test the ea... no signals at all. Could
Nicholishen
Added topic What's new tsd?
I've been away for a while and I will be taking up writing EAs and INDs as a hobby once more so tell me: What's new? What's working? What's worth spending some time on? I appreciate your feedback
Nicholishen
Added topic NN (AI) vs. Optimizing (Curve Fitting)
I'm new to the conceptual application of NN. Can one of you experienced gurus tell me what the major differences be if - I am training a NN to work with Moving Averages vs. Curve Fitting MA's to the same historical data? I am very new to this, and
Nicholishen
Added topic (FPI) predictive price
Can any traders out there help me observe the behavior of this indicator, and possibly create an EA if it has any true value? The Predictive Price Indicator (PPI) uses the logic of fractional product inefficiency (FPI) to determine the target price
Nicholishen
Added topic Chart Transposition Indicator
There has been much demand for this indicator, so here it is. Please see included documentation for how to use the Correlation Mode and the Bar Formation Mode. I appreciate any feedback and/or ideas for improvement. Nick
Nicholishen
Added topic Beginner training
Is anyone interested in doing some live mt4 EA coding, beginner training thru skype? If so, send me a message though SKYPE
Nicholishen
Added topic Code efficiency HELP
I am using the following to track the last 100 ticks in an internal buffer of the EA and calculate the averages: if( Ask != TickAsk[0] || Bid != TickBid[0] ) { for(int f=100-1;f>0;f--) { TickAsk[f] = TickAsk[f-1]; TickBid[f] = TickBid[f-1]; }
Nicholishen
Added topic Dealers and Stops
I don't think it's as easy for a dealer to just run a curreny to a stop as most people think. As a matter of fact, other than just a couple of pips, I think it would be very bad decision for a dealer to deviate any one single curreny away from the
Nicholishen
Added topic 2pip Cross-Quote Derivatives
Hello TSDers! It's been a while since I've put anything new here. I want to introduce you to a new EA that essentially allows you to trade currency cross quotes @ 2 pip spreads. I have been testing this with Crown Forex (1pip on ALL USD pairs) and it
Nicholishen
Added topic FXDD SWAP discrepancy
I have never paid attention until recently, but when calculating the swap for my fxdd trades i noticed that the positive interest trades are right on the money and the negative swaps are inflated! What gives? I am basing this on the SWAP values
Nicholishen
Added topic FU€( dealers and bucket shops!
Can anyone provide a reliable resource for determining artificial and abnormal pair moves
Nicholishen
Added topic LIMITED TIME $2.50 REBATE per Lot (round turn)
Hello Fellow traders! I would like to invite 10 traders to join me in a new test market rebate program offer through one of the largest brokers in the US. A few of their strong points include: # Metatrader 4 # 2-pip spread on EUR/USD and USD/JPY #
Nicholishen
Added topic Ki Ea
This is an EA based on the KI indicators ( https://www.mql5.com/en/forum/173703 ) I tested it using the USDCHF H1. Additional ideas welcome
Nicholishen
Added topic Live MetaTrader training via WebEx
I have been approached by an IB to potentially do live training for coding in MQ4. He wants to provide step by step - live classes- online for traders to learn how to automate their strategies. My question is, does anyone see value in that, or are
Nicholishen
Added topic 2-2-1 Stochastics!
I have been working with Stochastics at an attempt to gain optimum entry points. Here is a simple EA with great backtesting results. The problem is that I know these are probably deceiving. I am noticing that it gets great entry points in forward
12