Rodolphe Ahmad / Publications
Codes
Self Adapting EA - Deep Learning System for MetaTrader 4
Deep learning Expert advisor , This EA will collect market patterns to predict the next Patterns
Parallel Strategies Example for MetaTrader 4
This is a simple multistrategies EA based on many strategies that work in parallel mode
Hybrid Scalper for MetaTrader 4
Hybrid Scalper is the Expert Advisor based on many indicators
Murrey EA for MetaTrader 4
This Expert Advisor is based on Murrey lines, Stochastic Oscillator, Bollinger Bands and Candles
Forum
demo strategy tester
HI , I want to publish my EA to mql5 market but please I want to know how to create a strategy tester file for demo , thx
Expert advisor
Hello everyone , please I need a help (EA programmers only ) , I am new to EA development why Bid price is not changing programmatically with this code : int init(){ int i= 0 ; for (i= 0 ;i< 3 ;i++) { start(); } return true ; } int start() { Alert (Bid); Sleep ( 2000 ); return 1 ; } // result