Johan Piper
Johan Piper
  • Information
1 year
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Trading experience 22 years. Last 4 years in developing algorithms mainly in forex.

If you like my latest algorithm it's available for use at 30 USD/month. Go to signals. It's named "True trading".

True trading signal (algorithm) consists of an array of several hundreds of expert advisors where 5-10 are active at a given point. Every quarter results are evaluated and performance optimized.
Friends 2
Johan Piper
Added topic Prorealtime to MT4
Hi! Anyone who could convert this ProRealTime code snippet to mt4? DEFPARAM CumulateOrders = False Indicator1 = CCI[20](typicalPrice) ATR = AverageTrueRange[20](close) BuyOrder = (Indicator1 CROSSES OVER 0) IF BuyOrder THEN BUY 1 CONTRACT AT MARKET